summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-01-03 22:38:03 +0000
committerDr. Stephen Henson <steve@openssl.org>2014-01-03 22:39:49 +0000
commita4339ea3ba045b7da038148f0d48ce25f2996971 (patch)
tree6d945867198bbc00fc2c1dd518b567b21fa329a1 /CHANGES
parente8b0dd57c0e9c53fd0708f0f458a7a2fd7a95c91 (diff)
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