Home
last modified time | relevance | path

Searched refs:SSL_dane_enable (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/crypto/openssl/doc/man3/
H A DSSL_set1_host.pod28 via L<SSL_dane_enable(3)> should leave it to that function to set
103 L<SSL_dane_enable(3)>.
H A DSSL_CTX_dane_enable.pod5 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 Ddane.c656 (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 DVersion.map223 SSL_dane_enable;
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dssl.h1744 __owur int SSL_dane_enable(SSL *s, const char *basedomain);
/freebsd-13.1/crypto/openssl/apps/
H A Ds_client.c2037 if (SSL_dane_enable(con, dane_tlsa_domain) <= 0) { in s_client_main()
/freebsd-13.1/crypto/openssl/crypto/err/
H A Dopenssl.txt1285 SSL_F_SSL_DANE_ENABLE:395:SSL_dane_enable
/freebsd-13.1/crypto/openssl/ssl/
H A Dssl_lib.c1010 int SSL_dane_enable(SSL *s, const char *basedomain) in SSL_dane_enable() function
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile2448 MLINKS+= SSL_CTX_dane_enable.3 SSL_dane_enable.3