mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
Merge branch 'bug28979_035' into maint-0.3.5
This commit is contained in:
commit
9ce1978b5e
2 changed files with 6 additions and 2 deletions
4
changes/bug28979
Normal file
4
changes/bug28979
Normal file
|
@ -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".
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue