mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
dd6c2b0ad7
Many of these files cause check-changes to fail, which will be a long-term problem as we continue to support 0.2.9.
8 lines
350 B
Plaintext
8 lines
350 B
Plaintext
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.
|
|
|