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

Issue 69953024: DEPS roll for OpenSSL to r235188 (Closed)

Created:
7 years, 1 month ago by agl
Modified:
7 years, 1 month ago
Reviewers:
CC:
chromium-reviews
Visibility:
Public.

Description

DEPS roll for OpenSSL to r235188 Brings in the following changes: ------------------------------------------------------------------------ r233370 | agl@chromium.org | 2013-11-06 16:17:55 -0500 (Wed, 06 Nov 2013) | 17 lines third_party/openssl: add ChaCha20+Poly1305 support. This change is not as scary as it appears. Most of the code has already been reviewed and is running in production without issues. The only new code is the ARM support. ARM now builds both the NEON and generic versions of the code and can enable the NEON code at runtime by calling CRYPTO_set_NEON_capable(1). This patch does not contain the code to call that, however. The addition openssl/patches/channelidchromium.patch and fix_lhash_iteration.patch is noise from the import script. BUG=310768 https://codereview.chromium.org/59083010/ ------------------------------------------------------------------------ r233061 | agl@chromium.org | 2013-11-05 14:42:31 -0500 (Tue, 05 Nov 2013) | 6 lines Fix the patch file from r233053. The patch file should be a patch that adds a patch, and that patch should do the actual patching, except for openssl.config, which should be patched directly. ------------------------------------------------------------------------ r233053 | agl@chromium.org | 2013-11-05 14:28:17 -0500 (Tue, 05 Nov 2013) | 4 lines Add patch file missing from r233017. This addition allows import_from_android.sh to be idempotent again. BUG=310768 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=235783

Patch Set 1 #

Patch Set 2 : ... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
DEPS View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
agl
7 years, 1 month ago (2013-11-18 19:06:03 UTC) #1
Message was sent while issue was closed.
Committed patchset #2 manually as r235783.

Powered by Google App Engine
This is Rietveld 408576698