Releases: andrivet/python-asn1
Releases · andrivet/python-asn1
Version 2.7.1
Version 2.7.0
- Add context manager support (thanks to Mastermind-U)
Version 2.6.0
- Add support for GeneralizedTime (thanks to vollkorntomate)
Version 2.5.0
- Fixes to BitString decoding and encoding of IA5String and UTCTime (thanks to 0xbf00)
Version 2.4.2 (2021-10-29)
- Fix a minor mistake in the dump.py example
- Add Python 3.9 and 3.10
Version 2.4.1 (2020-07-16)
- Fix #89 - Replace explicit references to enum34 by enum-compat
Version 2.4.0 (2020-06-23)
Version 2.3.0 (2020-04-05)
- 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)
- Use "true" enums instead of classes. Use enum34 backport for old Python versions.
Version 2.1.1 (2017-10-30)
- Fix a bug (#9): two's complement corner case with values such as -32769. Add new test cases to test them.