Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(424)

Unified Diff: net/tools/quic/quic_client_base.h

Issue 2392053002: Negotiate token binding version 0.10 in QUIC crypto. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_client_base.h
diff --git a/net/tools/quic/quic_client_base.h b/net/tools/quic/quic_client_base.h
index 781c5daf5e57c8f5442791df2991c09fd51bc76c..b32cd0a4c3c6e2b3308822a6481b8731e3f5ecac 100644
--- a/net/tools/quic/quic_client_base.h
+++ b/net/tools/quic/quic_client_base.h
@@ -167,7 +167,7 @@ class QuicClientBase : public QuicClientPushPromiseIndex::Delegate,
// found on the QuicCryptoNegotiatedParameters object in
// token_binding_key_param.
void UseTokenBinding() {
- crypto_config_.tb_key_params = QuicTagVector{kP256};
+ crypto_config_.tb_key_params = QuicTagVector{kTB10};
}
const QuicVersionVector& supported_versions() const {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698