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.c2975 OPENSSL_free(dane->mcert); in dane_match_cert()
2976 dane->mcert = cert; in dane_match_cert()
3032 X509_free(dane->mcert); in check_dane_pkeys()
3033 dane->mcert = NULL; in check_dane_pkeys()
3110 X509_free(dane->mcert); in dane_reset()
3111 dane->mcert = NULL; in dane_reset()
3401 X509_free(dane->mcert); in build_chain()
3402 dane->mcert = NULL; in build_chain()
/openssl/ssl/
H A Dssl_lib.c175 X509_free(dane->mcert); in dane_final()
176 dane->mcert = NULL; in dane_final()
628 X509_free(sc->dane.mcert); in ossl_ssl_connection_reset()
629 sc->dane.mcert = NULL; in ossl_ssl_connection_reset()
1266 int SSL_get0_dane_authority(SSL *s, X509 **mcert, EVP_PKEY **mspki) in SSL_get0_dane_authority() argument
1279 if (mcert) in SSL_get0_dane_authority()
1280 *mcert = dane->mcert; in SSL_get0_dane_authority()
1282 *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 50 milliseconds