Merge branch 'bug24978_029_enable' into maint-0.2.9

This commit is contained in:
Nick Mathewson
2018-02-10 16:08:58 -05:00
3 changed files with 52 additions and 4 deletions
+7
View File
@@ -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.