Home
last modified time | relevance | path

Searched refs:SSL_CTX_dane_enable (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/doc/man3/
DSSL_CTX_dane_enable.pod5 SSL_CTX_dane_enable, SSL_CTX_dane_mtype_set, SSL_dane_enable,
16 int SSL_CTX_dane_enable(SSL_CTX *ctx);
36 SSL_CTX_dane_enable() must be called first to initialize the shared state
164 The functions SSL_CTX_dane_enable(), SSL_CTX_dane_mtype_set(),
205 if (SSL_CTX_dane_enable(ctx) <= 0)
/third_party/openssl/test/
Ddanetest.c395 || !TEST_int_gt(SSL_CTX_dane_enable(ctx), 0) in run_tlsatest()
/third_party/openssl/util/
Dlibssl.num288 SSL_CTX_dane_enable 289 1_1_0 EXIST::FUNCTION:
/third_party/openssl/include/openssl/
Dssl.h1739 __owur int SSL_CTX_dane_enable(SSL_CTX *ctx);
/third_party/openssl/apps/
Ds_client.c1969 if (SSL_CTX_dane_enable(ctx) <= 0) { in s_client_main()
/third_party/openssl/ssl/
Dssl_lib.c987 int SSL_CTX_dane_enable(SSL_CTX *ctx) in SSL_CTX_dane_enable() function