Home
last modified time | relevance | path

Searched refs:basedomain (Results 1 – 4 of 4) sorted by relevance

/openssl-master/test/
A Ddanetest.c31 static const char *basedomain; variable
396 || !TEST_int_gt(test_tlsafile(ctx, basedomain, f, tlsafile), 0)) in run_tlsatest()
416 if (!TEST_ptr(basedomain = test_get_argument(0)) in setup_tests()
/openssl-master/doc/man3/
A DSSL_CTX_dane_enable.pod19 int SSL_dane_enable(SSL *s, const char *basedomain);
66 The B<basedomain> argument specifies the RFC7671 TLSA base domain,
70 The B<basedomain> is used as the default SNI hint if none has yet been
/openssl-master/ssl/
A Dssl_lib.c1034 int SSL_dane_enable(SSL *s, const char *basedomain) in SSL_dane_enable() argument
1053 if (!SSL_set_tlsext_host_name(s, basedomain)) { in SSL_dane_enable()
1060 if (!X509_VERIFY_PARAM_set1_host(s->param, basedomain, 0)) { in SSL_dane_enable()
/openssl-master/include/openssl/
A Dssl.h.in1775 __owur int SSL_dane_enable(SSL *s, const char *basedomain);

Completed in 22 milliseconds