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

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

Contents


SSL_CTX_ADD_EXTRA_CHAIN_CERT(OpenSSSL_CTX_ADD_EXTRA_CHAIN_CERT(3)

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]

       SSL_CTX_add_extra_chain_cert() 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(3).

RETURN VALUES    [Toc]    [Back]

       SSL_CTX_add_extra_chain_cert() returns 1 on success. Check
       out the error stack to find out the reason for failure
       otherwise.

SEE ALSO    [Toc]    [Back]

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


OpenBSD 3.6                 2002-05-14                          1
[ 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