DescriptionLanding Recent QUIC changes until Jan 6 14:42:13 2017
There are no flags to be updated.
Deprecate FLAGS_quic_export_rej_for_all_rejects.
Merge internal change: 143769413
https://codereview.chromium.org/2621753002/
Simplify a string allocation and append into a single allocation.
n/a (test tools)
Merge internal change: 143728589
https://codereview.chromium.org/2621733002/
Move SendPublicReset from private to a protected virtual function.
Merge internal change: 143582614
https://codereview.chromium.org/2621573003/
Fix QUIC crash when ProofSource::GetProof fails
This CL fixes a crash in QuicCryptoServerConfig which occurs when
ProofSource::GetProof fails. The situation occurs in
QuicCryptoServerConfig::EvaluateClientHello, when async codepaths are
disabled. If the call to proof_source_->GetProof returns false, then we
set get_proof_failed to true and invoke
EvaluateClientHelloAfterGetProof. However, that method (and
ValidateExpectedLeafCertificate, which it calls) assume that
signed_config->chain is populated, which may not be the case if GetProof failed. Not flag-protected.
Merge internal change: 143447261
https://codereview.chromium.org/2626443002/
R=jri@chromium.org
BUG=
Review-Url: https://codereview.chromium.org/2621793002
Cr-Commit-Position: refs/heads/master@{#442425}
Committed: https://chromium.googlesource.com/chromium/src/+/c95c89bebf9003e535e609060cd19849ca22a19f
Patch Set 1 #Depends on Patchset: Messages
Total messages: 14 (10 generated)
|