Home
last modified time | relevance | path

Searched refs:SSL_get0_dane_authority (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/doc/man3/
DSSL_CTX_dane_enable.pod6 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/
Ddanetest.c358 mdpth = SSL_get0_dane_authority(ssl, NULL, NULL); in test_tlsafile()
/third_party/openssl/util/
Dlibssl.num56 SSL_get0_dane_authority 57 1_1_0 EXIST::FUNCTION:
/third_party/openssl/apps/
Ds_cb.c1167 if ((mdpth = SSL_get0_dane_authority(s, NULL, &mspki)) >= 0) { in print_verify_detail()
/third_party/openssl/include/openssl/
Dssl.h1745 __owur int SSL_get0_dane_authority(SSL *s, X509 **mcert, EVP_PKEY **mspki);
/third_party/openssl/ssl/
Dssl_lib.c1067 int SSL_get0_dane_authority(SSL *s, X509 **mcert, EVP_PKEY **mspki) in SSL_get0_dane_authority() function