We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc42456 commit 29417f1Copy full SHA for 29417f1
CHANGELOG.rst
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+2.4.0 (2020-06-23)
5
+
6
+* Fix #21 - Invalid decoding in non-Universal classes
7
+* Fix #57 - Invalid encoding of non-Universal classes
8
9
2.3.1 (2020-04-06)
10
------------------
11
README.rst
@@ -50,7 +50,7 @@ Python-ASN1 is a simple ASN.1 encoder and decoder for Python 2.7 and 3.5+.
50
Features
51
========
52
53
-- Support BER (parser) and DER (parser and generator) encoding
+- Support BER (parser) and DER (parser and generator) encoding (except indefinite lengths)
54
- 100% python, compatible with version 2.7, 3.5 and higher
55
- Can be integrated by just including a file into your project
56
0 commit comments