Searched refs:SSL_CTX_use_cert_and_key (Results 1 – 4 of 4) sorted by relevance
/openssl-master/doc/man3/ |
A D | SSL_CTX_use_certificate.pod | 15 SSL_CTX_use_cert_and_key, SSL_use_cert_and_key 49 …int SSL_CTX_use_cert_and_key(SSL_CTX *ctx, X509 *x, EVP_PKEY *pkey, STACK_OF(X509) *chain, int ove… 101 SSL_CTX_use_cert_and_key() and SSL_use_cert_and_key() assign the X.509
|
/openssl-master/ssl/ |
A D | ssl_rsa.c | 982 int SSL_CTX_use_cert_and_key(SSL_CTX *ctx, X509 *x509, EVP_PKEY *privatekey, in SSL_CTX_use_cert_and_key() function
|
/openssl-master/util/ |
A D | libssl.num | 480 SSL_CTX_use_cert_and_key 481 3_0_0 EXIST::FUNCTION:
|
/openssl-master/include/openssl/ |
A D | ssl.h.in | 1737 __owur int SSL_CTX_use_cert_and_key(SSL_CTX *ctx, X509 *x509, EVP_PKEY *privatekey,
|
Completed in 15 milliseconds