commit 2b31c63891a63cc2cad0f0710a45989071b84114 Author: Nick Mathewson nickm@torproject.org Date: Tue Apr 28 10:09:39 2020 -0400
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(-)
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
tor-commits@lists.torproject.org