bool verifyLeafCertMatchesHostname(quic::CertificateView& cert_view, const std::string& hostname,
ENVOY_BUG(!verify_context->isServer(), "Client certificates are not supported in QUIC yet.");
int sign_alg = deduceSignatureAlgorithmFromPublicKey(cert_view->public_key(), error_details);
ASSERT(dynamic_cast<Extensions::TransportSockets::Tls::ClientContextImpl*>(context_.get()) !=
// verifyCertChain uses a bunch of SSL-specific structs which we want to keep out of the interface