====== 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