Index: net/quic/crypto/crypto_handshake.h |
diff --git a/net/quic/crypto/crypto_handshake.h b/net/quic/crypto/crypto_handshake.h |
index 3839a2154656f69617d593249347cd8cb094fb45..cc25570af6bd48ededeead3c1096b6145ba37710 100644 |
--- a/net/quic/crypto/crypto_handshake.h |
+++ b/net/quic/crypto/crypto_handshake.h |
@@ -100,6 +100,8 @@ struct NET_EXPORT_PRIVATE QuicCryptoNegotiatedParameters { |
QuicTag aead; |
std::string initial_premaster_secret; |
std::string forward_secure_premaster_secret; |
+ // subkey_secret is used as the PRK input to the HKDF used for key extraction. |
+ std::string subkey_secret; |
CrypterPair initial_crypters; |
CrypterPair forward_secure_crypters; |
// Normalized SNI: converted to lower case and trailing '.' removed. |