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

Issue 1459783002: Roll src/third_party/boringssl/src d7421ebf6..3ac32b1ed (Closed)

Created:
5 years, 1 month ago by davidben
Modified:
5 years, 1 month ago
Reviewers:
agl, estark
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Roll src/third_party/boringssl/src d7421ebf6..3ac32b1ed https://boringssl.googlesource.com/boringssl/+log/d7421ebf6cae07051caf657016f160585b64f8a6..3ac32b1eda0da7a99d9c2b6c605fe50af80ccd90 In doing so, switch crypto/curve25519.h to use the new BoringSSL curve25510 code to avoid shipping two copies. This includes a small subgroup check, so callers need to be tweaked slightly. BUG=none Committed: https://crrev.com/952ee79c0a17c2ed3ceeb4e22b7eafa0da41bbad Cr-Commit-Position: refs/heads/master@{#360507}

Patch Set 1 #

Patch Set 2 : #

Total comments: 5

Patch Set 3 : fix build, estark comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20778 lines, -234 lines) Patch
M DEPS View 1 chunk +1 line, -1 line 0 comments Download
M components/certificate_reporting/error_reporter.cc View 1 2 4 chunks +23 lines, -12 lines 0 comments Download
M crypto/BUILD.gn View 3 chunks +5 lines, -1 line 0 comments Download
M crypto/crypto.gyp View 2 chunks +3 lines, -0 lines 0 comments Download
M crypto/crypto.gypi View 1 chunk +3 lines, -2 lines 0 comments Download
M crypto/curve25519.h View 3 chunks +15 lines, -7 lines 0 comments Download
D crypto/curve25519.cc View 1 chunk +0 lines, -36 lines 0 comments Download
A + crypto/curve25519_nss.cc View 1 chunk +12 lines, -6 lines 0 comments Download
A crypto/curve25519_openssl.cc View 1 chunk +25 lines, -0 lines 0 comments Download
M crypto/curve25519_unittest.cc View 1 chunk +19 lines, -6 lines 0 comments Download
M net/quic/crypto/curve25519_key_exchange.cc View 1 chunk +5 lines, -4 lines 0 comments Download
M third_party/boringssl/BUILD.gn View 1 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/boringssl/boringssl.gyp View 1 2 chunks +3 lines, -1 line 0 comments Download
M third_party/boringssl/boringssl.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/boringssl/boringssl_tests.gypi View 3 chunks +30 lines, -0 lines 0 comments Download
M third_party/boringssl/boringssl_unittest.cc View 2 chunks +17 lines, -0 lines 0 comments Download
M third_party/boringssl/linux-arm/crypto/modes/ghash-armv4.S View 1 chunk +1 line, -1 line 0 comments Download
M third_party/boringssl/linux-x86/crypto/sha/sha1-586.S View 2 chunks +1176 lines, -0 lines 0 comments Download
M third_party/boringssl/linux-x86/crypto/sha/sha256-586.S View 12 chunks +1200 lines, -18 lines 0 comments Download
M third_party/boringssl/linux-x86_64/crypto/sha/sha1-x86_64.S View 2 chunks +1121 lines, -0 lines 0 comments Download
M third_party/boringssl/linux-x86_64/crypto/sha/sha256-x86_64.S View 2 chunks +1062 lines, -0 lines 0 comments Download
M third_party/boringssl/linux-x86_64/crypto/sha/sha512-x86_64.S View 2 chunks +2241 lines, -0 lines 0 comments Download
M third_party/boringssl/mac-x86/crypto/sha/sha1-586.S View 2 chunks +1174 lines, -0 lines 0 comments Download
M third_party/boringssl/mac-x86/crypto/sha/sha256-586.S View 12 chunks +1200 lines, -18 lines 0 comments Download
M third_party/boringssl/mac-x86_64/crypto/sha/sha1-x86_64.S View 2 chunks +1121 lines, -0 lines 0 comments Download
M third_party/boringssl/mac-x86_64/crypto/sha/sha256-x86_64.S View 2 chunks +1062 lines, -0 lines 0 comments Download
M third_party/boringssl/mac-x86_64/crypto/sha/sha512-x86_64.S View 2 chunks +2241 lines, -0 lines 0 comments Download
M third_party/boringssl/win-x86/crypto/sha/sha1-586.asm View 2 chunks +1173 lines, -0 lines 0 comments Download
M third_party/boringssl/win-x86/crypto/sha/sha256-586.asm View 12 chunks +1200 lines, -18 lines 0 comments Download
M third_party/boringssl/win-x86_64/crypto/sha/sha1-x86_64.asm View 4 chunks +1152 lines, -0 lines 0 comments Download
M third_party/boringssl/win-x86_64/crypto/sha/sha256-x86_64.asm View 4 chunks +1088 lines, -0 lines 0 comments Download
M third_party/boringssl/win-x86_64/crypto/sha/sha512-x86_64.asm View 2 chunks +2401 lines, -100 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
davidben
estark for components/certificate_reporting/error_reporter.cc https://codereview.chromium.org/1459783002/diff/20001/third_party/boringssl/boringssl.gyp File third_party/boringssl/boringssl.gyp (right): https://codereview.chromium.org/1459783002/diff/20001/third_party/boringssl/boringssl.gyp#newcode105 third_party/boringssl/boringssl.gyp:105: 'OPENSSL_SMALL', This is purely for the ...
5 years, 1 month ago (2015-11-19 00:16:19 UTC) #3
estark
components/certificate_reporting lgtm https://codereview.chromium.org/1459783002/diff/20001/components/certificate_reporting/error_reporter.cc File components/certificate_reporting/error_reporter.cc (right): https://codereview.chromium.org/1459783002/diff/20001/components/certificate_reporting/error_reporter.cc#newcode80 components/certificate_reporting/error_reporter.cc:80: return false; nit: add a LOG(ERROR) here? ...
5 years, 1 month ago (2015-11-19 00:25:18 UTC) #4
davidben
https://codereview.chromium.org/1459783002/diff/20001/components/certificate_reporting/error_reporter.cc File components/certificate_reporting/error_reporter.cc (right): https://codereview.chromium.org/1459783002/diff/20001/components/certificate_reporting/error_reporter.cc#newcode80 components/certificate_reporting/error_reporter.cc:80: return false; On 2015/11/19 00:25:18, estark wrote: > nit: ...
5 years, 1 month ago (2015-11-19 00:41:37 UTC) #5
agl
lgtm
5 years, 1 month ago (2015-11-19 00:47:12 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1459783002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1459783002/40001
5 years, 1 month ago (2015-11-19 03:00:32 UTC) #9
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 1 month ago (2015-11-19 03:06:41 UTC) #10
commit-bot: I haz the power
5 years, 1 month ago (2015-11-19 03:07:34 UTC) #11
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/952ee79c0a17c2ed3ceeb4e22b7eafa0da41bbad
Cr-Commit-Position: refs/heads/master@{#360507}

Powered by Google App Engine
This is Rietveld 408576698