Searched refs:SSL_use_PrivateKey_file (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_use_certificate.pod | 12 SSL_use_PrivateKey_file, SSL_use_PrivateKey_ASN1, SSL_use_PrivateKey, 41 int SSL_use_PrivateKey_file(SSL *ssl, const char *file, int type); 127 B<file> to B<ctx>. SSL_use_PrivateKey_file() adds the first private key found
|
| /freebsd-14.2/secure/lib/libssl/ |
| H A D | Version.map | 377 SSL_use_PrivateKey_file;
|
| /freebsd-14.2/usr.sbin/rpc.tlsclntd/ |
| H A D | rpc.tlsclntd.c | 663 ret = SSL_use_PrivateKey_file(ssl, path, SSL_FILETYPE_PEM); in rpctls_connect()
|
| /freebsd-14.2/crypto/openssl/ssl/ |
| H A D | ssl_rsa.c | 150 int SSL_use_PrivateKey_file(SSL *ssl, const char *file, int type) in SSL_use_PrivateKey_file() function
|
| H A D | ssl_conf.c | 460 rv = SSL_use_PrivateKey_file(cctx->ssl, value, SSL_FILETYPE_PEM); in cmd_PrivateKey()
|
| /freebsd-14.2/crypto/openssl/util/ |
| H A D | libssl.num | 22 SSL_use_PrivateKey_file 23 3_0_0 EXIST::FUNCTION:
|
| /freebsd-14.2/contrib/sendmail/src/ |
| H A D | tls.c | 771 SSL_use_PrivateKey_file(ssl, keyfile, SSL_FILETYPE_PEM) <= 0)
|
| /freebsd-14.2/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 1692 __owur int SSL_use_PrivateKey_file(SSL *ssl, const char *file, int type);
|
| H A D | ssl.h.in | 1620 __owur int SSL_use_PrivateKey_file(SSL *ssl, const char *file, int type);
|
| /freebsd-14.2/crypto/openssl/test/ |
| H A D | sslapitest.c | 657 || !TEST_int_eq(SSL_use_PrivateKey_file(ssl, skey, SSL_FILETYPE_PEM), 1) in test_ssl_build_cert_chain() 8408 || !TEST_true(SSL_use_PrivateKey_file(s, privkey, in cert_cb()
|
| /freebsd-14.2/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 4216 MLINKS+= SSL_CTX_use_certificate.3 SSL_use_PrivateKey_file.3
|
| /freebsd-14.2/crypto/openssl/ |
| H A D | CHANGES.md | 11194 to SSL_CTX_use_PrivateKey_file() and SSL_use_PrivateKey_file()
|