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

Unified Diff: net/quic/chromium/quic_stream_factory.cc

Issue 2337253004: Update Token Binding code to the latest drafts (Closed)
Patch Set: Fix compilation error in unit_tests Created 4 years, 3 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
Index: net/quic/chromium/quic_stream_factory.cc
diff --git a/net/quic/chromium/quic_stream_factory.cc b/net/quic/chromium/quic_stream_factory.cc
index 38d76d789e5efef2266350b414d10e020308d136..b3ce0d5200dfca2610356627390ac2ab30d9e39c 100644
--- a/net/quic/chromium/quic_stream_factory.cc
+++ b/net/quic/chromium/quic_stream_factory.cc
@@ -808,7 +808,7 @@ QuicStreamFactory::QuicStreamFactory(
new ChannelIDSourceChromium(channel_id_service));
}
if (enable_token_binding && channel_id_service)
- crypto_config_.tb_key_params.push_back(kP256);
+ crypto_config_.tb_key_params.push_back(kTB10);
davidben 2016/09/19 21:24:14 Mention the change in the commit message.
nharper 2016/09/19 22:32:23 Done.
crypto::EnsureOpenSSLInit();
bool has_aes_hardware_support = !!EVP_has_aes_hardware();
UMA_HISTOGRAM_BOOLEAN("Net.QuicSession.PreferAesGcm",

Powered by Google App Engine
This is Rietveld 408576698