Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/doc/man3/
HDSSL_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-13-stable/contrib/ldns/
HDdane.c704 else if (SSL_CTX_dane_enable(ssl_ctx) <= 0) in ldns_dane_verify_rr()
904 else if (SSL_CTX_dane_enable(ssl_ctx) <= 0) in ldns_dane_verify()
/freebsd-13-stable/secure/lib/libssl/
HDVersion.map67 SSL_CTX_dane_enable;
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
HDMakefile291 MAN+= SSL_CTX_dane_enable.3
2445 MLINKS+= SSL_CTX_dane_enable.3 SSL_CTX_dane_clear_flags.3
2446 MLINKS+= SSL_CTX_dane_enable.3 SSL_CTX_dane_mtype_set.3
2447 MLINKS+= SSL_CTX_dane_enable.3 SSL_CTX_dane_set_flags.3
2448 MLINKS+= SSL_CTX_dane_enable.3 SSL_dane_clear_flags.3
2449 MLINKS+= SSL_CTX_dane_enable.3 SSL_dane_enable.3
2450 MLINKS+= SSL_CTX_dane_enable.3 SSL_dane_set_flags.3
2451 MLINKS+= SSL_CTX_dane_enable.3 SSL_dane_tlsa_add.3
2452 MLINKS+= SSL_CTX_dane_enable.3 SSL_get0_dane_authority.3
2453 MLINKS+= SSL_CTX_dane_enable.3 SSL_get0_dane_tlsa.3
/freebsd-13-stable/crypto/openssl/include/openssl/
HDssl.h1751 __owur int SSL_CTX_dane_enable(SSL_CTX *ctx);
/freebsd-13-stable/crypto/openssl/apps/
HDs_client.c1969 if (SSL_CTX_dane_enable(ctx) <= 0) { in s_client_main()
/freebsd-13-stable/crypto/openssl/ssl/
HDssl_lib.c989 int SSL_CTX_dane_enable(SSL_CTX *ctx) in SSL_CTX_dane_enable() function
/freebsd-13-stable/contrib/sendmail/src/
HDdeliver.c7432 r = SSL_CTX_dane_enable(clt_ctx);