summaryrefslogtreecommitdiff
path: root/README.chromium
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c>2013-11-06 21:17:55 +0000
committeragl@chromium.org <agl@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c>2013-11-06 21:17:55 +0000
commit219af2cde3d824e82b72b3efc070f3a14fbe3c10 (patch)
tree8788214bdc66e5e489ed65e213a2b5c5d1507a6f /README.chromium
parentcf2eb320f09318966c9ae11c565615a16b453fff (diff)
downloadopenssl-219af2cde3d824e82b72b3efc070f3a14fbe3c10.tar.gz
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/ git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/openssl@233370 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
Diffstat (limited to 'README.chromium')
-rw-r--r--README.chromium3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.chromium b/README.chromium
index 67221e1..9abfa8d 100644
--- a/README.chromium
+++ b/README.chromium
@@ -189,6 +189,9 @@ located in patches.chromium/. Currently this consists of:
table that is being iterated over. This happens in certain rare cases
when SSL_CTX_flush_sessions() is called. See http://crbug.com/298606
+ chacha.patch
+ Add support for ChaCha20+Poly1305 cipher suites.
+
**************************************************************************
Adding new Chromium patches: