aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-07-09 09:28:53 -0400
committerNick Mathewson <nickm@torproject.org>2020-07-09 09:28:53 -0400
commit283ce30c536568129f0a2b531d4c195c93c7ff52 (patch)
tree151f8aea5cf6ce1db20f078a8f8943b5be6d3966 /changes
parentb81e24cda687e9633c18b741ed92ce6bafb77643 (diff)
parent7142f3e435f99e357c7a7b55d4542ac7f6584f47 (diff)
downloadtor-283ce30c536568129f0a2b531d4c195c93c7ff52.tar.gz
tor-283ce30c536568129f0a2b531d4c195c93c7ff52.zip
Merge branch 'maint-0.3.5' into maint-0.4.2
Diffstat (limited to 'changes')
-rw-r--r--changes/bug331194
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug33119 b/changes/bug33119
new file mode 100644
index 0000000000..c976654b26
--- /dev/null
+++ b/changes/bug33119
@@ -0,0 +1,4 @@
+ o Major bugfixes (NSS):
+ - Fix out-of-bound memory access in `tor_tls_cert_matches_key()` when Tor is
+ compiled with NSS support. Fixes bug 33119; bugfix on 0.3.5.1-alpha. This
+ issue is also tracked as TROVE-2020-001.