Searched refs:SSL_use_PrivateKey (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12-stable/crypto/openssl/doc/man3/ |
| D | SSL_CTX_use_certificate.pod | 12 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().
|
| D | SSL_CTX_set_cert_cb.pod | 40 SSL_use_PrivateKey() to set the end entity certificate and private key.
|
| /freebsd-12-stable/contrib/ntp/sntp/libevent/test/ |
| D | regress_ssl.c | 485 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()
|
| D | regress_http.c | 126 SSL_use_PrivateKey(ssl, ssl_getkey()); in https_bev()
|
| /freebsd-12-stable/contrib/libevent/test/ |
| D | regress_ssl.c | 485 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()
|
| D | regress_http.c | 126 SSL_use_PrivateKey(ssl, ssl_getkey()); in https_bev()
|
| /freebsd-12-stable/crypto/openssl/ssl/ |
| D | ssl_rsa.c | 223 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/ |
| D | Version.map | 376 SSL_use_PrivateKey;
|
| /freebsd-12-stable/contrib/wpa/src/crypto/ |
| D | tls_openssl.c | 3448 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/ |
| D | s_cb.c | 933 || !SSL_use_PrivateKey(ssl, exc->key)) { in set_cert_cb()
|
| /freebsd-12-stable/crypto/openssl/doc/man7/ |
| D | ssl.pod | 695 =item int B<SSL_use_PrivateKey>(SSL *ssl, EVP_PKEY *pkey);
|
| /freebsd-12-stable/crypto/openssl/include/openssl/ |
| D | ssl.h | 1573 __owur int SSL_use_PrivateKey(SSL *ssl, EVP_PKEY *pkey);
|
| /freebsd-12-stable/crypto/openssl/ssl/statem/ |
| D | statem_clnt.c | 3511 if (!SSL_use_certificate(s, x509) || !SSL_use_PrivateKey(s, pkey)) in tls_prepare_client_certificate()
|
| /freebsd-12-stable/crypto/openssl/crypto/err/ |
| D | openssl.txt | 1349 SSL_F_SSL_USE_PRIVATEKEY:201:SSL_use_PrivateKey
|
| /freebsd-12-stable/secure/lib/libcrypto/man/man3/ |
| D | Makefile | 2718 MLINKS+= SSL_CTX_use_certificate.3 SSL_use_PrivateKey.3
|