Home
last modified time | relevance | path

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

/openssl/doc/man3/
H 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)>,
H 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 pair, the new certificate needs to be set first with SSL_use_certificate() or
H A DSSL_CTX_set_client_cert_cb.pod59 object using the SSL_use_certificate() and SSL_use_private_key() functions.
/openssl/ssl/
H A Dssl_rsa.c31 int SSL_use_certificate(SSL *ssl, X509 *x) in SSL_use_certificate() function
102 ret = SSL_use_certificate(ssl, x); in SSL_use_certificate_file()
126 ret = SSL_use_certificate(ssl, x); in SSL_use_certificate_ASN1()
494 ret = SSL_use_certificate(ssl, x); in use_certificate_chain_file()
/openssl/util/
H A Dlibssl.num237 SSL_use_certificate 238 3_0_0 EXIST::FUNCTION:
/openssl/apps/lib/
H A Ds_cb.c944 if (!SSL_use_certificate(ssl, exc->cert) in set_cert_cb()
/openssl/ssl/statem/
H A Dstatem_clnt.c3505 if (!SSL_use_certificate(ssl, x509) in tls_prepare_client_certificate()
/openssl/include/openssl/
H A Dssl.h.in1604 __owur int SSL_use_certificate(SSL *ssl, X509 *x);

Completed in 46 milliseconds