diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-11-09 10:49:47 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-11-09 10:49:47 -0500 |
commit | c06b7f090cfe49cef1b174d69277534eb0441696 (patch) | |
tree | 03d93b7fa28d4acdefcf79e40e9e9b93916bcae5 /changes | |
parent | 6bd069630a64e540cb118ad84c2bcbb470ce92f8 (diff) | |
parent | 45e0004b690b913dc991936ca0228a35fd5c7d1e (diff) | |
download | tor-c06b7f090cfe49cef1b174d69277534eb0441696.tar.gz tor-c06b7f090cfe49cef1b174d69277534eb0441696.zip |
Merge branch 'maint-0.2.9' into maint-0.3.3
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug28245 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug28245 b/changes/bug28245 new file mode 100644 index 0000000000..d7e6deb810 --- /dev/null +++ b/changes/bug28245 @@ -0,0 +1,6 @@ + o Major bugfixes (OpenSSL, portability): + - Fix our usage of named groups when running as a TLS 1.3 client in + OpenSSL 1.1.1. Previously, we only initialized EC groups when running + as a server, which caused clients to fail to negotiate TLS 1.3 with + relays. Fixes bug 28245; bugfix on 0.2.9.15 when TLS 1.3 support was + added. |