You've loaded an old revision of the document! If you save it, you will create a new version with this data. Media Files====== Manual OpenSSL update ====== Debian comes with an outdated OpenSSL version which has security vulnerabilities. ===== Preparations ===== <code bash> apt-get install autoconf python libtool build-essential </code> ==== Download and unzip ==== <code bash> wget ftp://ftp.openssl.org/source/openssl-1.0.2i.tar.gz tar xfz openssl-1.0.2i.tar.gz </code> ===== Installation ===== ==== Compile ==== <code bash> cd openssl-1.0.2i ./config --prefix=/usr zlib-dynamic --openssldir=/etc/ssl shared make make test sudo make sudo make install </code> ===== Testing ===== <code bash> openssl version </code>Please solve the following equation to prove you're human. 91 +1 = Please keep this field empty: SavePreviewCancel Edit summary Note: By editing this page you agree to license your content under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International