Why do I get different openssl versions?
Posted
by
CoCoMonk
on Server Fault
See other posts from Server Fault
or by CoCoMonk
Published on 2014-06-11T06:11:34Z
Indexed on
2014/06/11
9:27 UTC
Read the original article
Hit count: 207
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
outputOpenSSL 1.0.1e-fips 11 Feb 2013
yum info openssl
outputInstalled 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?
© Server Fault or respective owner