Home
last modified time | relevance | path

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

/freebsd-14-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-14-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-14-stable/crypto/openssl/test/
HDdanetest.c392 || !TEST_int_gt(SSL_CTX_dane_enable(ctx), 0) in run_tlsatest()
/freebsd-14-stable/secure/lib/libssl/
HDVersion.map67 SSL_CTX_dane_enable;
/freebsd-14-stable/secure/lib/libcrypto/man/man3/
HDMakefile414 MAN+= SSL_CTX_dane_enable.3
3789 MLINKS+= SSL_CTX_dane_enable.3 SSL_CTX_dane_clear_flags.3
3790 MLINKS+= SSL_CTX_dane_enable.3 SSL_CTX_dane_mtype_set.3
3791 MLINKS+= SSL_CTX_dane_enable.3 SSL_CTX_dane_set_flags.3
4005 MLINKS+= SSL_CTX_dane_enable.3 SSL_dane_clear_flags.3
4006 MLINKS+= SSL_CTX_dane_enable.3 SSL_dane_enable.3
4007 MLINKS+= SSL_CTX_dane_enable.3 SSL_dane_set_flags.3
4008 MLINKS+= SSL_CTX_dane_enable.3 SSL_dane_tlsa_add.3
4018 MLINKS+= SSL_CTX_dane_enable.3 SSL_get0_dane_authority.3
4019 MLINKS+= SSL_CTX_dane_enable.3 SSL_get0_dane_tlsa.3
/freebsd-14-stable/crypto/openssl/util/
HDlibssl.num288 SSL_CTX_dane_enable 289 3_0_0 EXIST::FUNCTION:
/freebsd-14-stable/crypto/openssl/doc/
HDbuild.info2130 DEPEND[html/man3/SSL_CTX_dane_enable.html]=man3/SSL_CTX_dane_enable.pod
2131 GENERATE[html/man3/SSL_CTX_dane_enable.html]=man3/SSL_CTX_dane_enable.pod
2132 DEPEND[man/man3/SSL_CTX_dane_enable.3]=man3/SSL_CTX_dane_enable.pod
2133 GENERATE[man/man3/SSL_CTX_dane_enable.3]=man3/SSL_CTX_dane_enable.pod
3318 html/man3/SSL_CTX_dane_enable.html \
3926 man/man3/SSL_CTX_dane_enable.3 \
/freebsd-14-stable/crypto/openssl/doc/man1/
HDopenssl-verification-options.pod35 L<SSL_CTX_dane_enable(3)>, L<SSL_set1_host(3)>,
/freebsd-14-stable/crypto/openssl/apps/
HDs_client.c1924 if (SSL_CTX_dane_enable(ctx) <= 0) { in s_client_main()
/freebsd-14-stable/crypto/openssl/include/openssl/
HDssl.h1856 __owur int SSL_CTX_dane_enable(SSL_CTX *ctx);
HDssl.h.in1784 __owur int SSL_CTX_dane_enable(SSL_CTX *ctx);
/freebsd-14-stable/crypto/openssl/ssl/
HDssl_lib.c1028 int SSL_CTX_dane_enable(SSL_CTX *ctx) in SSL_CTX_dane_enable() function
/freebsd-14-stable/contrib/sendmail/src/
HDdeliver.c7432 r = SSL_CTX_dane_enable(clt_ctx);