Allow unknown/unsupported SANs in CertificateView
PiperOrigin-RevId: 313450034
diff --git a/quic/test_tools/test_certificates.h b/quic/test_tools/test_certificates.h
index ec4a4d4..e7d3035 100644
--- a/quic/test_tools/test_certificates.h
+++ b/quic/test_tools/test_certificates.h
@@ -20,6 +20,10 @@
// |kTestCertificatePem| with a PEM-encoded root appended to the end.
QUIC_CONST_INIT extern const char kTestCertificateChainPem[];
+// PEM-encoded certificate that contains a subjectAltName with an
+// unknown/unsupported type.
+QUIC_CONST_INIT extern const char kTestCertWithUnknownSanTypePem[];
+
// DER-encoded private key for |kTestCertificate|.
QUIC_CONST_INIT extern const quiche::QuicheStringPiece
kTestCertificatePrivateKey;