Home
last modified time | relevance | path

Searched refs:SSL_use_PrivateKey (Results 1 – 15 of 15) sorted by relevance

/freebsd-12-stable/crypto/openssl/doc/man3/
DSSL_CTX_use_certificate.pod12 SSL_use_PrivateKey_file, SSL_use_PrivateKey_ASN1, SSL_use_PrivateKey,
39 int SSL_use_PrivateKey(SSL *ssl, EVP_PKEY *pkey);
93 to B<ctx>. SSL_use_PrivateKey() adds B<pkey> as private key to B<ssl>;
99 SSL_CTX_use_PrivateKey() or SSL_use_PrivateKey().
DSSL_CTX_set_cert_cb.pod40 SSL_use_PrivateKey() to set the end entity certificate and private key.
/freebsd-12-stable/contrib/ntp/sntp/libevent/test/
Dregress_ssl.c485 SSL_use_PrivateKey(ssl2, the_key); in regress_bufferevent_openssl()
589 SSL_use_PrivateKey(ssl, the_key); in acceptcb()
865 SSL_use_PrivateKey(ssl, the_key); in wm_acceptcb()
Dregress_http.c126 SSL_use_PrivateKey(ssl, ssl_getkey()); in https_bev()
/freebsd-12-stable/contrib/libevent/test/
Dregress_ssl.c485 SSL_use_PrivateKey(ssl2, the_key); in regress_bufferevent_openssl()
589 SSL_use_PrivateKey(ssl, the_key); in acceptcb()
865 SSL_use_PrivateKey(ssl, the_key); in wm_acceptcb()
Dregress_http.c126 SSL_use_PrivateKey(ssl, ssl_getkey()); in https_bev()
/freebsd-12-stable/crypto/openssl/ssl/
Dssl_rsa.c223 int SSL_use_PrivateKey(SSL *ssl, EVP_PKEY *pkey) in SSL_use_PrivateKey() function
267 ret = SSL_use_PrivateKey(ssl, pkey); in SSL_use_PrivateKey_file()
287 ret = SSL_use_PrivateKey(ssl, pkey); in SSL_use_PrivateKey_ASN1()
/freebsd-12-stable/secure/lib/libssl/
DVersion.map376 SSL_use_PrivateKey;
/freebsd-12-stable/contrib/wpa/src/crypto/
Dtls_openssl.c3448 if (SSL_use_PrivateKey(ssl, pkey) != 1) in tls_parse_pkcs12()
3706 if (SSL_use_PrivateKey(conn->ssl, conn->private_key) != 1) { in tls_connection_engine_private_key()
3770 ret = SSL_use_PrivateKey(ssl, pkey); in tls_use_private_key_file()
3845 if (SSL_use_PrivateKey(conn->ssl, pkey) == 1) { in tls_connection_private_key()
/freebsd-12-stable/crypto/openssl/apps/
Ds_cb.c933 || !SSL_use_PrivateKey(ssl, exc->key)) { in set_cert_cb()
/freebsd-12-stable/crypto/openssl/doc/man7/
Dssl.pod695 =item int B<SSL_use_PrivateKey>(SSL *ssl, EVP_PKEY *pkey);
/freebsd-12-stable/crypto/openssl/include/openssl/
Dssl.h1573 __owur int SSL_use_PrivateKey(SSL *ssl, EVP_PKEY *pkey);
/freebsd-12-stable/crypto/openssl/ssl/statem/
Dstatem_clnt.c3511 if (!SSL_use_certificate(s, x509) || !SSL_use_PrivateKey(s, pkey)) in tls_prepare_client_certificate()
/freebsd-12-stable/crypto/openssl/crypto/err/
Dopenssl.txt1349 SSL_F_SSL_USE_PRIVATEKEY:201:SSL_use_PrivateKey
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
DMakefile2718 MLINKS+= SSL_CTX_use_certificate.3 SSL_use_PrivateKey.3