SRP module documentation
[openssl.git] / doc / man3 / SSL_CTX_add_extra_chain_cert.pod
index 6e429c31bd9b590a6491ece1caa59e48db3fb769..b8f11b3a2d505077e51481490dae2f835f0d725e 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>.