Releases: andrivet/python-asn1
Releases · andrivet/python-asn1
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.
Version 2.1.0 (2016-12-18)
- Complete documentation and type hints
Version 2.0.0 (2016-12-16)
- Translate code to support both Python 2.6+ and 3.3+