]> git.ipfire.org Git - thirdparty/dehydrated.git/commit
Fix OCSP_FETCH with libressl
authorDaniel Molkentin <dmolkentin@suse.com>
Tue, 1 Dec 2020 18:51:06 +0000 (19:51 +0100)
committerLukas Schauer <lukas@schauer.so>
Thu, 10 Dec 2020 12:52:47 +0000 (13:52 +0100)
commit829aaeff2d0c167229f445f816c566dcfa03e38c
tree34f83513b2d0aec2d020ae43e8449cfb5e85f68a
parent481aba7d7be5f6b6ca3b2f3d7194786f3b27dc6c
Fix OCSP_FETCH with libressl

libressl did not pick up the implicit host header patches
of OpenSSL 1.1 even in version 3 and thus exhibits the same
behavior as OpenSSL 1.0.

Patch by Chen, Chih-Chia <pigfoot@gmail.com>

Fixes #778
dehydrated