Searched refs:SSL_get0_dane_authority (Results 1 – 7 of 7) sorted by relevance
/openssl/doc/man3/ |
H A 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);
|
/openssl/test/ |
H A D | danetest.c | 355 mdpth = SSL_get0_dane_authority(ssl, NULL, NULL); in test_tlsafile()
|
/openssl/util/ |
H A D | libssl.num | 56 SSL_get0_dane_authority 57 3_0_0 EXIST::FUNCTION:
|
/openssl/apps/lib/ |
H A D | s_cb.c | 1267 if ((mdpth = SSL_get0_dane_authority(s, NULL, &mspki)) >= 0) { in print_verify_detail()
|
/openssl/doc/designs/quic-design/ |
H A D | quic-api-ssl-funcs.md | 369 | `SSL_get0_dane_authority` | HL | U | A | NC\* | Done …
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 1835 __owur int SSL_get0_dane_authority(SSL *s, X509 **mcert, EVP_PKEY **mspki);
|
/openssl/ssl/ |
H A D | ssl_lib.c | 1266 int SSL_get0_dane_authority(SSL *s, X509 **mcert, EVP_PKEY **mspki) in SSL_get0_dane_authority() function
|
Completed in 47 milliseconds