Fortunately, most Linux variants have OpenSSL out of the box.
To verify the installation:
openssl version
Answer:
OpenSSL 1.0.1t 3 May 2016
Note: OpenSSL version 1.0.1 to 1.0.1f (inclusive)
vulnerable to OpenSSL Heartbleed errors. Version 1.0.1g and higher are fixed.
Additional installation information:
Ubuntu / Debian
dpkg -l | grep -i openssl
Answer:
ii libcrypt-openssl-random-perl 0.04-2+b1 amd64 module to access the OpenSSL pseudo-random number generator
ii libcurl3:amd64 7.38.0-4+deb8u5 amd64 easy-to-use client-side URL transfer library (OpenSSL flavour)
ii libgnutls-openssl27:amd64 3.3.8-6+deb8u4 amd64 GNU TLS library - OpenSSL wrapper
ii openssl 1.0.1t-1+deb8u6 amd64 Secure Sockets Layer toolkit - cryptographic utility
ii python-ndg-httpsclient 0.3.2-1 all enhanced HTTPS support for httplib and urllib2 using PyOpenSSL
ii python-openssl 0.14-1 all Python 2 wrapper around the OpenSSL library
ii ssl-cert 1.0.35 all simple debconf wrapper for OpenSSL
Yes, OpenSSL is installed!
To install OpenSSL, if you don't have one, try:
Debian / Ubuntu:
sudo apt-get install openssl
RedHat / CentOS:
yum install openssl
SherylHohman Feb 19 '17 at 19:24 2017-02-19 19:24
source share