Skip to content

Fix some descriptions in cert_key_type_fix.

Nick Mathewson requested to merge nickm/torspec:cert_key_type_fix into master

There were extraneous entries in the lists of signed key types: these values describe the type of the key being signed (eg, ed25519 or RSA), not the type of the certificate.

Further, clarify Tor bug tor#40124 (closed), so that people know to expect incorrect cert key types on older signing->link certs.

Merge request reports