summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-02-10 16:08:58 -0500
committerNick Mathewson <nickm@torproject.org>2018-02-10 16:08:58 -0500
commit320dac4602dd26bc64f1f0fd1cff5d7b38bb09eb (patch)
treefcc2593d56b3bd5dc7004f52198858cc12f73efc /changes
parent0ddc2dc531778cfc89bad6e1c77c4eda1b8e0f71 (diff)
parent0dbe3ddc334d5e343c2a926e972cc20cb131a42a (diff)
downloadtor-320dac4602dd26bc64f1f0fd1cff5d7b38bb09eb.tar.gz
tor-320dac4602dd26bc64f1f0fd1cff5d7b38bb09eb.zip
Merge branch 'bug24978_029_enable' into maint-0.2.9
Diffstat (limited to 'changes')
-rw-r--r--changes/bug249787
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug24978 b/changes/bug24978
new file mode 100644
index 0000000000..5dc45c7442
--- /dev/null
+++ b/changes/bug24978
@@ -0,0 +1,7 @@
+ o Minor features (compatibility, OpenSSL):
+ - Tor will now support TLS1.3 once OpenSSL 1.1.1 is released.
+ Previous versions of Tor would not have worked with OpenSSL
+ 1.1.1, since they neither disabled TLS 1.3 nor enabled any of the
+ ciphersuites it requires. Here we enable the TLS 1.3 ciphersuites.
+ Closes ticket 24978.
+