[tor-commits] [torspec/master] Document rend-spec-v3 certificate types in cert-spec.txt

nickm at torproject.org nickm at torproject.org
Wed Sep 20 16:53:28 UTC 2017


commit 6b14f76ec14cebe4f2516249617a4caa54874d00
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Sep 20 12:53:21 2017 -0400

    Document rend-spec-v3 certificate types in cert-spec.txt
---
 cert-spec.txt | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/cert-spec.txt b/cert-spec.txt
index 42b7efa..340ed42 100644
--- a/cert-spec.txt
+++ b/cert-spec.txt
@@ -114,8 +114,20 @@ A.1. List of certificate types
    [07] - RSA identity cross-certification
           (see prop220 section 4.2)
 
-   [0A] - ntor onion key cross-certifying ntor identity key
-          (see prop228 section 2.3)
+   [08] - Onion service: short-term descriptor signing key, signed
+          with blinded public key.
+          (See rend-spec-v3.txt, section [DESC_OUTER])
+
+   [09] - Onion service: intro point authentication key, cross-certifying the
+          descriptor signing key.
+          (See rend-spec-v3.txt, description of "auth-key")
+
+   [0A] - ntor onion key cross-certifying ed25519 identity key
+          (see dir-spec.txt, description of "ntor-onion-key-crosscert")
+
+   [0B] - Onion service: ntor-extra encryption key, cross-certifying
+          descriptor signing key.
+          (see rend-spec-v3.txt, description of "enc-key-cert")
 
 A.2. List of extension types
 



More information about the tor-commits mailing list