bug24978 350 B

1234567
  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.