* Fix and update the SMIME capabilities in the Signed attributes of a signature * Update the versions of crypto dependencies and related changes * Use black and pylama as code formatter and linter * Increase test coverage and add support for python 3.8
1.2.2
* Handle MDNNotfound correctly when parsing an mdn
1.2.1
* Handle exceptions raised when parsing signed attributes in a signature https://github.com/abhishek-ram/django-pyas2/issues/13 * Add more debug logs during build and parse * Catch errors in MDN parsing and handle accordingly
1.2.0
* Use f-strings for string formatting. * Use HTTP email policy for flattening email messages. * Add proper support for other encryption algos. * Use dataclasses for organization and partner. * Remove support for python 3.5. * Add utility function for extracting info from certificates.
1.1.1
* Remove leftover print statement. * Add utility for extracting public certificate information.
1.1.0
* Handle cases where compression is done before signing. * Add support for additional encryption algorithms. * Use binary encoding for encryption and signatures. * Look for `application/x-pkcs7-signature` when verifying signatures. * Remove support for Python 2.