Upgrade OpenSSL on EOL systems?

Is there any procedure to upgrade OpenSSL on EOL versions? I have a few boxes where updating to a newer version is simply not an option.
 
Not easily if at all. You could try to recompile the applications to use the port version of OpenSSL with
Code:
WITH_OPENSSL_PORT=yes
set in /etc/make.conf. Chances are though that the ports(7) tree with the updated OpenSSL port no longer works on your unsupported version of FreeBSD. Nice way to paint yourself into a corner by relying on unsupported operating system version :OOO
 
Even with the patch though, the entire system has to be recompiled? You can't just replace the so library files and update openssl's binary itself?
 
fredisdead said:
Is there any procedure to upgrade OpenSSL on EOL versions?
Yes, upgrade to a supported version. OpenSSL may not be the only security issue an EoL version has.
 
Back
Top