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

Issue 76823002: OpenSSL: prefer ChaCha20 ciphersuites.

Created:
7 years, 1 month ago by agl
Modified:
7 years, 1 month ago
Reviewers:
digit1
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/deps/openssl.git@master
Visibility:
Public.

Description

OpenSSL: prefer ChaCha20 ciphersuites. ChaCha20 is safe and fast on all hardware, while AES-GCM is only so when using hardware support. Google servers will be using the client's preference to select between ChaCha20 and AES-GCM and this change makes ChaCha the top preference on Android. BUG=310768

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -2 lines) Patch
M openssl/patches/chacha20poly1305.patch View 1 chunk +15 lines, -0 lines 0 comments Download
M openssl/ssl/ssl_ciph.c View 1 chunk +3 lines, -1 line 0 comments Download
M patches.chromium/0007-chacha.patch View 2 chunks +16 lines, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
agl
7 years, 1 month ago (2013-11-19 23:06:11 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698