Skip to content

Releases: andrivet/python-asn1

Version 2.7.1

07 Sep 12:54
Compare
Choose a tag to compare
  • Fix OID encoding/decoding for the first octet according to ITU-T X.690 (thanks to Ian Neal)

Version 2.7.0

17 Jan 12:05
Compare
Choose a tag to compare
  • Add context manager support (thanks to Mastermind-U)

Version 2.6.0

14 Jul 22:38
Compare
Choose a tag to compare
  • Add support for GeneralizedTime (thanks to vollkorntomate)

Version 2.5.0

03 Mar 09:46
Compare
Choose a tag to compare
  • Fixes to BitString decoding and encoding of IA5String and UTCTime (thanks to 0xbf00)

Version 2.4.2 (2021-10-29)

29 Oct 14:39
Compare
Choose a tag to compare
  • Fix a minor mistake in the dump.py example
  • Add Python 3.9 and 3.10

Version 2.4.1 (2020-07-16)

16 Jul 20:32
Compare
Choose a tag to compare
  • Fix #89 - Replace explicit references to enum34 by enum-compat

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.