I have a PHP 5.x script which requires OpenSSL 0.9.8k or higher.
In regard to OpenSSL, I found the following two relevant constants:
OPENSSL_VERSION
If you like the one line command though:
php -r "echo OPENSSL_VERSION_NUMBER;"