How to upgrade OpenSSL in CentOS 6.5 / Linux / Unix from source?

前端 未结 11 1401
刺人心
刺人心 2020-12-12 18:13

How do I upgrade OpenSSL in CentOS 6.5?

I have used these commands, but nothings happens:

 cd /usr/src
 wget http://www.openssl.org/source/openssl-1.         


        
11条回答
  •  自闭症患者
    2020-12-12 18:33

    You can also check the local changelog to verify whether or not OpenSSL is patched against the vulnerability with the following command:

    rpm -q --changelog openssl | grep CVE-2014-0224
    

    If a result is not returned, then you must patch OpenSSL.

    http://www.liquidweb.com/kb/update-and-patch-openssl-for-the-ccs-injection-vulnerability/

提交回复
热议问题