Manual OpenSSL update

Draft | Approver: psycore

Manual OpenSSL update

tutname=Manuelles OpenSSL Update|tutautor=PsyCore|tutversion=1.0|tutquelle=https://mdxdave.de/technik/linux/openssl-debian

Debian comes with an outdated OpenSSL version which has security vulnerabilities.

Preparations

apt-get install autoconf python libtool build-essential

Download and unpack

wget ftp://ftp.openssl.org/source/openssl-1.0.2f.tar.gz
tar xfz openssl-1.0.2f.tar.gz

Installation

Compile

cd openssl-1.0.2f
./config --prefix=/usr zlib-dynamic --openssldir=/etc/ssl shared
make
make test
sudo make
sudo make install

Testing

openssl version
en/linux/openssl_manuelles_openssl_update.txt ยท Last modified: 2023/11/30 14:51
CC Attribution-Noncommercial-Share Alike 4.0 International