Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/doc/man3/
H A 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-14.2/contrib/ldns/
H A Ddane.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.2/secure/lib/libssl/
H A DVersion.map67 SSL_CTX_dane_enable;
/freebsd-14.2/crypto/openssl/test/
H A Ddanetest.c392 || !TEST_int_gt(SSL_CTX_dane_enable(ctx), 0) in run_tlsatest()
/freebsd-14.2/secure/lib/libcrypto/man/man3/
H A DMakefile414 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.2/crypto/openssl/util/
H A Dlibssl.num288 SSL_CTX_dane_enable 289 3_0_0 EXIST::FUNCTION:
/freebsd-14.2/crypto/openssl/doc/
H A Dbuild.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.2/crypto/openssl/doc/man1/
H A Dopenssl-verification-options.pod35 L<SSL_CTX_dane_enable(3)>, L<SSL_set1_host(3)>,
/freebsd-14.2/crypto/openssl/apps/
H A Ds_client.c1924 if (SSL_CTX_dane_enable(ctx) <= 0) { in s_client_main()
/freebsd-14.2/crypto/openssl/include/openssl/
H A Dssl.h1856 __owur int SSL_CTX_dane_enable(SSL_CTX *ctx);
H A Dssl.h.in1784 __owur int SSL_CTX_dane_enable(SSL_CTX *ctx);
/freebsd-14.2/crypto/openssl/ssl/
H A Dssl_lib.c1028 int SSL_CTX_dane_enable(SSL_CTX *ctx) in SSL_CTX_dane_enable() function
/freebsd-14.2/contrib/sendmail/src/
H A Ddeliver.c7432 r = SSL_CTX_dane_enable(clt_ctx);