<div dir="ltr">That was something I have tried initially until I had problems with FIPS mode. I have compiled OpenSSL with FIPS support. But, I see FIPS self-tests failing when I link my application with OpenSSL static libraries. </div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 14 Jul 2020 at 17:57, Michael Wojcik <<a href="mailto:Michael.Wojcik@microfocus.com">Michael.Wojcik@microfocus.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> From: openssl-users <<a href="mailto:openssl-users-bounces@openssl.org" target="_blank">openssl-users-bounces@openssl.org</a>> On Behalf Of shivaramakrishna chakravarthula<br>
> Sent: Tuesday, 14 July, 2020 08:59<br>
<br>
> I have compatibility issues for my application with new versions of OpenSSL and<br>
> I want to use the older version of OpenSSL with my application. So, I want to<br>
> link my application with an OpenSSL library built with the custom name so that<br>
> it works fine on all systems and I can be assured of using the desired OpenSSL<br>
> version.<br>
<br>
The right way to fix this, of course, is to fix your application so it works with a current, supported OpenSSL version.<br>
<br>
Failing that, it would be best to link OpenSSL statically into your application. Then you don't have to worry about shared object location, and no one else will be using your outdated OpenSSL.<br>
<br>
--<br>
Michael Wojcik<br>
<br>
</blockquote></div>