How to upgrade your OpenSSL version
Applies to
OpenSSL
Description
Prerequisites:
You must download the latest version of OpenSSL and extract it to a folder. Perform the following steps to download and extract the latest version of OpenSSL:
- Download the OpenSSL tarball by entering http://www.openssl.org/source in your web browser.
- Find the latest version of OpenSSL and save the
.tar.gz
file. - Untar the file:
gunzip openssl-x.x.x.tar.gz
and tarxvf openssl-x.x.x.tar
.
A subdirectory named openssl - x.x.x
is created.