Merge branch 'bug27709_029' into maint-0.2.9
[tor.git] / changes / bug24978
blob5dc45c744282e8402fbe237d01775021b6a8d85f
1   o Minor features (compatibility, OpenSSL):
2     - Tor will now support TLS1.3 once OpenSSL 1.1.1 is released.
3       Previous versions of Tor would not have worked with OpenSSL
4       1.1.1, since they neither disabled TLS 1.3 nor enabled any of the
5       ciphersuites it requires. Here we enable the TLS 1.3 ciphersuites.
6       Closes ticket 24978.