Searched refs:SSL_use_cert_and_key (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14-stable/crypto/openssl/doc/man3/ |
| HD | SSL_CTX_use_certificate.pod | 15 SSL_CTX_use_cert_and_key, SSL_use_cert_and_key 50 int SSL_use_cert_and_key(SSL *ssl, X509 *x, EVP_PKEY *pkey, STACK_OF(X509) *chain, int override); 102 SSL_CTX_use_cert_and_key() and SSL_use_cert_and_key() assign the X.509
|
| /freebsd-14-stable/secure/lib/libssl/ |
| HD | Version.map | 505 SSL_use_cert_and_key;
|
| /freebsd-14-stable/crypto/openssl/ssl/ |
| HD | ssl_rsa.c | 1021 int SSL_use_cert_and_key(SSL *ssl, X509 *x509, EVP_PKEY *privatekey, in SSL_use_cert_and_key() function
|
| /freebsd-14-stable/crypto/openssl/util/ |
| HD | libssl.num | 481 SSL_use_cert_and_key 482 3_0_0 EXIST::FUNCTION:
|
| /freebsd-14-stable/crypto/openssl/include/openssl/ |
| HD | ssl.h | 1671 __owur int SSL_use_cert_and_key(SSL *ssl, X509 *x509, EVP_PKEY *privatekey,
|
| HD | ssl.h.in | 1599 __owur int SSL_use_cert_and_key(SSL *ssl, X509 *x509, EVP_PKEY *privatekey,
|
| /freebsd-14-stable/secure/lib/libcrypto/man/man3/ |
| HD | Makefile | 4220 MLINKS+= SSL_CTX_use_certificate.3 SSL_use_cert_and_key.3
|
| /freebsd-14-stable/crypto/openssl/test/ |
| HD | sslapitest.c | 8454 if (!SSL_use_cert_and_key(s, x509, pkey, NULL, 1)) in cert_cb()
|