<div dir="ltr">This is exactly similar to what I am looking for. I am using 1.0.2J version and there are some changes in the next version onwards that causes problems in SSL connections to older versions when DH key = 256 bytes are used. For backward compatibility reasons, I need to continue supporting 256 bytes DH keys for some more time and hence I want to stay on 1.0.2J version for now. <div><br></div><div>Anyways, Thanks for sharing the details. <div><br></div><div>Thanks,</div><div>Shiva </div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 14 Jul 2020 at 19:03, Benjamin Kaduk <<a href="mailto:bkaduk@akamai.com">bkaduk@akamai.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">On Tue, Jul 14, 2020 at 04:58:38PM +0200, shivaramakrishna chakravarthula wrote:<br>
> Hi,<br>
> <br>
> I have compatibility issues for my application with new versions of OpenSSL<br>
> and I want to use the older version of OpenSSL with my application. So, I<br>
> want to link my application with an OpenSSL library built with the custom<br>
> name so that it works fine on all systems and I can be assured of using the<br>
> desired OpenSSL version. I am using RPATH to locate the libraries in<br>
> runtime and I want to make sure my libraries don't conflict with existing<br>
> libraries.<br>
<br>
How old is this "older version"?<br>
<br>
The functionality you want sounds exactly like the "variant SONAMEs introduced<br>
in commit <a href="https://github.com/openssl/openssl/commit/822b5e2645a99bea15329bd66c9723c7e7119cdb" rel="noreferrer" target="_blank">https://github.com/openssl/openssl/commit/822b5e2645a99bea15329bd66c9723c7e7119cdb</a><br>
but that's only in 1.1.0g and later.<br>
<br>
-Ben<br>
</blockquote></div>