diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-02-06 13:54:09 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-02-06 13:54:09 -0500 |
commit | 03371e3d3cfe6c3a1859b316c24061a0d7e5d1bd (patch) | |
tree | 3369e7de1b8da2a923e3d247e5cd48550505f90c /changes | |
parent | f3a0de0c2c7ac80ca77ccec49e625ea44986751e (diff) | |
parent | ef5f35971f37387d04c9cc42048b7ea24a9bcaec (diff) | |
download | tor-03371e3d3cfe6c3a1859b316c24061a0d7e5d1bd.tar.gz tor-03371e3d3cfe6c3a1859b316c24061a0d7e5d1bd.zip |
Merge branch 'cleaned_aes_crypt'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug18258 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/changes/bug18258 b/changes/bug18258 new file mode 100644 index 0000000000..d82b217b89 --- /dev/null +++ b/changes/bug18258 @@ -0,0 +1,11 @@ + o Code simplification and refactoring: + - Remove specialized code for non-inplace AES_CTR. 99% of our AES + is inplace, so there's no need to have a separate implementation + for the non-inplace code. Closes ticket 18258. + + o New requirements: + - Tor no longer supports versions of OpenSSL with a broken + implementation of counter mode. (This bug was present in OpenSSL + 1.0.0, and was fixed in OpenSSL 1.0.0a.) Tor still detects, but + no longer runs with, these versions. + |