Revision aa3b4b4d deps/openssl/openssl/doc/ssl/SSL_CTX_add_extra_chain_cert.pod

View differences:

deps/openssl/openssl/doc/ssl/SSL_CTX_add_extra_chain_cert.pod
24 24
certificates in the trusted CA storage, see
25 25
L<SSL_CTX_load_verify_locations(3)|SSL_CTX_load_verify_locations(3)>.
26 26

  
27
The B<x509> certificate provided to SSL_CTX_add_extra_chain_cert() will be freed by the library when the B<SSL_CTX> is destroyed. An application B<should not> free the B<x509> object.
28

  
29
=head1 RESTRICTIONS
30

  
31
Only one set of extra chain certificates can be specified per SSL_CTX
32
structure. Different chains for different certificates (for example if both
33
RSA and DSA certificates are specified by the same server) or different SSL
34
structures with the same parent SSL_CTX cannot be specified using this
35
function.
36

  
27 37
=head1 RETURN VALUES
28 38

  
29 39
SSL_CTX_add_extra_chain_cert() returns 1 on success. Check out the

Also available in: Unified diff