summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-06-12 22:39:13 +0000
committerNick Mathewson <nickm@torproject.org>2008-06-12 22:39:13 +0000
commit617843988cc7dc6ed51c4ac409abe26f5ead5ccf (patch)
tree12bc840334fec69dcaf2de89df8d1f48787b7e8e /ChangeLog
parent555450ba735e5ea108226e332bf530acfefffdca (diff)
downloadtor-617843988cc7dc6ed51c4ac409abe26f5ead5ccf.tar.gz
tor-617843988cc7dc6ed51c4ac409abe26f5ead5ccf.zip
r16215@tombo: nickm | 2008-06-12 18:39:03 -0400
Implement code to manually force the OpenSSL client cipher list to match the one recommended in proposal 124, *even if* we do not know all those ciphers. This is a bit of a kludge, but it is at least decently well commented. svn:r15173
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eda67fec26..d9db9036b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,12 @@ Changes in version 0.2.1.1-alpha - 2008-??-??
service, with the 30 seconds being the current voodoo saying that
a descriptor is stable.
+ o Major features:
+ - Modify the list of ciphers advertised by OpenSSL in client mode
+ to even more closely resemble a common web browser. We cheat a
+ little so that we can advertise ciphers that the locally
+ installed OpenSSL doesn't know about.
+
o Minor features:
- Allow separate log levels to be configured for different logging
domains. For example, this allows one to log all notices, warnings,
@@ -68,6 +74,8 @@ Changes in version 0.2.1.1-alpha - 2008-??-??
- Never use OpenSSL compression: it wastes RAM and CPU trying to
compress cells, which are basically all encrypted, compressed, or
both.
+ - Use the TLS1 hostname extension to more closely resemble browser
+ behavior.
o Code simplifications and refactoring:
- Refactor code using connection_ap_handshake_attach_circuit() to