From: Jeffrey Walton Date: Fri, 27 Jun 2014 15:33:06 +0000 (+0100) Subject: Clarify docs. X-Git-Tag: master-post-reformat~660 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=0535c2d67ca2d684087ef90be35d5fb207aab227 Clarify docs. Document that the certificate passed to SSL_CTX_add_extra_chain_cert() should not be freed by the application. PR#3409 --- 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