Manual OpenSSL update

Draft | Approver: psycore

Manual OpenSSL update

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.2i.tar.gz
tar xfz openssl-1.0.2i.tar.gz

Installation

Compile

cd openssl-1.0.2i
./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/16 20:20
CC Attribution-Noncommercial-Share Alike 4.0 International