aboutsummaryrefslogtreecommitdiff
path: root/proposals
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2016-09-14 17:42:49 -0400
committerDavid Goulet <dgoulet@torproject.org>2016-09-15 11:08:10 -0400
commitc3308538308fd8cc6f1514a83b7153d2e05a7d4c (patch)
treeb2fd065e204db8288e38a1da763741756fdcadff /proposals
parent86b9d2f1519155024b8402f521b1a7e649b4dfa5 (diff)
downloadtorspec-c3308538308fd8cc6f1514a83b7153d2e05a7d4c.tar.gz
torspec-c3308538308fd8cc6f1514a83b7153d2e05a7d4c.zip
prop224: Change cert type value from 0A to 0B
Value 0x0A (10) is taken by onion key cross-certifying ntor identity key from proposal 228. Signed-off-by: David Goulet <dgoulet@torproject.org> Signed-off-by: George Kadianakis <asn@torproject.org>
Diffstat (limited to 'proposals')
-rw-r--r--proposals/224-rend-spec-ng.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/proposals/224-rend-spec-ng.txt b/proposals/224-rend-spec-ng.txt
index bf2bfe6..76d02a2 100644
--- a/proposals/224-rend-spec-ng.txt
+++ b/proposals/224-rend-spec-ng.txt
@@ -1821,8 +1821,8 @@ Appendix E. Reserved numbers
public key. (Section 2.4)
[09] intro point authentication key, cross-certifying the descriptor
signing key. (Section 2.5)
- [10] ed25519 key derived from the curve25519 intro point encryption key,
+ [0B] ed25519 key derived from the curve25519 intro point encryption key,
cross-certifying the descriptor signing key. (Section 2.5)
- [XXXX list more]
-
+ Note: The value "0A" is skipped because it's reserved for the onion key
+ cross-certifying ntor identity key from proposal 228.