aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-09-17 08:42:25 -0400
committerNick Mathewson <nickm@torproject.org>2020-09-17 08:42:25 -0400
commit5d1d7afcd319e1dcdc046b2227a13e0cb2d80534 (patch)
tree7d866b87c8d8dfbb7a3fa3fec14302f3f902a58b /changes
parent22643272d24fdcd106887b792f2e36dc604029c0 (diff)
downloadtor-5d1d7afcd319e1dcdc046b2227a13e0cb2d80534.tar.gz
tor-5d1d7afcd319e1dcdc046b2227a13e0cb2d80534.zip
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.
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket401243
1 files changed, 3 insertions, 0 deletions
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.