commit | b5a11ab80b04c13c33318473b5c5b403abb0b586 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Wed Oct 12 09:58:41 2011 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Wed Oct 12 09:58:41 2011 +0000 |
tree | 68cbf17b06d4079c61c506b22b331a0cff705410 | |
parent | fbc09f3cb62daaf2059f5e7a216bc8d977c742b9 [diff] [blame] |
- Added a separate CRL entry extension parsing function
diff --git a/ChangeLog b/ChangeLog index df7283e..0ae3e35 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -15,6 +15,7 @@ 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() + * Added a separate CRL entry extension parsing function Bugfix * Fixed faulty HMAC-MD2 implementation. Found by dibac. (Closes