aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2021-04-23 15:55:51 -0400
committerNick Mathewson <nickm@torproject.org>2021-04-23 15:55:51 -0400
commit8d0d7a665a5f86caa5486308ce25ac1b1f7b52bc (patch)
tree726b32c9d64c38e35624e4d96f26aca37f1f2339 /changes
parentf0260c4cea6da784369e8d47f0b4bf01863c5af5 (diff)
downloadtor-8d0d7a665a5f86caa5486308ce25ac1b1f7b52bc.tar.gz
tor-8d0d7a665a5f86caa5486308ce25ac1b1f7b52bc.zip
Remove NEED_SKEY_1024 parsing.
Only v2 onion services needed this, and they are now gone. Closes #40374.
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket403744
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket40374 b/changes/ticket40374
new file mode 100644
index 0000000000..8b6e99b8af
--- /dev/null
+++ b/changes/ticket40374
@@ -0,0 +1,4 @@
+ o Removed features:
+ - Remove unneeded code for parsing private keys in directory documents.
+ This code was only used for client authentication in v2 onion
+ services, which are now unsupported. Closes ticket 40374.