Why do I get different openssl versions?
- by CoCoMonk
I'm trying to check if I have the latest OpenSSL, my main concern in the heartbleed bug.
I tried 2 commands:
openssl version
yum info openssl
openssl version output
OpenSSL 1.0.1e-fips 11 Feb 2013
yum info openssl output
Installed 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?