From 2b31c63891a63cc2cad0f0710a45989071b84114 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 28 Apr 2020 10:09:39 -0400 Subject: Correct the certificate extension identifier for signed-with-ed25519-key I believe it was an error to use "4" for this value, but the error has been enshrined in implementation. --- cert-spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cert-spec.txt') diff --git a/cert-spec.txt b/cert-spec.txt index e96188b..1d57645 100644 --- a/cert-spec.txt +++ b/cert-spec.txt @@ -157,7 +157,7 @@ A.1. List of certificate types A.2. List of extension types - [01] - signed-with-ed25519-key (section 2.2.1) + [04] - signed-with-ed25519-key (section 2.2.1) A.3. List of signature prefixes -- cgit v1.2.3-54-g00ecf