commit | 9c94cddeaebd513e72924381ce58d24d740a823c | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jan 22 13:45:33 2013 +0100 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jan 22 14:21:49 2013 +0100 |
tree | 1fe38045d6a34bcad6d8b1aa93491acb0a6b97ab | |
parent | f626e1dd28466543d9704b5f0374a61f66e3f587 [diff] [blame] |
Correctly handle CertificateRequest with empty DN list in <= TLS 1.1
diff --git a/ChangeLog b/ChangeLog index c1b6c88..701f86b 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -4,6 +4,8 @@ Bugfix * Memory leak when using RSA_PKCS_V21 operations fixed * Handle future version properly in ssl_write_certificate_request() + * Correctly handle CertificateRequest message in client for <= TLS 1.1 + without DN list = Version 1.2.3 released 2012-11-26 Bugfix