Remove NEED_SKEY_1024 parsing.

Only v2 onion services needed this, and they are now gone.

Closes #40374.
This commit is contained in:
Nick Mathewson
2021-04-23 15:55:51 -04:00
parent f0260c4cea
commit 8d0d7a665a
4 changed files with 11 additions and 28 deletions
+4
View File
@@ -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.