diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-09-27 19:39:25 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-09-27 19:39:25 +0000 |
commit | 2999cbf2334a707eb621d204fff51a3afff58fb4 (patch) | |
tree | 82a586a355834e69622770e6e9e53af8ce4a77e1 /doc | |
parent | 2f53d86707200681f676f5c8b859d3759e2591d2 (diff) | |
download | tor-2999cbf2334a707eb621d204fff51a3afff58fb4.tar.gz tor-2999cbf2334a707eb621d204fff51a3afff58fb4.zip |
Use EVP_CIPHER_CTX version of AES from openssl, so openssl can use engines (if they exist).
svn:r5146
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -41,7 +41,7 @@ R - are dirservers auto-verifying duplicate nicknames? (with the new smartlist sort stuff maybe) o setconf SocksBindAddress kills tor if it fails to bind -N - controller libs should support resetconf command. + o controller libs should support resetconf command. N . Additional controller features - Find a way to make event info more extensible - change circuit status events to give more details, like purpose, @@ -97,7 +97,10 @@ N - warn if listening for SOCKS on public IP. - cpu fixes: - see if we should make use of truncate to retry o hardware accelerator support (configure engines.) - - hardware accelerator support (use instead of aes.c when reasonable) + o hardware accelerator support (use instead of aes.c when reasonable) + - Benchmark this somehow to see whether using EVP_foo is slower in the + non-engine case than AES_foo. If so, check for AES engine and fall + back to AES_foo when it's not found. R - kill dns workers more slowly . Directory changes |