mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
0dbe3ddc33
Without this patch, not only will TLS1.3 not work with Tor, but OpenSSL 1.1.1 with TLS1.3 enabled won't build any connections at all: It requires that either TLS1.3 be disabled, or some TLS1.3 ciphersuites be listed. Closes ticket 24978.
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.
|
|
|