- Added an EXPLICIT tag number parameter to x509_get_ext()

This commit is contained in:
Paul Bakker
2011-10-12 09:56:41 +00:00
parent 3329d1f805
commit fbc09f3cb6
2 changed files with 7 additions and 5 deletions

View File

@@ -14,6 +14,7 @@ Changes
* Fixed rsa_encrypt and rsa_decrypt examples to use public key for
encryption and private key for decryption. (Closes ticket #34)
* Inceased maximum size of ASN1 length reads to 32-bits.
* Added an EXPLICIT tag number parameter to x509_get_ext()
Bugfix
* Fixed faulty HMAC-MD2 implementation. Found by dibac. (Closes