Searched refs:SSL_use_certificate (Results 1 – 8 of 8) sorted by relevance
/openssl-master/doc/man3/ |
A D | SSL_CTX_set_cert_cb.pod | 37 An application will typically call SSL_use_certificate() and 66 L<ssl(7)>, L<SSL_use_certificate(3)>,
|
A D | SSL_CTX_use_certificate.pod | 6 SSL_CTX_use_certificate_file, SSL_use_certificate, SSL_use_certificate_ASN1, 25 int SSL_use_certificate(SSL *ssl, X509 *x); 67 SSL_use_certificate() loads B<x> into B<ssl>. The rest of the 97 key pair the new certificate needs to be set with SSL_use_certificate()
|
A D | SSL_CTX_set_client_cert_cb.pod | 59 object using the SSL_use_certificate() and SSL_use_private_key() functions.
|
/openssl-master/ssl/ |
A D | ssl_rsa.c | 28 int SSL_use_certificate(SSL *ssl, X509 *x) in SSL_use_certificate() function 89 ret = SSL_use_certificate(ssl, x); in SSL_use_certificate_file() 113 ret = SSL_use_certificate(ssl, x); in SSL_use_certificate_ASN1() 466 ret = SSL_use_certificate(ssl, x); in use_certificate_chain_file()
|
/openssl-master/apps/lib/ |
A D | s_cb.c | 932 if (!SSL_use_certificate(ssl, exc->cert) in set_cert_cb()
|
/openssl-master/util/ |
A D | libssl.num | 237 SSL_use_certificate 238 3_0_0 EXIST::FUNCTION:
|
/openssl-master/ssl/statem/ |
A D | statem_clnt.c | 3457 if (!SSL_use_certificate(s, x509) || !SSL_use_PrivateKey(s, pkey)) in tls_prepare_client_certificate()
|
/openssl-master/include/openssl/ |
A D | ssl.h.in | 1585 __owur int SSL_use_certificate(SSL *ssl, X509 *x);
|
Completed in 28 milliseconds