aboutsummaryrefslogtreecommitdiff
path: root/changes/bug28245
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-11-09 10:49:47 -0500
committerNick Mathewson <nickm@torproject.org>2018-11-09 10:49:47 -0500
commit2ac2d0a426d1cd0ba1b2004d349b28e7acda0666 (patch)
treedf7b86c633fb7ad5812c45723d3e59db79630bc3 /changes/bug28245
parent8db047b927d4675661e86b563509c0f28b51a1ed (diff)
parent591a189fa42c87d706b4395ac6e70110f88b4fe9 (diff)
downloadtor-2ac2d0a426d1cd0ba1b2004d349b28e7acda0666.tar.gz
tor-2ac2d0a426d1cd0ba1b2004d349b28e7acda0666.zip
Merge branch 'maint-0.3.4' into maint-0.3.5
Diffstat (limited to 'changes/bug28245')
-rw-r--r--changes/bug282456
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.