Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/doc/man3/
HDSSL_CTX_set_cert_cb.pod37 An application will typically call SSL_use_certificate() and
66 L<ssl(7)>, L<SSL_use_certificate(3)>,
HDSSL_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
HDSSL_CTX_set_client_cert_cb.pod59 object using the SSL_use_certificate() and SSL_use_private_key() functions.
/freebsd-14-stable/crypto/openssl/ssl/
HDssl_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()
/freebsd-14-stable/contrib/libevent/test/
HDregress_ssl.c484 SSL_use_certificate(ssl2, the_cert); in regress_bufferevent_openssl()
588 SSL_use_certificate(ssl, the_cert); in acceptcb()
864 SSL_use_certificate(ssl, the_cert); in wm_acceptcb()
HDregress_http.c125 SSL_use_certificate(ssl, ssl_getcert(ssl_getkey())); in https_bev()
/freebsd-14-stable/contrib/ntp/sntp/libevent/test/
HDregress_ssl.c484 SSL_use_certificate(ssl2, the_cert); in regress_bufferevent_openssl()
588 SSL_use_certificate(ssl, the_cert); in acceptcb()
864 SSL_use_certificate(ssl, the_cert); in wm_acceptcb()
HDregress_http.c125 SSL_use_certificate(ssl, ssl_getcert(ssl_getkey())); in https_bev()
/freebsd-14-stable/secure/lib/libssl/
HDVersion.map381 SSL_use_certificate;
/freebsd-14-stable/contrib/wpa/src/crypto/
HDtls_openssl.c630 if (!SSL_use_certificate(ssl, cert)) { in tls_cryptoapi_cert()
3465 if (!x509 || SSL_use_certificate(conn->ssl, x509) != 1) { in tls_connection_client_cert()
3495 if (SSL_use_certificate(conn->ssl, x509) == 1) in tls_connection_client_cert()
3608 if (SSL_use_certificate(ssl, cert) != 1) in tls_parse_pkcs12()
3808 if (!SSL_use_certificate(conn->ssl, cert)) { in tls_connection_engine_client_cert()
/freebsd-14-stable/crypto/openssl/util/
HDlibssl.num237 SSL_use_certificate 238 3_0_0 EXIST::FUNCTION:
/freebsd-14-stable/crypto/openssl/apps/lib/
HDs_cb.c962 if (!SSL_use_certificate(ssl, exc->cert) in set_cert_cb()
/freebsd-14-stable/crypto/openssl/ssl/statem/
HDstatem_clnt.c3467 if (!SSL_use_certificate(s, x509) || !SSL_use_PrivateKey(s, pkey)) in tls_prepare_client_certificate()
/freebsd-14-stable/crypto/openssl/include/openssl/
HDssl.h1669 __owur int SSL_use_certificate(SSL *ssl, X509 *x);
HDssl.h.in1597 __owur int SSL_use_certificate(SSL *ssl, X509 *x);
/freebsd-14-stable/secure/lib/libcrypto/man/man3/
HDMakefile4221 MLINKS+= SSL_CTX_use_certificate.3 SSL_use_certificate.3