diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-01-03 09:02:39 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-01-03 09:02:39 -0500 |
commit | 3e64553f769a4d2536c9f0ac0ad289cf9c41826d (patch) | |
tree | f484e7c7ef4a5ac394d06731c12c2264c41dac3b /changes | |
parent | 2420e84ba4d4a35581eaa6bc41b08082002bfd4f (diff) | |
parent | 1ea3127188f7c35ee6fab1db65afa3c84033045b (diff) | |
download | tor-3e64553f769a4d2536c9f0ac0ad289cf9c41826d.tar.gz tor-3e64553f769a4d2536c9f0ac0ad289cf9c41826d.zip |
Merge branch 'maint-0.3.3' into maint-0.3.4
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. |