c053c5144d
Motivation: We only used the openssl version to detect if Ocsp is supported or not which is not good enough as even the version is correct it may be compiled without support for OCSP (like for example on ubuntu). Modifications: Try to enable OCSP while static init OpenSsl and based on if this works return true or false when calling OpenSsl.isOcspSupported(). Result: Correctly detect if OSCP is supported. |
||
---|---|---|
.. | ||
src | ||
pom.xml |