diff options
author | Roger Dingledine <arma@torproject.org> | 2013-10-01 20:41:46 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2013-10-01 20:41:46 -0400 |
commit | 299e8c0292f324b3c39f1ffae9792fd4fcafe773 (patch) | |
tree | 0c6e97afbca9bb01a2dda08e22e0002c6da8a125 /changes/bug6055 | |
parent | bce775c1592d921ab10415fe0e02c614984f3b4e (diff) | |
download | tor-299e8c0292f324b3c39f1ffae9792fd4fcafe773.tar.gz tor-299e8c0292f324b3c39f1ffae9792fd4fcafe773.zip |
first draft of an 0.2.5.1-alpha changelog
Diffstat (limited to 'changes/bug6055')
-rw-r--r-- | changes/bug6055 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/changes/bug6055 b/changes/bug6055 deleted file mode 100644 index 00730073a8..0000000000 --- a/changes/bug6055 +++ /dev/null @@ -1,6 +0,0 @@ - o Major enhancements: - - Re-enable TLS 1.1 and 1.2 when built with OpenSSL 1.0.1e or later. - (OpenSSL before 1.0.1 didn't have TLS 1.1 or 1.2. OpenSSL from 1.0.1 - through 1.0.1d had bugs that prevented renegotiation from working - with TLS 1.1 or 1.2, so we disabled them to solve bug 6033.) Fix for - issue #6055. |