mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
017377c093
Add a workaround for OpenSSL version that do not include the upstream fix [1]. The missing fix results in an OpenSSL error when it tries to download the CRL provided by DigiCert. The workaround is to identify this situation and then fallback to download the CRL using 'curl' instead. [1] https://github.com/openssl/openssl/commit/cdbe47bf3c02979183d1f66b42c511a18a63c61d Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>