I'm trying to check if I haverunning the latest OpenSSL version, my main concern inis the heartbleed bug.
I tried 2 commands:
openssl versionyum info openssl
openssl versionoutputOpenSSL 1.0.1e-fips 11 Feb 2013
yum info openssloutputInstalled Packages
Name : openssl
Arch : x86_64
Version : 1.0.1e
Release : 16.el6_5.14
...
I have a couple of questions:
- Why do I get different versions from these 2 commands?
- How do I check the heartbleed vulnerability without having the 443 port open?