Index: net/quic/crypto/crypto_handshake.h |
diff --git a/net/quic/crypto/crypto_handshake.h b/net/quic/crypto/crypto_handshake.h |
index cc25570af6bd48ededeead3c1096b6145ba37710..bfd2f347fd854d7a636241ad23556fbddce63b8a 100644 |
--- a/net/quic/crypto/crypto_handshake.h |
+++ b/net/quic/crypto/crypto_handshake.h |
@@ -124,6 +124,13 @@ struct NET_EXPORT_PRIVATE QuicCryptoNegotiatedParameters { |
// bytes of x coordinate, followed by 32 bytes of y coordinate. Both values |
// are big-endian and the pair is a P-256 public key. |
std::string channel_id; |
+ |
+ // Used when generating proof signature when sending server config updates. |
+ bool x509_ecdsa_supported; |
+ |
+ // Used to generate cert chain when sending server config updates. |
+ std::string client_common_set_hashes; |
+ std::string client_cached_cert_hashes; |
}; |
// QuicCryptoConfig contains common configuration between clients and servers. |