Lines Matching refs:chain
49 …int SSL_CTX_use_cert_and_key(SSL_CTX *ctx, X509 *x, EVP_PKEY *pkey, STACK_OF(X509) *chain, int ove…
50 int SSL_use_cert_and_key(SSL *ssl, X509 *x, EVP_PKEY *pkey, STACK_OF(X509) *chain, int override);
68 certificates needed to form the complete certificate chain can be
84 SSL_CTX_use_certificate_chain_file() loads a certificate chain from
89 similar except it loads the certificate chain into B<ssl>.
102 certificate B<x>, private key B<key>, and certificate B<chain> onto the
105 B<x>, B<pkey> and B<chain> are set only if all were not previously set.
106 If B<override> is non-0, then the certificate, private key and chain certs
152 to the store of chain certificates using L<SSL_CTX_add1_chain_cert(3)>. Note: versions of OpenSSL b…
153 certificate chain store for all certificate types, OpenSSL 1.0.2 and later
154 have a separate chain store for each type. SSL_CTX_use_certificate_chain_file()
160 If additional certificates are needed to complete the chain during the