Searched refs:SSL_use_cert_and_key (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | 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
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | 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); 101 SSL_CTX_use_cert_and_key() and SSL_use_cert_and_key() assign the X.509
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/ |
H A D | ssl.map | 501 SSL_use_cert_and_key;
|
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/ |
H A D | ssl.map | 493 SSL_use_cert_and_key;
|
/netbsd-src/external/ibm-public/postfix/dist/src/tls/ |
H A D | tls_certkey.c | 168 ret = SSL_use_cert_and_key(st->ssl, st->cert, st->pkey, st->chain, in use_chain()
|
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/ |
H A D | ssl_rsa.c | 1021 int SSL_use_cert_and_key(SSL *ssl, X509 *x509, EVP_PKEY *privatekey, in SSL_use_cert_and_key() function
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
H A D | ssl_rsa.c | 1151 int SSL_use_cert_and_key(SSL *ssl, X509 *x509, EVP_PKEY *privatekey, in SSL_use_cert_and_key() function
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
H A D | libssl.num | 481 SSL_use_cert_and_key 482 1_1_1 EXIST::FUNCTION:
|
/netbsd-src/crypto/external/bsd/openssl/dist/util/ |
H A D | libssl.num | 481 SSL_use_cert_and_key 482 3_0_0 EXIST::FUNCTION:
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/ |
H A D | ssl.pod | 713 =item int B<SSL_use_cert_and_key>(SSL *ssl, X509 *x, EVP_PKEY *pkey, STACK_OF(X509) *chain, int ove…
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | ssl.h | 1578 __owur int SSL_use_cert_and_key(SSL *ssl, X509 *x509, EVP_PKEY *privatekey,
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | ssl.h.in | 1599 __owur int SSL_use_cert_and_key(SSL *ssl, X509 *x509, EVP_PKEY *privatekey,
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | sslapitest.c | 6333 if (!SSL_use_cert_and_key(s, x509, pkey, NULL, 1)) in cert_cb()
|