diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2014-01-03 23:38:03 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2014-01-03 23:39:49 +0100 |
commit | a4339ea3ba045b7da038148f0d48ce25f2996971 (patch) | |
tree | 6d945867198bbc00fc2c1dd518b567b21fa329a1 /CHANGES | |
parent | ssl/t1_enc.c: optimize PRF (suggested by Intel). (diff) | |
download | openssl-a4339ea3ba045b7da038148f0d48ce25f2996971.tar.xz openssl-a4339ea3ba045b7da038148f0d48ce25f2996971.zip |
Use algorithm specific chains for certificates.
Fix a limitation in SSL_CTX_use_certificate_chain_file(): use algorithm
specific chains instead of the shared chain.
Update docs.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ Changes between 1.0.2 and 1.1.0 [xx XXX xxxx] + *) Use algorithm specific chains in SSL_CTX_use_certificate_chain_file(): + this fixes a limiation in previous versions of OpenSSL. + [Steve Henson] + *) Experimental encrypt-then-mac support. Experimental support for encrypt then mac from |