- Allowed X509 key usage parsing to accept 4 byte values instead of the standard 1 byte version sometimes used by Microsoft. (Closes ticket #38)

This commit is contained in:
Paul Bakker 2011-11-11 15:01:31 +00:00
parent 03a30d34dc
commit cebdf17159
2 changed files with 3 additions and 1 deletions

View file

@ -26,6 +26,8 @@ Bugfix
ticket #37)
* Fixed a bug where the CRL parser expected an EXPLICIT ASN.1 tag
before version numbers
* Allowed X509 key usage parsing to accept 4 byte values instead of the
standard 1 byte version sometimes used by Microsoft. (Closes ticket #38)
= Version 1.0.0 released on 2011-07-27
Features