*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Tru64 Unix man pages -> SSL_CTX_add_extra_chain_cert (3)              
Title
Content
Arch
Section
 

SSL_CTX_add_extra_chain_cert(3)

Contents


NAME    [Toc]    [Back]

       SSL_CTX_add_extra_chain_cert - Add certificate to chain

SYNOPSIS    [Toc]    [Back]

       #include <openssl/ssl.h>

       long SSL_CTX_add_extra_chain_cert(
               SSL_CTX ctx, X509 *x509 );

DESCRIPTION    [Toc]    [Back]

       The  SSL_CTX_add_extra_chain_cert() function adds the certificate
 x509 to the certificate chain presented  together
       with  the  certificate.  Several certificates can be added
       one after the other.

NOTES    [Toc]    [Back]

       When constructing the certificate chain, the chain will be
       formed from these certificates explicitly specified. If no
       chain is specified, the library will try to  complete  the
       chain from the available CA certificates in the trusted CA
       storage. See SSL_CTX_load_verify_locations().

RETURN VALUES    [Toc]    [Back]

       The SSL_CTX_add_extra_chain_cert() function returns  1  on
       success. Check the error stack to determine the reason for
       failure.

SEE ALSO    [Toc]    [Back]

      
      
       Functions:       ssl(3),       SSL_CTX_use_certificate(3),
       SSL_CTX_set_client_cert_cb(3),   SSL_CTX_load_verify_locations(3)



                                  SSL_CTX_add_extra_chain_cert(3)
[ Back ]
 Similar pages
Name OS Title
SSL_get_peer_cert_chain Tru64 Get the X509 certificate chain of the peer
SSL_get_peer_cert_chain NetBSD get the X509 certificate chain of the peer
SSL_get_peer_cert_chain OpenBSD get the X509 certificate chain of the peer
SSL_CTX_set_max_cert_list OpenBSD manipulate allowed for the peer's certificate chain
SSL_get_max_cert_list OpenBSD manipulate allowed for the peer's certificate chain
SSL_set_max_cert_list OpenBSD manipulate allowed for the peer's certificate chain
SSL_CTX_get_max_cert_list OpenBSD manipulate allowed for the peer's certificate chain
CL_CertGroupToSignedBundle Tru64 Convert a certificate group to a certificate bundle (CDSA)
CSSM_CL_CertGroupToSignedBundle Tru64 Convert a certificate group to a certificate bundle (CDSA)
CSSM_TP_CertRevoke Tru64 Determine if the revoking certificate group can revoke the subject certificate group (CDSA)
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service