fold in more changes entries

This commit is contained in:
Roger Dingledine
2011-11-20 21:40:03 -05:00
parent 929074b368
commit f3452b58ba
22 changed files with 87 additions and 120 deletions
-11
View File
@@ -1,11 +0,0 @@
o Code simplification and refactoring:
- Unconditionally use OpenSSL's AES implementation instead of our
old built-in one. OpenSSL's AES has been better for a while, and
relatively few servers should still be on any version of OpenSSL
that doesn't have good optimized assembly AES.
o Major features:
- Use OpenSSL's EVP interface for AES encryption, so that all
AES operations can use hardware acceleration (if present).
Resolves issue #4442.