Patrick submitted a new resource:
Installing OpenSSL 1.1.0 on Ubuntu - Update to the newest OpenSSL version in Ubuntu
Installing OpenSSL 1.1.0 on Ubuntu - Update to the newest OpenSSL version in Ubuntu
Read more about this resource...Quick steps to install OpenSSL 1.1.0 on Ubuntu 16.04. Ubuntu 16.04 did not have OpenSSL 1.1.0 installed by default so the question one may have is how to update it.
To verify it is working:Code:wget https://www.openssl.org/source/openssl-1.1.0.tar.gz ./configure make sudo make install
Code:$ openssl version OpenSSL 1.1.0 25 Aug 2016