Searched refs:SSL_dane_enable (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | SSL_set1_host.pod | 28 via L<SSL_dane_enable(3)> should leave it to that function to set 103 L<SSL_dane_enable(3)>.
|
| H A D | SSL_CTX_dane_enable.pod | 5 SSL_CTX_dane_enable, SSL_CTX_dane_mtype_set, SSL_dane_enable, 19 int SSL_dane_enable(SSL *s, const char *basedomain); 63 SSL_dane_enable() must be called before the SSL handshake is initiated with 165 SSL_dane_enable() and SSL_dane_tlsa_add() return a positive value on success. 209 if (SSL_dane_enable(ssl, dane_tlsa_domain) <= 0)
|
| /freebsd-13.1/contrib/ldns/ |
| H A D | dane.c | 656 (SSL_dane_enable(ssl, NULL) <= 0)) in ldns_dane_verify_rr() 856 (SSL_dane_enable(ssl, basename) <= 0)) in ldns_dane_verify()
|
| /freebsd-13.1/secure/lib/libssl/ |
| H A D | Version.map | 223 SSL_dane_enable;
|
| /freebsd-13.1/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 1744 __owur int SSL_dane_enable(SSL *s, const char *basedomain);
|
| /freebsd-13.1/crypto/openssl/apps/ |
| H A D | s_client.c | 2037 if (SSL_dane_enable(con, dane_tlsa_domain) <= 0) { in s_client_main()
|
| /freebsd-13.1/crypto/openssl/crypto/err/ |
| H A D | openssl.txt | 1285 SSL_F_SSL_DANE_ENABLE:395:SSL_dane_enable
|
| /freebsd-13.1/crypto/openssl/ssl/ |
| H A D | ssl_lib.c | 1010 int SSL_dane_enable(SSL *s, const char *basedomain) in SSL_dane_enable() function
|
| /freebsd-13.1/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 2448 MLINKS+= SSL_CTX_dane_enable.3 SSL_dane_enable.3
|