Linux system patch Opsnssl vulnerability, upgrade to OpenSSL 1.0.1g

Source: Internet
Author: User
Tags openssl version

OpenSSL vulnerability versions include: 1.0.1f, 1.0.1e, 1.0.1d, 1.0.1c, 1.0.1b, 1.0.1a, 1.0.1. The "Heartbleed" vulnerability was fixed in the OpenSSL 1.0.1g release.

This example operating system environment: CentOS Release 6.2 (Final)

1. View the OpenSSL version

# OpenSSL version
OpenSSL 1.0.1e-fips 2013

2. Download openssl-1.0.1g.tar.gz

# wget http://www.openssl.org/source/openssl-1.0.1g.tar.gz

3. Install a new version of OpenSSL

# yum Install zlib

# tar zxf openssl-1.0.1g.tar.gz

# CD OPENSSL-1.0.1G

#./config Shared Zlib

# make

# make Install

Mv/usr/bin/openssl/usr/bin/openssl.bak
Mv/usr/include/openssl/usr/include/openssl.bak
Ln-s/usr/local/ssl/bin/openssl/usr/bin/openssl
Ln-s/usr/local/ssl/include/openssl/usr/include/openssl
echo "/usr/local/ssl/lib" >>/etc/ld.so.conf
Ldconfig

Installation is complete.

4. Whether the test version was successfully upgraded

# OpenSSL version




Linux system patch Opsnssl vulnerability, upgrade to OpenSSL 1.0.1g

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.