diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-01-03 09:02:40 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-01-03 09:02:40 -0500 |
commit | 27853938a19bc6a861a7575ad059982bb5006e6e (patch) | |
tree | c608245ba7dd2c8b6d351a25ade515aa49505a83 /changes | |
parent | 3e7f13a4ef6ff96617f26f434efa529bbf17f9ef (diff) | |
parent | ed62f0fa151f7a21a9634fbec1e95832ddbede94 (diff) | |
download | tor-27853938a19bc6a861a7575ad059982bb5006e6e.tar.gz tor-27853938a19bc6a861a7575ad059982bb5006e6e.zip |
Merge branch 'maint-0.3.5'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket28973 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket28973 b/changes/ticket28973 new file mode 100644 index 0000000000..b1d208ee51 --- /dev/null +++ b/changes/ticket28973 @@ -0,0 +1,6 @@ + o Minor features (OpenSSL bug workaround): + - Work around a bug in OpenSSL 1.1.1a, which prevented the TLS 1.3 + key export function from handling long labels. When this bug + is detected, Tor will disable TLS 1.3. We recommend upgrading to + a version of OpenSSL without this bug when it becomes available. + Closes ticket 28973. |