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

Unified Diff: net/quic/core/crypto/quic_crypto_server_config.cc

Issue 2324833004: Define Stable API for WebRTC/Quartc (Closed)
Patch Set: Create Quartc API 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/core/crypto/quic_crypto_server_config.cc
diff --git a/net/quic/core/crypto/quic_crypto_server_config.cc b/net/quic/core/crypto/quic_crypto_server_config.cc
index 695223a610c70b9509ad5fe15b91a283c3b8c5f3..a2233debd7f56fe1b933b1ebd0b5fc632be2b0c2 100644
--- a/net/quic/core/crypto/quic_crypto_server_config.cc
+++ b/net/quic/core/crypto/quic_crypto_server_config.cc
@@ -629,6 +629,7 @@ QuicErrorCode QuicCryptoServerConfig::ProcessClientHello(
primary_config->serialized, version, chlo_hash,
&crypto_proof->chain, &crypto_proof->signature,
&crypto_proof->cert_sct)) {
+ *error_details = "Missing or invalid crypto proof.";
return QUIC_HANDSHAKE_FAILED;
}

Powered by Google App Engine
This is Rietveld 408576698