New function SSL_CTX_use_certificate_chain_file.

Submitted by:
Reviewed by:
PR:
This commit is contained in:
Bodo Möller
1999-05-01 17:43:52 +00:00
parent 65d4927b8d
commit b3ca645f47
4 changed files with 87 additions and 0 deletions

View File

@@ -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)