bash

Search

You can find the results of your search below.

Manual OpenSSL update
4 Hits, Last modified:
vulnerabilities. ===== Preparations ===== <code bash> apt-get install autoconf python libtool build-es... ial </code> ==== Download and unpack ==== <code bash> wget ftp://ftp.openssl.org/source/openssl-1.0.2i... ==== Installation ===== ==== Compile ==== <code bash> cd openssl-1.0.2i ./config --prefix=/usr zlib-dy... make test sudo make sudo make install </code> ===== Testing ===== <code bash> openssl version </code>