From 45f21c7ad199dc51b5903bc759e99022d1abde25 Mon Sep 17 00:00:00 2001
From: Paul Bakker
Date: Wed, 18 Sep 2013 15:33:49 +0200
Subject: [PATCH] PK layer and X509 core refactoring in ChangeLog
---
ChangeLog | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 171ccd44e..82c7ab4b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,7 @@ Features
* PSK and DHE-PSK based ciphersuites added
* Memory allocation abstraction layer added
* Buffer-based memory allocator added (no malloc() / free() / HEAP usage)
+ * Public Key abstration layer added
* Also compiles / runs without time-based functions (!POLARSSL_HAVE_TIME)
* Parsing Elliptic Curve keys
* Parsing Elliptic Curve certificates
@@ -43,7 +44,9 @@ Changes
(Ability to keep old as well with POLARSSL_ERROR_STRERROR_BC)
* SHA2 renamed to SHA256, SHA4 renamed to SHA512 and functions accordingly
* All RSA operations require a random generator for blinding purposes
- * x509_verify() now case insensitive for cn (RFC 6125 6.4)
+ * X509 core refactored
+ * x509_crt_verify() now case insensitive for cn (RFC 6125 6.4)
+
Bugfix
* Fixed parse error in ssl_parse_certificate_request()