From: Jeffrey Walton Date: Fri, 27 Jun 2014 15:33:06 +0000 (+0100) Subject: Clarify docs. X-Git-Tag: OpenSSL_1_0_2-beta2~92 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ef350952ce99ed8877fe47606f2fa067ba30786;p=openssl Clarify docs. Document that the certificate passed to SSL_CTX_add_extra_chain_cert() should not be freed by the application. PR#3409 (cherry picked from commit 0535c2d67ca2d684087ef90be35d5fb207aab227) --- diff --git a/doc/ssl/SSL_CTX_add_extra_chain_cert.pod b/doc/ssl/SSL_CTX_add_extra_chain_cert.pod index 11b3b4bbe3..8e832a57ea 100644 --- a/doc/ssl/SSL_CTX_add_extra_chain_cert.pod +++ b/doc/ssl/SSL_CTX_add_extra_chain_cert.pod @@ -24,6 +24,8 @@ the library will try to complete the chain from the available CA certificates in the trusted CA storage, see L. +The B certificate provided to SSL_CTX_add_extra_chain_cert() will be freed by the library when the B is destroyed. An application B free the B object. + =head1 RESTRICTIONS Only one set of extra chain certificates can be specified per SSL_CTX