diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-05-29 14:39:56 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-05-29 14:39:56 +0000 |
commit | 61ac80a9147c06fae616aee4a53dce1e18ebd7c2 (patch) | |
tree | c783ce92dc855402c5c9670ac13e41aa2919a5af /ChangeLog | |
parent | 3a469018e54f20272425cf15ab6038f7d559ad1d (diff) | |
download | tor-61ac80a9147c06fae616aee4a53dce1e18ebd7c2.tar tor-61ac80a9147c06fae616aee4a53dce1e18ebd7c2.tar.gz |
Ouch. We were sometimes getting openssl compression by default. This is pointless for us, since the overwhelming majority of our cells are encrypted, full of compressed data, or both. This is also harmful, since doing piles of compression is not cheap. Backport candidate once more tested.
svn:r14830
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -107,6 +107,9 @@ Changes in version 0.2.1.1-alpha - 2008-??-?? - New configure/torrc options (--enable-geoip-stats, DirRecordUsageByCountry) to record how many IPs we've served directory info to in each country code. + - Never use OpenSSL compression: it wastes RAM and CPU trying to + compress cells, which are basically all encrypted, compressed, or + both. o Minor features (security): - Reject requests for reverse-dns lookup of names in a private |