Searched refs:basedomain (Results 1 – 5 of 5) sorted by relevance
| /freebsd/crypto/openssl/test/ |
| H A D | danetest.c | 31 static const char *basedomain; variable 397 || !TEST_int_gt(test_tlsafile(ctx, basedomain, f, tlsafile), 0)) in run_tlsatest() 417 if (!TEST_ptr(basedomain = test_get_argument(0)) in setup_tests()
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_dane_enable.pod | 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
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | ssl_lib.c | 1229 int SSL_dane_enable(SSL *s, const char *basedomain) in SSL_dane_enable() argument 1253 if (!SSL_set_tlsext_host_name(s, basedomain)) { in SSL_dane_enable() 1260 if (!X509_VERIFY_PARAM_set1_host(sc->param, basedomain, 0)) { in SSL_dane_enable()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 1895 __owur int SSL_dane_enable(SSL *s, const char *basedomain);
|
| H A D | ssl.h.in | 1848 __owur int SSL_dane_enable(SSL *s, const char *basedomain);
|