Home
last modified time | relevance | path

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

/freebsd-11-stable/crypto/openssl/doc/ssl/
HDSSL_CTX_set_cert_cb.pod38 An application will typically call SSL_use_certificate() and
63 L<ssl(3)|ssl(3)>, L<SSL_use_certificate(3)|SSL_use_certificate(3)>,
HDSSL_CTX_use_certificate.pod5 …icate, SSL_CTX_use_certificate_ASN1, SSL_CTX_use_certificate_file, SSL_use_certificate, SSL_use_ce…
14 int SSL_use_certificate(SSL *ssl, X509 *x);
52 SSL_use_certificate() loads B<x> into B<ssl>. The rest of the
82 key pair the new certificate needs to be set with SSL_use_certificate()
HDSSL_CTX_set_client_cert_cb.pod57 object using the SSL_use_certificate() and SSL_use_private_key() functions.
HDssl.pod697 =item int B<SSL_use_certificate>(SSL *ssl, X509 *x);
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
HDregress_ssl.c331 SSL_use_certificate(ssl2, cert); in regress_bufferevent_openssl()
397 SSL_use_certificate(ssl, getcert()); in acceptcb()
/freebsd-11-stable/crypto/openssl/ssl/
HDssl_rsa.c69 int SSL_use_certificate(SSL *ssl, X509 *x) in SSL_use_certificate() function
117 ret = SSL_use_certificate(ssl, x); in SSL_use_certificate_file()
138 ret = SSL_use_certificate(ssl, x); in SSL_use_certificate_ASN1()
HDs2_clnt.c795 if (!SSL_use_certificate(s, x509) || !SSL_use_PrivateKey(s, pkey)) { in client_certificate()
HDssl.h2181 int SSL_use_certificate(SSL *ssl, X509 *x);
HDs3_clnt.c3464 if (!SSL_use_certificate(s, x509) || !SSL_use_PrivateKey(s, pkey)) in ssl3_send_client_certificate()
/freebsd-11-stable/secure/lib/libssl/
HDMakefile.man288 MLINKS+= SSL_CTX_use_certificate.3 SSL_use_certificate.3
/freebsd-11-stable/crypto/openssl/util/
HDssleay.num93 SSL_use_certificate 105 EXIST::FUNCTION:
/freebsd-11-stable/contrib/wpa/src/crypto/
HDtls_openssl.c621 if (!SSL_use_certificate(ssl, cert)) { in tls_cryptoapi_cert()
3223 if (SSL_use_certificate(conn->ssl, x509) == 1) in tls_connection_client_cert()
3336 if (SSL_use_certificate(ssl, cert) != 1) in tls_parse_pkcs12()
3536 if (!SSL_use_certificate(conn->ssl, cert)) { in tls_connection_engine_client_cert()
/freebsd-11-stable/crypto/openssl/apps/
HDs_cb.c1253 SSL_use_certificate(ssl, exc->cert); in set_cert_cb()
/freebsd-11-stable/crypto/openssl/doc/
HDssleay.txt6195 SSL_use_certificate