This is an automated email from the git hooks/post-receive script.
nickm pushed a commit to branch main in repository torspec.
commit 0b1289fd26271eff0eb77aed263d7fe010f7e436 Author: Nick Mathewson nickm@torproject.org AuthorDate: Tue Feb 7 15:10:54 2023 -0500
Remove mention of "password" auth in rend-spec.
It was never implemented, is not specified, and neither dgoulet nor I can quite remember how it was supposed to work. --- rend-spec-v3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rend-spec-v3.txt b/rend-spec-v3.txt index 40d51bf..9700dfb 100644 --- a/rend-spec-v3.txt +++ b/rend-spec-v3.txt @@ -1371,7 +1371,7 @@ Table of contents: A space-separated list of introduction-layer authentication types; see section [INTRO-AUTH] for more info. A client that does not support at least one of these authentication types will not be able to contact the - host. Recognized types are: 'password' and 'ed25519'. + host. Recognized types are: 'ed25519'.
"single-onion-service"