mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
5d1d7afcd3
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.
4 lines
163 B
Plaintext
4 lines
163 B
Plaintext
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.
|