Home
last modified time | relevance | path

Searched refs:mcert (Results 1 – 5 of 5) sorted by relevance

/openssl/include/internal/
H A Ddane.h72 X509 *mcert; /* DANE matched cert */ member
/openssl/doc/man3/
H A DSSL_CTX_dane_enable.pod22 int SSL_get0_dane_authority(SSL *s, X509 **mcert, EVP_PKEY **mspki);
103 If the B<mcert> argument is not B<NULL> and a TLSA record matched a chain
104 certificate, a pointer to the matching certificate is returned via B<mcert>.
117 As with B<mcert> this is a short-term internal reference, and
/openssl/crypto/x509/
H A Dx509_vfy.c2942 OPENSSL_free(dane->mcert); in dane_match_cert()
2943 dane->mcert = cert; in dane_match_cert()
2999 X509_free(dane->mcert); in check_dane_pkeys()
3000 dane->mcert = NULL; in check_dane_pkeys()
3077 X509_free(dane->mcert); in dane_reset()
3078 dane->mcert = NULL; in dane_reset()
3368 X509_free(dane->mcert); in build_chain()
3369 dane->mcert = NULL; in build_chain()
/openssl/ssl/
H A Dssl_lib.c174 X509_free(dane->mcert); in dane_final()
175 dane->mcert = NULL; in dane_final()
627 X509_free(sc->dane.mcert); in ossl_ssl_connection_reset()
628 sc->dane.mcert = NULL; in ossl_ssl_connection_reset()
1262 int SSL_get0_dane_authority(SSL *s, X509 **mcert, EVP_PKEY **mspki) in SSL_get0_dane_authority() argument
1275 if (mcert) in SSL_get0_dane_authority()
1276 *mcert = dane->mcert; in SSL_get0_dane_authority()
1278 *mspki = (dane->mcert == NULL) ? dane->mtlsa->spki : NULL; in SSL_get0_dane_authority()
/openssl/include/openssl/
H A Dssl.h.in1835 __owur int SSL_get0_dane_authority(SSL *s, X509 **mcert, EVP_PKEY **mspki);

Completed in 62 milliseconds