Searched refs:basedomain (Results 1 – 3 of 3) sorted by relevance
19 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
1010 int SSL_dane_enable(SSL *s, const char *basedomain) in SSL_dane_enable() argument1029 if (!SSL_set_tlsext_host_name(s, basedomain)) { in SSL_dane_enable()1036 if (!X509_VERIFY_PARAM_set1_host(s->param, basedomain, 0)) { in SSL_dane_enable()
1754 __owur int SSL_dane_enable(SSL *s, const char *basedomain);