]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix documentation for ClientAuth on HSv3.
authorNick Mathewson <nickm@torproject.org>
Wed, 16 Jan 2019 21:05:54 +0000 (16:05 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 16 Jan 2019 21:10:20 +0000 (16:10 -0500)
The manpage erroneously said "privkey" when "public-key" would have
been correct.  Reported by "Felixix" as ticket 28979. Bugfix on
0.3.5.1-alpha.

changes/bug28979 [new file with mode: 0644]
doc/tor.1.txt

diff --git a/changes/bug28979 b/changes/bug28979
new file mode 100644 (file)
index 0000000..0625fd5
--- /dev/null
@@ -0,0 +1,4 @@
+  o Minor bugfixes (documentation):
+    - Describe the contents of the v3 onion service client authorization
+      files correctly: They hold public keys, not private keys. Fixes bug
+      28979; bugfix on 0.3.5.1-alpha. Spotted by "Felixix".
index 581783dd65c3911b664621f2781e71d53153335b..573fdf221abea054938931358d50faab119c291d 100644 (file)
@@ -2950,8 +2950,8 @@ file name is irrelevant) and its content format MUST be:
         <auth-type>:<key-type>:<base32-encoded-public-key>
 
 The supported <auth-type> are: "descriptor". The supported <key-type> are:
-"x25519". The <base32-encoded-privkey> is the base32 representation of the raw
-key bytes only (32 bytes for x25519).
+"x25519". The <base32-encoded-public-key> is the base32 representation of
+the raw key bytes only (32 bytes for x25519).
 
 Each file MUST contain one line only. Any malformed file will be
 ignored. Client authorization will only be enabled for the service if tor