summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-03-31 10:57:48 -0400
committerNick Mathewson <nickm@torproject.org>2017-04-07 13:21:07 -0400
commit7b60f0129a12543cf08a2cef5c13b8bfa6691459 (patch)
treec8c1a677e2ac4d28f091afdad616a33fbcdd4494 /changes
parent04f1ddaa2a33194ba861cc38f89f16fd076c63a6 (diff)
downloadtor-7b60f0129a12543cf08a2cef5c13b8bfa6691459.tar.gz
tor-7b60f0129a12543cf08a2cef5c13b8bfa6691459.zip
Remove tor-checkkey as obsolete
CVE-2008-0166 is long gone, and we no longer need a helper tool to dump out public key moduli so folks can detect it. Closes ticket 21842.
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket218426
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket21842 b/changes/ticket21842
new file mode 100644
index 0000000000..4b039c61f9
--- /dev/null
+++ b/changes/ticket21842
@@ -0,0 +1,6 @@
+ o Removed features:
+ - We've removed the tor-checkkey tool from src/tools. Long ago, we
+ used it to help people detect RSA keys that were generated by
+ versions of Debian affected by CVE-2008-0166. But those keys
+ have been out of circulation for ages, and this tool is no
+ longer required. Closes ticket 21842.