From da8ecedde5c62d2d48930d8ec09708cd123b2258 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 7 Feb 2023 14:51:08 -0500 Subject: Rename three keys. These names are slightly shorter and a bit more descriptive IMO, and now (when they are still fresh) is the best time to rename these keys. `hs_intro_tid` becomes `hs_ipt_sid`: It is a _session identifier_ key used with an _introduction point_. Using `ipt` here emphasizes that it is not part of the introduction _handshake_. `hs_intro_ntor` becomes `hss_ntor`. The extra "s" means it is owned by the service. Renaming "intro" here removes the implication that it is held by or used by the introduction point. `onion_ntor` becomes `ntor`: There is no such thing as an ntor key that is not an onion key. --- tor-spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tor-spec.txt') diff --git a/tor-spec.txt b/tor-spec.txt index e522135..b94add7 100644 --- a/tor-spec.txt +++ b/tor-spec.txt @@ -252,7 +252,7 @@ see tor-design.pdf. longer advertised. Because of this, relays MUST retain old keys for a while after they're rotated. (See "onion key lifetime parameters" in dir-spec.txt.) - KP_onion_ntor, KS_onion_ntor. + KP_ntor, KS_ntor. These are Ed25519 keys: -- cgit v1.2.3-54-g00ecf