mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
85a8792344
Unlike the old test, this test no will no longer mess around with the forbidden internals of any openssl data structures. Additionally, it verifies several other behaviors of tor_tls_cert_matches_key() that we had wanted to verify, such as the possibility of the certificate's key not matching. Fixes bug 27226; bugfix on 0.2.5.1-alpha.
6 lines
307 B
Plaintext
6 lines
307 B
Plaintext
o Minor bugfixes (testing, openssl compatibility):
|
|
- Our "tortls/cert_matches_key" unit test no longer relies on OpenSSL
|
|
internals. Previously, it relied on unsupported OpenSSL behavior in
|
|
a way that caused it to crash with OpenSSL 1.0.2p. Fixes bug 27226;
|
|
bugfix on 0.2.5.1-alpha.
|