ASN.1 tools for Python
Go to file
Rob Crittenden 817e414c24 Update to upstream 0.2.3
This is a performance improvement release:

* BitString type implementation rebased onto Python int to behave like
  an integer and improve serialization performance (100x times!).
* Integer codecs reimplemented to base on Python's built-in integer
  serialization codecs to improve serialization performance (~40%).
* Decoding performance of Set and Choice types improved by caching
  once computed tags maps.
* ASN.1 character types refactored to duck-type unicode strings thus
  making them more convenient in text processing context.
* Documentation updated at many places.

0.2.2

This release fixes a regression in Enumerated ASN.1 type subtyping
procedure.

Besides that, canonical decoders were hardened to reject non-canonical
serialization on input.
2017-02-27 10:09:50 -05:00
.gitignore Update to upstream 0.2.3 2017-02-27 10:09:50 -05:00
python-pyasn1.spec Update to upstream 0.2.3 2017-02-27 10:09:50 -05:00
sources Update to upstream 0.2.3 2017-02-27 10:09:50 -05:00