diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-04-15 10:35:09 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-04-15 10:35:09 -0400 |
commit | c38fa93ad180e2d53f759821386d2b1dbff90100 (patch) | |
tree | f4d597edced50ef9982027be535aa2e2d4b72a61 /changes | |
parent | c29977ce00fc70c96abfa6600b3d3ccb4939bad2 (diff) | |
parent | 6ad09cc6afa4d620978b6b18f7f134d15903dcc1 (diff) | |
download | tor-c38fa93ad180e2d53f759821386d2b1dbff90100.tar.gz tor-c38fa93ad180e2d53f759821386d2b1dbff90100.zip |
Merge commit 'origin/maint-0.2.1'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/use_ssl_option_everywhere | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/use_ssl_option_everywhere b/changes/use_ssl_option_everywhere new file mode 100644 index 0000000000..02adb3c8b4 --- /dev/null +++ b/changes/use_ssl_option_everywhere @@ -0,0 +1,5 @@ + o Major bugfixes: + - Fix SSL renegotiation behavior on OpenSSL versions that claim to + be earlier than 0.9.8m, but which have in reality backported huge + swaths of 0.9.8m or 0.9.8n renegotiation behavior. Possibly fix + for some cases of bug 1346. |