summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-02-10 16:09:01 -0500
committerNick Mathewson <nickm@torproject.org>2018-02-10 16:09:01 -0500
commit1df701c082761775d311a966a222bca116afc3c2 (patch)
treef459cdfa82c076362bf2fc465351d7533adf8e2a /changes
parent791ceb202810258ecbe3eafd9c2b8bdfd6a7a4f1 (diff)
parent4de20d175476ab684ca15ea794af729348297540 (diff)
downloadtor-1df701c082761775d311a966a222bca116afc3c2.tar.gz
tor-1df701c082761775d311a966a222bca116afc3c2.zip
Merge branch 'maint-0.3.2'
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.
+