Skip to content

Release 0.3.2

Compare
Choose a tag to compare
@etingof etingof released this 04 Aug 18:45
· 267 commits to master since this release

This is a bugfix release addressing a handful of regressions introduced in 0.3.1.

Most importantly:

  • Fixed SequenceOf/SetOf types initialization syntax to remain backward compatible with pyasn1 0.2.*
  • Rectified thread safety issues by moving lazy, run-time computation into object initializer.
  • Fixed GeneralizedTime/UTCTime CER/DER codecs to actually get invoked
  • Fixed DER/CER encoders handling optional SEQUENCE/SET fields containing nested SEQUENCE/SET with optional fields.

More changes noted in the CHANGELOG.