<div dir="ltr"><div><div><br>Every new version of TLS requires code to be written.  Sometimes it can be implemented in a binary compatible manner, and in those situations you can get the implementation of a new TLS version by simply replacing a DLL or equivalent dynamic library.  However, it's much more likely that the implementation requires non-binary-compatible changes, and your application will need to be recompiled against the new version of the library that supports the newest TLS version.<br><br></div>In other words, it is very unlikely that TLS 1.3 can be implemented in a binary-compatible manner.  It is best if you plan to recompile your application against the version of the library that implements TLS 1.3.<br><br></div>-Kyle H<br><div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 3, 2017 at 2:42 AM, Hegde, Harsha <span dir="ltr"><<a href="mailto:Harsha.Hegde@nttdata.com" target="_blank">Harsha.Hegde@nttdata.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div link="blue" vlink="purple" lang="EN-US">
<div class="m_-4968943123250484537WordSection1">
<p class="MsoNormal">Hi,<u></u><u></u></p>
<p class="MsoNormal">I have an query regarding TLS compatibility used in my application. Currently we are using TLS1.2 to connect to a third party sever. Is there any way to always use the highest TLS available version without modifying or recompiling the application
 code whenever there is any new version of TLS released.<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal"><span style="font-size:8.0pt;font-family:"Arial","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal">Thanks & Regards<u></u><u></u></p>
<p class="MsoNormal">Harsha<u></u><u></u></p>
</div>
<br clear="all">
______________________________<wbr>______________________________<wbr>__________<br>
Disclaimer: This email and any attachments are sent in strictest confidence<br>
for the sole use of the addressee and may contain legally privileged,<br>
confidential, and proprietary data. If you are not the intended recipient,<br>
please advise the sender by replying promptly to this email and then delete<br>
and destroy this email and any attachments without any further use, copying<br>
or forwarding.<br>
</div>

<br>--<br>
openssl-users mailing list<br>
To unsubscribe: <a href="https://mta.openssl.org/mailman/listinfo/openssl-users" rel="noreferrer" target="_blank">https://mta.openssl.org/<wbr>mailman/listinfo/openssl-users</a><br>
<br></blockquote></div><br></div></div></div>