Skip to content

Releases: andrivet/python-asn1

Version 2.4.0 (2020-06-23)

16 Jul 20:31
Compare
Choose a tag to compare
  • Fix #21 - Invalid decoding in non-Universal classes
  • Fix #57 - Invalid encoding of non-Universal classes

Version 2.3.0 (2020-04-05)

05 Apr 20:53
Compare
Choose a tag to compare
  • Tests: Replace nose by pytest
  • Add Python 3.8, remove Python 3.4 support
  • PR#26 (from rumbah): Add test for default (implicit) encoding types
  • PR#25 (from thomwiggers): Attempt to support BIT STRING
  • Fix wrong example code, see #27
  • (from jcrowgey) Makes the package usable with pip install
  • Remove support of Python 3.3 (some dependencies do not support 3.3)
  • PR#15 (from ThePlasmaRailgun) Fix parsing of object identifier
  • PR#10 (from robinleander): Allow user to determine decoding tagtype

Version 2.2.0 (2017-10-30)

05 Apr 20:53
Compare
Choose a tag to compare
  • Use "true" enums instead of classes. Use enum34 backport for old Python versions.

Version 2.1.1 (2017-10-30)

05 Apr 20:55
Compare
Choose a tag to compare
  • Fix a bug (#9): two's complement corner case with values such as -32769. Add new test cases to test them.

Version 2.1.0 (2016-12-18)

18 Dec 15:07
Compare
Choose a tag to compare
  • Complete documentation and type hints

Version 2.0.0 (2016-12-16)

18 Dec 15:06
Compare
Choose a tag to compare
  • Translate code to support both Python 2.6+ and 3.3+