commit | 8dcb2d7d7e6275ad2d669f531fb1390e467ea564 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Fri Aug 08 12:22:30 2014 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Aug 11 11:59:52 2014 +0200 |
tree | acd9763954ffe378c98258266932f8a20e419508 | |
parent | 333fdeca3af1ff305a624c9c04f234da445ed413 [diff] [blame] |
Support escaping of commas in x509_string_to_names()
diff --git a/ChangeLog b/ChangeLog index 163bdb7..52c8bd1 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -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).