x509_verify() now case insensitive for cn (RFC 6125 6.4)

This commit is contained in:
Paul Bakker
2013-09-09 17:21:45 +02:00
parent 9f5a3c4a0a
commit a5943858d8
3 changed files with 30 additions and 6 deletions

View File

@@ -40,6 +40,7 @@ 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)
Bugfix
* Fixed parse error in ssl_parse_certificate_request()