From 5d1d7afcd319e1dcdc046b2227a13e0cb2d80534 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 17 Sep 2020 08:42:25 -0400 Subject: Use the correct SIGNED_KEY_TYPE value for signing->link certs Our code was using [01] as for the key type of signed->link certs, which was incorrect. The value should be [03], to indicate that the value as the SHA256 of an x.509 cert. Fortunately, nothing cares about this value, so there shouldn't be compatibility issues. Fixes bug 40124; bugfix on 0.2.7.2-alpha. --- changes/ticket40124 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/ticket40124 (limited to 'changes') diff --git a/changes/ticket40124 b/changes/ticket40124 new file mode 100644 index 0000000000..e412c401df --- /dev/null +++ b/changes/ticket40124 @@ -0,0 +1,3 @@ + o Minor bugfixes (spec conformance): + - Use the correct key type when generating signing->link + certificates. Fixes bug 40124; bugfix on 0.2.7.2-alpha. -- cgit v1.2.3-54-g00ecf