commit c3308538308fd8cc6f1514a83b7153d2e05a7d4c Author: David Goulet dgoulet@torproject.org Date: Wed Sep 14 17:42:49 2016 -0400
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 --- proposals/224-rend-spec-ng.txt | 6 +++--- 1 file 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.