Commit 756c6b3
committed
Fix OCSP tests on Fedora and derivatives. It turns out we were signing OCSP
responses with SHA-1, which is disabled in OpenSSL builds on those platforms.
In addition, perform three *headbang*s for not catching this when I refreshed
the test certificates to also not use SHA-1. My wall is now slightly dented.
* test/test_ssl.c
(create_ocsp_response): Use EVP_sha256() instead of EVP_sha1().
git-svn-id: https://svn.apache.org/repos/asf/serf/trunk@1931292 13f79535-47bb-0310-9956-ffa450edef681 parent dd9edf4 commit 756c6b3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2630 | 2630 | | |
2631 | 2631 | | |
2632 | 2632 | | |
2633 | | - | |
| 2633 | + | |
2634 | 2634 | | |
2635 | 2635 | | |
2636 | 2636 | | |
| |||
0 commit comments