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.
This commit is contained in:
Nick Mathewson
2017-03-31 10:57:48 -04:00
parent 04f1ddaa2a
commit 7b60f0129a
4 changed files with 7 additions and 101 deletions
+6
View File
@@ -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.