diff options
author | Alexander Færøy <ahf@torproject.org> | 2023-11-02 14:38:43 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2023-11-03 08:52:38 -0400 |
commit | 7aa496a2e057bb7c3cc284a04a1a4d2941c304f1 (patch) | |
tree | 95410b0f0a3e11175e3540a1e1235b1c7e5cf3d7 /changes | |
parent | d7777c121c93e4155236e8334bb12bec575ad8b6 (diff) | |
download | tor-7aa496a2e057bb7c3cc284a04a1a4d2941c304f1.tar.gz tor-7aa496a2e057bb7c3cc284a04a1a4d2941c304f1.zip |
Fix TROVE-2023-004: Remote crash when compiled against OpenSSL
Fixes #40874
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket40874 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket40874 b/changes/ticket40874 new file mode 100644 index 0000000000..e1091f6b63 --- /dev/null +++ b/changes/ticket40874 @@ -0,0 +1,3 @@ + o Major bugfixes (TROVE-2023-004, relay): + - Mitigate an issue when Tor compiled with OpenSSL can crash during + handshake with a remote relay. Fixes bug 40874; bugfix on 0.2.7.2-alpha. |