]> granicus.if.org Git - libevent/commit
OpenSSL 3 fixes: use SHA256 instead of SHA1
authorPeter Edwards <peadar@arista.com>
Mon, 27 Jun 2022 21:00:05 +0000 (22:00 +0100)
committerPeter Edwards <peadar@arista.com>
Mon, 27 Jun 2022 22:07:58 +0000 (23:07 +0100)
commite563c9b20616c40b7cd57165eb91171b6619346b
treec86174609ef183164b4791443d46bba1f0f62d5d
parent1c204d55640170b77ed2f7e8cc07f9417e1844cc
OpenSSL 3 fixes: use SHA256 instead of SHA1

OpenSSL 3.x does not support signing certificates with SHA1 by default.
Use SHA256 instead.
test/regress_openssl.c