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

Issue 1244093002: Roll src/third_party/boringssl/src/ to 209b2562235f7dab66b8260624e7b3c5b00d14a6. (Closed)

Created:
5 years, 5 months ago by davidben
Modified:
5 years, 5 months ago
Reviewers:
achuithb, agl
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/ to 209b2562235f7dab66b8260624e7b3c5b00d14a6. $ git log 7f15ff53d..209b25622 --date=short --format='%ad %ae %s' 2015-07-20 davidben Fix o2i_ECPublicKey documentation. 2015-07-20 davidben Surround immintrin.h includes with warning pragmas. 2015-07-12 davidben Simplify the AMD-specific codepath. 2015-07-11 davidben Replace cpuid assembly with C code. 2015-06-29 davidben Reserve ex_data index zero for app_data. 2015-07-11 davidben Remove incorrect TODO(fork). 2015-07-11 davidben Extra documentation. 2015-07-16 agl Fix typo in |HMAC_CTX_cleanup|. 2015-06-29 davidben ERR_LIB_USER should be the last error. 2015-06-29 davidben Remove the func parameter to OPENSSL_PUT_ERROR. 2015-06-28 davidben Get rid of err function codes. BUG=none Committed: https://crrev.com/2cc798746473a6a002006e0adc24afb1b6c05f59 Cr-Commit-Position: refs/heads/master@{#339724}

Patch Set 1 #

Patch Set 2 : android #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -2821 lines) Patch
M DEPS View 1 chunk +1 line, -1 line 0 comments Download
M net/android/keystore_openssl.cc View 1 9 chunks +10 lines, -10 lines 3 comments Download
M net/ssl/openssl_ssl_util.cc View 1 chunk +1 line, -1 line 1 comment Download
M third_party/boringssl/boringssl.gypi View 6 chunks +0 lines, -6 lines 0 comments Download
M third_party/boringssl/err_data.c View 2 chunks +3 lines, -1429 lines 0 comments Download
D third_party/boringssl/linux-x86/crypto/cpu-x86-asm.S View 1 chunk +0 lines, -322 lines 0 comments Download
D third_party/boringssl/linux-x86_64/crypto/cpu-x86_64-asm.S View 1 chunk +0 lines, -143 lines 0 comments Download
D third_party/boringssl/mac-x86/crypto/cpu-x86-asm.S View 1 chunk +0 lines, -309 lines 0 comments Download
D third_party/boringssl/mac-x86_64/crypto/cpu-x86_64-asm.S View 1 chunk +0 lines, -143 lines 0 comments Download
D third_party/boringssl/win-x86/crypto/cpu-x86-asm.asm View 1 chunk +0 lines, -303 lines 0 comments Download
D third_party/boringssl/win-x86_64/crypto/cpu-x86_64-asm.asm View 1 chunk +0 lines, -154 lines 0 comments Download

Messages

Total messages: 14 (3 generated)
davidben
5 years, 5 months ago (2015-07-21 18:24:12 UTC) #2
davidben
https://codereview.chromium.org/1244093002/diff/20001/net/android/keystore_openssl.cc File net/android/keystore_openssl.cc (right): https://codereview.chromium.org/1244093002/diff/20001/net/android/keystore_openssl.cc#newcode179 net/android/keystore_openssl.cc:179: OPENSSL_PUT_ERROR(RSA, RSA_R_UNKNOWN_ALGORITHM_TYPE); This will be going away once the ...
5 years, 5 months ago (2015-07-21 18:27:56 UTC) #3
agl
lgtm https://codereview.chromium.org/1244093002/diff/20001/net/android/keystore_openssl.cc File net/android/keystore_openssl.cc (right): https://codereview.chromium.org/1244093002/diff/20001/net/android/keystore_openssl.cc#newcode179 net/android/keystore_openssl.cc:179: OPENSSL_PUT_ERROR(RSA, RSA_R_UNKNOWN_ALGORITHM_TYPE); On 2015/07/21 18:27:56, David Benjamin wrote: ...
5 years, 5 months ago (2015-07-21 19:25:58 UTC) #4
davidben
https://codereview.chromium.org/1244093002/diff/20001/net/android/keystore_openssl.cc File net/android/keystore_openssl.cc (right): https://codereview.chromium.org/1244093002/diff/20001/net/android/keystore_openssl.cc#newcode179 net/android/keystore_openssl.cc:179: OPENSSL_PUT_ERROR(RSA, RSA_R_UNKNOWN_ALGORITHM_TYPE); On 2015/07/21 19:25:58, agl wrote: > On ...
5 years, 5 months ago (2015-07-21 19:43:25 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1244093002/20001
5 years, 5 months ago (2015-07-21 19:44:03 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 5 months ago (2015-07-21 19:50:38 UTC) #8
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/2cc798746473a6a002006e0adc24afb1b6c05f59 Cr-Commit-Position: refs/heads/master@{#339724}
5 years, 5 months ago (2015-07-21 19:51:37 UTC) #9
achuithb
This is a compile error on chromeos at TOT https://codereview.chromium.org/1244093002/diff/20001/net/ssl/openssl_ssl_util.cc File net/ssl/openssl_ssl_util.cc (right): https://codereview.chromium.org/1244093002/diff/20001/net/ssl/openssl_ssl_util.cc#newcode182 net/ssl/openssl_ssl_util.cc:182: ...
5 years, 5 months ago (2015-07-21 21:15:00 UTC) #11
achuithb
Also this: In file included from ../../third_party/boringssl/err_data.c:19:0: ../../third_party/boringssl/src/include/openssl/type_check.h:83:16: error: size of array 'OPENSSL_COMPILE_ASSERT_library_values_changed_31' is negative ...
5 years, 5 months ago (2015-07-21 21:17:12 UTC) #12
agl
achuithb: are you sure that you did a gclient sync?
5 years, 5 months ago (2015-07-21 21:19:56 UTC) #13
achuithb
5 years, 5 months ago (2015-07-21 21:22:00 UTC) #14
Message was sent while issue was closed.
On 2015/07/21 21:19:56, agl wrote:
> achuithb: are you sure that you did a gclient sync?

Sorry for the noise, don't think I did :(

Powered by Google App Engine
This is Rietveld 408576698