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

Unified Diff: net/quic/core/crypto/proof_source.h

Issue 2403193003: Landing Recent QUIC changes until 9:41 AM, Oct 10, 2016 UTC-7 (Closed)
Patch Set: git cl format 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 | « net/quic/core/crypto/crypto_protocol.h ('k') | net/quic/core/crypto/quic_crypto_server_config.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/crypto/proof_source.h
diff --git a/net/quic/core/crypto/proof_source.h b/net/quic/core/crypto/proof_source.h
index b97f3856f5f5906e83bcf685923ad5dde16f5737..0725844936042aa0c487ae6f5339ce59b35b1d8d 100644
--- a/net/quic/core/crypto/proof_source.h
+++ b/net/quic/core/crypto/proof_source.h
@@ -94,14 +94,8 @@ class NET_EXPORT_PRIVATE ProofSource {
// the ProofSource retains ownership of the contents of |out_chain|. The
// expectation is that they will be cached forever.
//
- // For version before QUIC_VERSION_30, the signature values should be cached
- // because |server_config| will be somewhat static. However, since they aren't
- // bounded, the ProofSource may wish to evict entries from that cache, thus
- // the caller takes ownership of |*out_signature|.
- //
- // For QUIC_VERSION_30 and later, the signature depends on |chlo_hash|
- // which means that the signature can not be cached. The caller takes
- // ownership of |*out_signature|.
+ // The signature depends on |chlo_hash| which means that the signature can not
+ // be cached. The caller takes ownership of |*out_signature|.
//
// |hostname| may be empty to signify that a default certificate should be
// used.
« no previous file with comments | « net/quic/core/crypto/crypto_protocol.h ('k') | net/quic/core/crypto/quic_crypto_server_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698