I need to upgrade Openssl to 1.0.2 to get a certain feature. This worked following this tutorial http://www.miguelvallejo.com/updating-to-openssl-1-0-2g-on-ubuntu-server-12-04-14-04-lts-to-stop-cve-2016-0800-drown-attack/ However, HAProxy for example is still built with the old openssl version and thus does not support the ssl feature I need
How do I upgrade without compiling? I tried apt-get update and upgrade and also dist-upgrade. All that did not bring me to version 1.0.2
As mentioned here, this openssl 1.0.2 is supported till 31st December, 2019
Go to the extracted folder and use the following command
It will take some time to install
Link the newly installed openssl
Check the version and make sure that it is installed.
This article has a complete answer. https://www.miguelvallejo.com/tag/installing-openssl-1-0-2g-on-ubuntu/
You might need this to install "add-apt-repository":
This will get you up to v1.0.2g without the need to compile: