PK layer and X509 core refactoring in ChangeLog

This commit is contained in:
Paul Bakker 2013-09-18 15:33:49 +02:00
parent 2e24ca74b0
commit 45f21c7ad1

View File

@ -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()