I have a PHP 5.x script that requires OpenSSL 0.9.8k or higher.
Regarding OpenSSL, I found the following two relevant constants:
OPENSSL_VERSION_TEXT (with value 'OpenSSL 1.0.0c 2 Dec 2010') OPENSSL_VERSION_NUMBER (with value '268435519')
Unfortunately, I do not know how to perform the specified verification of these values.
source share