mirror of
https://github.com/torproject/torspec.git
synced 2024-11-23 17:59:42 +00:00
control-spec: ADD_ONION NEW:BEST is now ED25519-V3
Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
parent
581b45d652
commit
bf318ccb04
@ -1610,7 +1610,8 @@
|
||||
|
||||
KeyBlob =
|
||||
"BEST" / ; The server should generate a key using the "best"
|
||||
supported algorithm (KeyType == "NEW")
|
||||
supported algorithm (KeyType == "NEW").
|
||||
[As of 0.4.2.3-alpha, ED25519-V3 is used]
|
||||
"RSA1024" / ; The server should generate a 1024 bit RSA key
|
||||
(KeyType == "NEW")
|
||||
"ED25519-V3"; The server should generate an ed25519 private key
|
||||
@ -1709,10 +1710,6 @@
|
||||
PRF secret, and just pay the cost of recomputing the public key when
|
||||
importing an ED25519-V3 key.]
|
||||
|
||||
(The "NEW:BEST" option obeys the HiddenServiceVersion torrc option default
|
||||
value. Since 0.3.5.1-alpha, it is 3. For Tor versions before 0.3.5.1-alpha,
|
||||
default HiddenServiceVersion is 2.)
|
||||
|
||||
Examples:
|
||||
C: ADD_ONION NEW:BEST Flags=DiscardPK Port=80
|
||||
S: 250-ServiceID=exampleonion1234
|
||||
|
Loading…
Reference in New Issue
Block a user