Params conversion tests.
[openssl.git] / doc / man3 / SSL_CTX_add_extra_chain_cert.pod
index 6e429c31bd9b590a6491ece1caa59e48db3fb769..b1554446ee0fa4dac6c3d9d9472b00c988373003 100644 (file)
@@ -26,9 +26,11 @@ after another.
 SSL_CTX_get_extra_chain_certs() retrieves the extra chain certificates
 associated with B<ctx>, or the chain associated with the current certificate
 of B<ctx> if the extra chain is empty.
+The returned stack should not be freed by the caller.
 
 SSL_CTX_get_extra_chain_certs_only() retrieves the extra chain certificates
 associated with B<ctx>.
+The returned stack should not be freed by the caller.
 
 SSL_CTX_clear_extra_chain_certs() clears all extra chain certificates
 associated with B<ctx>.
@@ -84,7 +86,7 @@ L<SSL_build_cert_chain(3)>
 
 Copyright 2000-2018 The OpenSSL Project Authors. All Rights Reserved.
 
-Licensed under the OpenSSL license (the "License").  You may not use
+Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
 in the file LICENSE in the source distribution or at
 L<https://www.openssl.org/source/license.html>.