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

Issue 565503002: Roll BoringSSL. (Closed)

Created:
6 years, 3 months ago by davidben
Modified:
6 years, 3 months ago
Reviewers:
Ryan Sleevi
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Roll BoringSSL. This pulls in the following changes: 1195796 Ensure x86_64 perlasm output ends with a newline. f7768e4 Test SHA-256 and SHA-384 CBC-mode cipher suites. 71dad68 OPENSSL_EXPORT SSL_CTX_set_keylog_bio. BUG=none Committed: https://crrev.com/5252b8221600aa1f31df5d75c03e9f4fecf22abb Cr-Commit-Position: refs/heads/master@{#294327}

Patch Set 1 #

Patch Set 2 : update_gypi_and_asm.py (that was kind of the point) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -37 lines) Patch
M DEPS View 1 chunk +1 line, -1 line 0 comments Download
M third_party/boringssl/linux-x86_64/crypto/aes/aes-x86_64.S View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/boringssl/linux-x86_64/crypto/aes/aesni-x86_64.S View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/boringssl/linux-x86_64/crypto/aes/bsaes-x86_64.S View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/boringssl/linux-x86_64/crypto/aes/vpaes-x86_64.S View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/boringssl/linux-x86_64/crypto/bn/modexp512-x86_64.S View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/boringssl/linux-x86_64/crypto/bn/rsaz-avx2.S View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/boringssl/linux-x86_64/crypto/bn/rsaz-x86_64.S View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/boringssl/linux-x86_64/crypto/bn/x86_64-mont.S View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/boringssl/linux-x86_64/crypto/bn/x86_64-mont5.S View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/boringssl/linux-x86_64/crypto/cpu-x86_64-asm.S View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/boringssl/linux-x86_64/crypto/md5/md5-x86_64.S View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/boringssl/linux-x86_64/crypto/modes/aesni-gcm-x86_64.S View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/boringssl/linux-x86_64/crypto/modes/ghash-x86_64.S View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/boringssl/linux-x86_64/crypto/rc4/rc4-md5-x86_64.S View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/boringssl/linux-x86_64/crypto/rc4/rc4-x86_64.S View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/boringssl/linux-x86_64/crypto/sha/sha1-x86_64.S View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/boringssl/linux-x86_64/crypto/sha/sha256-x86_64.S View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/boringssl/linux-x86_64/crypto/sha/sha512-x86_64.S View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/boringssl/mac-x86_64/crypto/aes/aes-x86_64.S View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/boringssl/mac-x86_64/crypto/aes/aesni-x86_64.S View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/boringssl/mac-x86_64/crypto/aes/bsaes-x86_64.S View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/boringssl/mac-x86_64/crypto/aes/vpaes-x86_64.S View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/boringssl/mac-x86_64/crypto/bn/modexp512-x86_64.S View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/boringssl/mac-x86_64/crypto/bn/rsaz-avx2.S View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/boringssl/mac-x86_64/crypto/bn/rsaz-x86_64.S View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/boringssl/mac-x86_64/crypto/bn/x86_64-mont.S View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/boringssl/mac-x86_64/crypto/bn/x86_64-mont5.S View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/boringssl/mac-x86_64/crypto/cpu-x86_64-asm.S View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/boringssl/mac-x86_64/crypto/md5/md5-x86_64.S View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/boringssl/mac-x86_64/crypto/modes/aesni-gcm-x86_64.S View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/boringssl/mac-x86_64/crypto/modes/ghash-x86_64.S View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/boringssl/mac-x86_64/crypto/rc4/rc4-md5-x86_64.S View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/boringssl/mac-x86_64/crypto/rc4/rc4-x86_64.S View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/boringssl/mac-x86_64/crypto/sha/sha1-x86_64.S View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/boringssl/mac-x86_64/crypto/sha/sha256-x86_64.S View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/boringssl/mac-x86_64/crypto/sha/sha512-x86_64.S View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (2 generated)
davidben
6 years, 3 months ago (2014-09-10 23:23:41 UTC) #2
Ryan Sleevi
lgtm
6 years, 3 months ago (2014-09-10 23:28:11 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/565503002/20001
6 years, 3 months ago (2014-09-10 23:50:04 UTC) #5
commit-bot: I haz the power
Committed patchset #2 (id:20001) as 2f37c3cf161005b7663531ece112fa27cbe7ddd7
6 years, 3 months ago (2014-09-11 05:46:32 UTC) #6
commit-bot: I haz the power
6 years, 3 months ago (2014-09-11 05:49:48 UTC) #7
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/5252b8221600aa1f31df5d75c03e9f4fecf22abb
Cr-Commit-Position: refs/heads/master@{#294327}

Powered by Google App Engine
This is Rietveld 408576698