/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_get0_peer_rpk.pod | 53 connection (e.g. via L<SSL_use_certificate(3)>), but if a certificate is not 88 L<SSL_use_certificate(3)>,
|
H A D | SSL_CTX_set_cert_cb.pod | 37 An application will typically call SSL_use_certificate() and 66 L<ssl(7)>, L<SSL_use_certificate(3)>,
|
H A D | SSL_CTX_use_certificate.pod | 6 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 D | SSL_CTX_set_client_cert_cb.pod | 59 object using the SSL_use_certificate() and SSL_use_private_key() functions.
|
H A D | SSL_set1_server_cert_type.pod | 186 L<SSL_use_certificate(3)>
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_rsa.c | 32 int SSL_use_certificate(SSL *ssl, X509 *x) in SSL_use_certificate() function 104 ret = SSL_use_certificate(ssl, x); in SSL_use_certificate_file() 128 ret = SSL_use_certificate(ssl, x); in SSL_use_certificate_ASN1() 519 ret = SSL_use_certificate(ssl, x); in use_certificate_chain_file()
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_ssl.c | 484 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()
|
H A D | regress_http.c | 125 SSL_use_certificate(ssl, ssl_getcert(ssl_getkey())); in https_bev()
|
/freebsd/contrib/libevent/test/ |
H A D | regress_ssl.c | 484 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()
|
H A D | regress_http.c | 125 SSL_use_certificate(ssl, ssl_getcert(ssl_getkey())); in https_bev()
|
/freebsd/secure/lib/libssl/ |
H A D | Version.map | 380 SSL_use_certificate;
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | tls_openssl.c | 630 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/crypto/openssl/apps/lib/ |
H A D | s_cb.c | 1035 if (!SSL_use_certificate(ssl, exc->cert) in set_cert_cb()
|
/freebsd/crypto/openssl/util/ |
H A D | libssl.num | 237 SSL_use_certificate 238 3_0_0 EXIST::FUNCTION:
|
/freebsd/crypto/openssl/ssl/statem/ |
H A D | statem_clnt.c | 3751 if (!SSL_use_certificate(ssl, x509) in tls_prepare_client_certificate()
|
/freebsd/crypto/openssl/doc/designs/quic-design/ |
H A D | quic-api-ssl-funcs.md | 231 | `SSL_use_certificate` | HL | U | A | NC\* | Done …
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h | 1686 __owur int SSL_use_certificate(SSL *ssl, X509 *x);
|
H A D | ssl.h.in | 1639 __owur int SSL_use_certificate(SSL *ssl, X509 *x);
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 4290 MLINKS+= SSL_CTX_use_certificate.3 SSL_use_certificate.3
|