summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-05-01 17:43:52 +0000
committerBodo Möller <bodo@openssl.org>1999-05-01 17:43:52 +0000
commitb3ca645f479b1f0bcfa1d1a65c955e8b7ff33de6 (patch)
tree34ab16f1dbf41fe6214ed8ba1ee50c35c5d82cc9 /CHANGES
parent65d4927b8d645d9bcb5f6085a107d314794e8e34 (diff)
downloadopenssl-b3ca645f479b1f0bcfa1d1a65c955e8b7ff33de6.tar.gz
New function SSL_CTX_use_certificate_chain_file.
Submitted by: Reviewed by: PR:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 34908a3487..97fb723fc3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,12 @@
Changes between 0.9.2b and 0.9.3
+ *) New function SSL_CTX_use_certificate_chain_file that sets the
+ "extra_cert"s in addition to the certificate. (This makes sense
+ only for "PEM" format files, as chains as a whole are not
+ DER-encoded.)
+ [Bodo Moeller]
+
*) Support verify_depth from the SSL API.
x509_vfy.c had what can be considered an off-by-one-error:
Its depth (which was not part of the external interface)