This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to find the OpenSSL version in the UTM

[:)] Hi all,

I want to find Open SSL version in my UTM 

If any one knows please tell me.


This thread was automatically locked due to age.
Parents Reply Children
  • Thanks Barkas!

    The OpenSSL "heartbleed" bug only exists in the OpenSSL 1.0.1 source code (from version 1.0.1 to 1.0.1f inclusive).
    And its fixed in the OpenSSL version 1.0.1g.

    My Open SSL version is 1.0.1e so i need to upgrade.

    Its any possibility to upgrade the 1.0.1g in my UTM.
  • log in as loginuser
    su -
    rpm -qa | grep openssl
    Another way:
    log in as loginuser
    su -
    openssl version

    e.g. 8.3x:
    asg:/root # openssl version
    
    OpenSSL 0.9.8j-fips 07 Jan 2009