mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
changes file for bug 18258.
This commit is contained in:
parent
a9cd291753
commit
ef5f35971f
11
changes/bug18258
Normal file
11
changes/bug18258
Normal file
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user