Searched refs:mcert (Results 1 – 5 of 5) sorted by relevance
71 X509 *mcert; /* DANE matched cert */ member
22 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 chain104 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
2764 OPENSSL_free(dane->mcert); in dane_match()2765 dane->mcert = cert; in dane_match()2820 X509_free(dane->mcert); in check_dane_pkeys()2821 dane->mcert = NULL; in check_dane_pkeys()2844 X509_free(dane->mcert); in dane_reset()2845 dane->mcert = NULL; in dane_reset()3119 X509_free(dane->mcert); in build_chain()3120 dane->mcert = NULL; in build_chain()
199 X509_free(dane->mcert); in dane_final()200 dane->mcert = NULL; in dane_final()624 X509_free(s->dane.mcert); in SSL_clear()625 s->dane.mcert = NULL; in SSL_clear()1067 int SSL_get0_dane_authority(SSL *s, X509 **mcert, EVP_PKEY **mspki) in SSL_get0_dane_authority() argument1074 if (mcert) in SSL_get0_dane_authority()1075 *mcert = dane->mcert; in SSL_get0_dane_authority()1077 *mspki = (dane->mcert == NULL) ? dane->mtlsa->spki : NULL; in SSL_get0_dane_authority()
1745 __owur int SSL_get0_dane_authority(SSL *s, X509 **mcert, EVP_PKEY **mspki);