summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-01-03 23:38:03 +0100
committerDr. Stephen Henson <steve@openssl.org>2014-01-03 23:39:49 +0100
commita4339ea3ba045b7da038148f0d48ce25f2996971 (patch)
tree6d945867198bbc00fc2c1dd518b567b21fa329a1 /CHANGES
parentssl/t1_enc.c: optimize PRF (suggested by Intel). (diff)
downloadopenssl-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--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 111db939f9..797c02118c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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