Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/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)
/freebsd-12-stable/contrib/ldns/
Ddane.c647 else if (SSL_CTX_dane_enable(ssl_ctx) <= 0) in ldns_dane_verify_rr()
847 else if (SSL_CTX_dane_enable(ssl_ctx) <= 0) in ldns_dane_verify()
/freebsd-12-stable/secure/lib/libssl/
DVersion.map68 SSL_CTX_dane_enable;
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
DMakefile292 MAN+= SSL_CTX_dane_enable.3
2444 MLINKS+= SSL_CTX_dane_enable.3 SSL_CTX_dane_clear_flags.3
2445 MLINKS+= SSL_CTX_dane_enable.3 SSL_CTX_dane_mtype_set.3
2446 MLINKS+= SSL_CTX_dane_enable.3 SSL_CTX_dane_set_flags.3
2447 MLINKS+= SSL_CTX_dane_enable.3 SSL_dane_clear_flags.3
2448 MLINKS+= SSL_CTX_dane_enable.3 SSL_dane_enable.3
2449 MLINKS+= SSL_CTX_dane_enable.3 SSL_dane_set_flags.3
2450 MLINKS+= SSL_CTX_dane_enable.3 SSL_dane_tlsa_add.3
2451 MLINKS+= SSL_CTX_dane_enable.3 SSL_get0_dane_authority.3
2452 MLINKS+= SSL_CTX_dane_enable.3 SSL_get0_dane_tlsa.3
/freebsd-12-stable/crypto/openssl/include/openssl/
Dssl.h1749 __owur int SSL_CTX_dane_enable(SSL_CTX *ctx);
/freebsd-12-stable/crypto/openssl/apps/
Ds_client.c1969 if (SSL_CTX_dane_enable(ctx) <= 0) { in s_client_main()
/freebsd-12-stable/crypto/openssl/ssl/
Dssl_lib.c987 int SSL_CTX_dane_enable(SSL_CTX *ctx) in SSL_CTX_dane_enable() function