Skip to main content

How to ugrade to openssl 1.0.2 within ubuntu 14.04 LTS

I need to upgrade Openssl to 1.0.2 to get a certain
feature. This worked following this tutorial href="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/"
rel="nofollow
noreferrer">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

Comments