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: 167

Filed under:
|
|
|
|

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:

  1. Why do I get different versions from these 2 commands?
  2. How do I check the heartbleed vulnerability without having the 443 port open?

© Server Fault or respective owner

Related posts about centos

Related posts about centos6