- Added CRL revocation support to x509parse_verify()
- Fixed an off-by-one allocation in ssl_set_hostname()
- Added CRL support to SSL/TLS code
diff --git a/ChangeLog b/ChangeLog
index 516462e..1730fcd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,10 @@
systems (Found by Gernot).
* Undefining POLARSSL_HAVE_ASM now also handles prevents asm in
padlock and timing code.
+ * Fixed an off-by-one buffer allocation in ssl_set_hostname().
+ * Added support for Certificate Revocation List (CRL parsing.
+ * Added support for CRL revocation to x509parse_verify() and
+ SSL/TLS code.
= Version 0.10.0 released on 2009-01-12
* Migrated XySSL to PolarSSL