New function SSL_CTX_use_certificate_chain_file.
Submitted by: Reviewed by: PR:
This commit is contained in:
6
CHANGES
6
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)
|
||||
|
||||
Reference in New Issue
Block a user