Searched refs:SSL_dane_enable (Results 1 – 11 of 11) sorted by relevance
/openssl/doc/man3/ |
H A D | SSL_get0_peer_rpk.pod | 59 When DANE is enabled via L<SSL_dane_enable(3)>, the configured TLSA records 85 L<SSL_dane_enable(3)>,
|
H A D | SSL_set1_host.pod | 28 via L<SSL_dane_enable(3)> should leave it to that function to set 104 L<SSL_dane_enable(3)>.
|
H A D | SSL_CTX_dane_enable.pod | 5 SSL_CTX_dane_enable, SSL_CTX_dane_mtype_set, SSL_dane_enable, 19 int SSL_dane_enable(SSL *s, const char *basedomain); 63 SSL_dane_enable() must be called before the SSL handshake is initiated with 165 SSL_dane_enable() and SSL_dane_tlsa_add() return a positive value on success. 209 if (SSL_dane_enable(ssl, dane_tlsa_domain) <= 0)
|
H A D | SSL_set1_server_cert_type.pod | 150 if (SSL_dane_enable(ssl, dane_tlsa_domain) <= 0)
|
/openssl/test/ |
H A D | rpktest.c | 259 if (!TEST_int_gt(SSL_dane_enable(serverssl, NULL), 0)) in test_rpk() 261 if (!TEST_int_gt(SSL_dane_enable(clientssl, "example.com"), 0)) in test_rpk() 543 if (!TEST_int_gt(SSL_dane_enable(serverssl, "example.com"), 0)) in test_rpk() 545 if (!TEST_int_gt(SSL_dane_enable(clientssl, "example.com"), 0)) in test_rpk()
|
H A D | danetest.c | 325 if (SSL_dane_enable(ssl, base_name) <= 0) { in test_tlsafile()
|
/openssl/util/ |
H A D | libssl.num | 26 SSL_dane_enable 27 3_0_0 EXIST::FUNCTION:
|
/openssl/apps/ |
H A D | s_client.c | 2128 if (SSL_dane_enable(con, dane_tlsa_domain) <= 0) { in s_client_main()
|
/openssl/doc/designs/quic-design/ |
H A D | quic-api-ssl-funcs.md | 368 | `SSL_dane_enable` | HL | U | A | NC\* | Done …
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 1832 __owur int SSL_dane_enable(SSL *s, const char *basedomain);
|
/openssl/ssl/ |
H A D | ssl_lib.c | 1190 int SSL_dane_enable(SSL *s, const char *basedomain) in SSL_dane_enable() function
|
Completed in 73 milliseconds