Searched refs:SSL_get0_dane_authority (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/doc/man3/ |
D | SSL_CTX_dane_enable.pod | 6 SSL_dane_tlsa_add, SSL_get0_dane_authority, SSL_get0_dane_tlsa, 22 int SSL_get0_dane_authority(SSL *s, X509 **mcert, EVP_PKEY **mspki); 94 SSL_get0_dane_authority() can be used to get more detailed information about 124 SSL_get0_dane_authority(). 174 The functions SSL_get0_dane_authority() and SSL_get0_dane_tlsa() return a 306 int depth = SSL_get0_dane_authority(ssl, NULL, &mspki);
|
/third_party/openssl/test/ |
D | danetest.c | 358 mdpth = SSL_get0_dane_authority(ssl, NULL, NULL); in test_tlsafile()
|
/third_party/openssl/util/ |
D | libssl.num | 56 SSL_get0_dane_authority 57 1_1_0 EXIST::FUNCTION:
|
/third_party/openssl/apps/ |
D | s_cb.c | 1167 if ((mdpth = SSL_get0_dane_authority(s, NULL, &mspki)) >= 0) { in print_verify_detail()
|
/third_party/openssl/include/openssl/ |
D | ssl.h | 1745 __owur int SSL_get0_dane_authority(SSL *s, X509 **mcert, EVP_PKEY **mspki);
|
/third_party/openssl/ssl/ |
D | ssl_lib.c | 1067 int SSL_get0_dane_authority(SSL *s, X509 **mcert, EVP_PKEY **mspki) in SSL_get0_dane_authority() function
|