Home
last modified time | relevance | path

Searched refs:SSL_use_certificate (Results 1 – 8 of 8) sorted by relevance

/openssl-master/doc/man3/
A DSSL_CTX_set_cert_cb.pod37 An application will typically call SSL_use_certificate() and
66 L<ssl(7)>, L<SSL_use_certificate(3)>,
A DSSL_CTX_use_certificate.pod6 SSL_CTX_use_certificate_file, SSL_use_certificate, SSL_use_certificate_ASN1,
25 int SSL_use_certificate(SSL *ssl, X509 *x);
67 SSL_use_certificate() loads B<x> into B<ssl>. The rest of the
97 key pair the new certificate needs to be set with SSL_use_certificate()
A DSSL_CTX_set_client_cert_cb.pod59 object using the SSL_use_certificate() and SSL_use_private_key() functions.
/openssl-master/ssl/
A Dssl_rsa.c28 int SSL_use_certificate(SSL *ssl, X509 *x) in SSL_use_certificate() function
89 ret = SSL_use_certificate(ssl, x); in SSL_use_certificate_file()
113 ret = SSL_use_certificate(ssl, x); in SSL_use_certificate_ASN1()
466 ret = SSL_use_certificate(ssl, x); in use_certificate_chain_file()
/openssl-master/apps/lib/
A Ds_cb.c932 if (!SSL_use_certificate(ssl, exc->cert) in set_cert_cb()
/openssl-master/util/
A Dlibssl.num237 SSL_use_certificate 238 3_0_0 EXIST::FUNCTION:
/openssl-master/ssl/statem/
A Dstatem_clnt.c3457 if (!SSL_use_certificate(s, x509) || !SSL_use_PrivateKey(s, pkey)) in tls_prepare_client_certificate()
/openssl-master/include/openssl/
A Dssl.h.in1585 __owur int SSL_use_certificate(SSL *ssl, X509 *x);

Completed in 28 milliseconds