Support escaping of commas in x509_string_to_names()

This commit is contained in:
Paul Bakker
2014-08-08 12:22:30 +02:00
committed by Manuel Pégourié-Gonnard
parent 333fdeca3a
commit 8dcb2d7d7e
6 changed files with 98 additions and 4 deletions

View File

@@ -1,5 +1,9 @@
PolarSSL ChangeLog (Sorted per branch, date)
= 1.3 branch
Bugfix
* Support escaping of commas in x509_string_to_names()
= PolarSSL 1.3.8 released 2014-07-11
Security
* Fix length checking for AEAD ciphersuites (found by Codenomicon).