See on-list discussion starting with [email protected] --- doc/ssl/SSL_CTX_add_extra_chain_cert.pod | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/doc/ssl/SSL_CTX_add_extra_chain_cert.pod b/doc/ssl/SSL_CTX_add_extra_chain_cert.pod index 11b3b4b..7782623 100644 --- a/doc/ssl/SSL_CTX_add_extra_chain_cert.pod +++ b/doc/ssl/SSL_CTX_add_extra_chain_cert.pod @@ -24,6 +24,10 @@ the library will try to complete the chain from the available CA certificates in the trusted CA storage, see L<SSL_CTX_load_verify_locations(3)|SSL_CTX_load_verify_locations(3)>. +Callers should avoid reuse or freeing of the object pointed to by x509 +after passing it to this function. It will be freed when ctx is +freed. + =head1 RESTRICTIONS Only one set of extra chain certificates can be specified per SSL_CTX -- 1.8.4.rc3 ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
