diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-02-27 18:38:04 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-02-27 18:38:04 -0500 |
commit | 43d44c04ff3af57d92e9c69e3fcaeba9ed79b1f3 (patch) | |
tree | 67b3a535784a391ed56fcbf2de962325cd08a457 /ChangeLog | |
parent | 3acf6cafbb655a73f0a52b38a0dbd94eb5befa3f (diff) | |
download | tor-43d44c04ff3af57d92e9c69e3fcaeba9ed79b1f3.tar.gz tor-43d44c04ff3af57d92e9c69e3fcaeba9ed79b1f3.zip |
backport a changelog change from arma to 0.3.2
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ Changes in version 0.3.2.10 - 2018-03-?? - 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. + ciphersuites it requires. Now we enable the TLS 1.3 ciphersuites. Closes ticket 24978. o Minor features (geoip): |