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

Issue 2728823002: Remove redundant 3-SHAKE mitigation. (Closed)

Created:
3 years, 9 months ago by davidben
Modified:
3 years, 9 months ago
Reviewers:
svaldez
CC:
chromium-reviews, cbentzel+watch_chromium.org, net-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove redundant 3-SHAKE mitigation. As of https://boringssl.googlesource.com/boringssl/+/a58baaf9e68f887a9e1daf88cb25d911a376851f, this check now lives in BoringSSL. This simplifies the PeerCertificateChain stuff and removes one place where we use crypto/x509. BUG=671420 Review-Url: https://codereview.chromium.org/2728823002 Cr-Commit-Position: refs/heads/master@{#455161} Committed: https://chromium.googlesource.com/chromium/src/+/c7e06c9e565912928d1a21811676c2b18801559a

Patch Set 1 #

Patch Set 2 : fix server socket #

Patch Set 3 : Fix test #

Patch Set 4 : typo #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -144 lines) Patch
M net/socket/ssl_client_socket_impl.h View 2 chunks +0 lines, -2 lines 0 comments Download
M net/socket/ssl_client_socket_impl.cc View 1 2 10 chunks +50 lines, -124 lines 2 comments Download
M net/socket/ssl_client_socket_unittest.cc View 1 2 3 2 chunks +2 lines, -6 lines 1 comment Download
M net/socket/ssl_server_socket_impl.cc View 1 1 chunk +6 lines, -5 lines 0 comments Download
M net/ssl/openssl_ssl_util.cc View 1 chunk +0 lines, -7 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 21 (15 generated)
davidben
https://codereview.chromium.org/2728823002/diff/60001/net/socket/ssl_client_socket_unittest.cc File net/socket/ssl_client_socket_unittest.cc (left): https://codereview.chromium.org/2728823002/diff/60001/net/socket/ssl_client_socket_unittest.cc#oldcode1151 net/socket/ssl_client_socket_unittest.cc:1151: EXPECT_FALSE(ssl_info.cert); Note this is a behavior change: before we'd ...
3 years, 9 months ago (2017-03-07 00:19:34 UTC) #11
svaldez
https://codereview.chromium.org/2728823002/diff/60001/net/socket/ssl_client_socket_impl.cc File net/socket/ssl_client_socket_impl.cc (right): https://codereview.chromium.org/2728823002/diff/60001/net/socket/ssl_client_socket_impl.cc#newcode1684 net/socket/ssl_client_socket_impl.cc:1684: int SSLClientSocketImpl::CertVerifyCallback(X509_STORE_CTX* store_ctx) { Can we just remove the ...
3 years, 9 months ago (2017-03-07 15:05:04 UTC) #14
davidben
https://codereview.chromium.org/2728823002/diff/60001/net/socket/ssl_client_socket_impl.cc File net/socket/ssl_client_socket_impl.cc (right): https://codereview.chromium.org/2728823002/diff/60001/net/socket/ssl_client_socket_impl.cc#newcode1684 net/socket/ssl_client_socket_impl.cc:1684: int SSLClientSocketImpl::CertVerifyCallback(X509_STORE_CTX* store_ctx) { On 2017/03/07 15:05:04, svaldez wrote: ...
3 years, 9 months ago (2017-03-07 17:25:26 UTC) #15
svaldez
lgtm
3 years, 9 months ago (2017-03-07 17:26:42 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2728823002/60001
3 years, 9 months ago (2017-03-07 17:30:22 UTC) #18
commit-bot: I haz the power
3 years, 9 months ago (2017-03-07 18:54:58 UTC) #21
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/c7e06c9e565912928d1a21811676...

Powered by Google App Engine
This is Rietveld 408576698