Searched refs:mcert (Results 1 – 5 of 5) sorted by relevance
72 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
2975 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()
175 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() argument1279 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()
1835 __owur int SSL_get0_dane_authority(SSL *s, X509 **mcert, EVP_PKEY **mspki);
Completed in 44 milliseconds