summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-01-04 18:52:32 +0000
committerNick Mathewson <nickm@torproject.org>2009-01-04 18:52:32 +0000
commit39117bb422e1f13c689dae62036c815a7171019c (patch)
tree2c28b0d2e8257d52b6b373b2ed57ee2e40a12951 /ChangeLog
parente53bba1e2ab53cbbe8bb266645011b031e4e2de6 (diff)
downloadtor-39117bb422e1f13c689dae62036c815a7171019c.tar.gz
tor-39117bb422e1f13c689dae62036c815a7171019c.zip
Backport r14830: Do not use SSL compression.
It was pointless, since most of our cells are encrypted, full of compressed data, or both; and harmful, because compression is expensive and distinguishable. svn:r17882
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fbd7aec34f..42e4b7cc12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -77,6 +77,9 @@ Changes in version 0.2.0.33 - 2009-??-??
for more info.
- Check DNS replies for more matching fields to better resist DNS
poisoning.
+ - Never use OpenSSL compression: it wastes RAM and CPU trying to
+ compress cells, which are basically all encrypted, compressed, or
+ both.
Changes in version 0.2.0.32 - 2008-11-20