Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DSSL_set1_host.pod28 via L<SSL_dane_enable(3)> should leave it to that function to set
103 L<SSL_dane_enable(3)>.
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)
/third_party/openssl/test/
Ddanetest.c328 if (SSL_dane_enable(ssl, base_name) <= 0) { in test_tlsafile()
/third_party/openssl/util/
Dlibssl.num26 SSL_dane_enable 27 1_1_0 EXIST::FUNCTION:
/third_party/openssl/include/openssl/
Dssl.h1742 __owur int SSL_dane_enable(SSL *s, const char *basedomain);
/third_party/openssl/apps/
Ds_client.c2037 if (SSL_dane_enable(con, dane_tlsa_domain) <= 0) { in s_client_main()
/third_party/openssl/ssl/
Dssl_lib.c1008 int SSL_dane_enable(SSL *s, const char *basedomain) in SSL_dane_enable() function
/third_party/openssl/crypto/err/
Dopenssl.txt1285 SSL_F_SSL_DANE_ENABLE:395:SSL_dane_enable