Index: net/quic/crypto/crypto_protocol.h |
diff --git a/net/quic/crypto/crypto_protocol.h b/net/quic/crypto/crypto_protocol.h |
index 6d56198ce828c5825a91352a352ced32f166ea7c..18dbc0cdbc61623e2e6a073703c03a68bd381430 100644 |
--- a/net/quic/crypto/crypto_protocol.h |
+++ b/net/quic/crypto/crypto_protocol.h |
@@ -188,6 +188,8 @@ const QuicTag kSourceAddressTokenTag = |
TAG('S', 'T', 'K', 0); // Source-address token |
const QuicTag kCertificateTag = |
TAG('C', 'R', 'T', 255); // Certificate chain |
+const QuicTag kCertificateSCTTag = |
+ TAG('C', 'S', 'C', 'T'); // Signed cert timestamp (RFC6962) of leaf cert. |
#undef TAG |