<div dir="ltr"><div><div><div><div><div><div>Hi Viktor.<br><br></div>Thanks for the reply.<br><br></div>Yes, we need our (embedded-)clients to talk to our TLS-server.<br><br></div>We are using Vertx2 as our server.<br></div>Its SSL-support APIs are in "SSLSupport" class at <a href="http://vertx.io/vertx2/api/java/index.html">http://vertx.io/vertx2/api/java/index.html</a><br><br></div>Going by the APIs, it is not exactly clear what TLS-Algorithm and Cipher-Suites are used in Vertx2 (I have put an email on the Vertx2 mailing-list with this query, will let know as soon as I have some answers).<br><br><br><br></div><div>So, in the interim, I will be grateful if you guys could let us know the generic native SSL-signalling steps (if at all there are any steps that are independent of the TLS-Algorithm and Cipher-Suite).<br><br></div><div>I know I sound incredibly clueless, kindly bear with me ...<br></div><div><br><br></div><div>Thanks and Regards,<br></div><div>Ajay<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Aug 16, 2015 at 11:08 PM, Viktor Dukhovni <span dir="ltr"><<a href="mailto:openssl-users@dukhovni.org" target="_blank">openssl-users@dukhovni.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Sun, Aug 16, 2015 at 02:44:54PM +0530, Ajay Garg wrote:<br>
<br>
> We wish to exhange data over sockets in embedded-environments, and<br>
> unfortunately can't afford to use the de-facto openssl implementation,<br>
> which I believe uses dynamic memory allocations/deallocations in its code<br>
> (we intend to deploy our solution using bare-metal C, in environments where<br>
> even no RTOS are available).<br>
<br>
</span>Why do you want to use TLS?  Is this a closed communication protocol<br>
only betweent these devices?  Or do you need this to interoperate<br>
with with other TLS clients or servers?<br>
<br>
For closed environments, there are simpler secure communications<br>
options than TLS, DJBs crypto box comes to mind:<br>
<br>
    <a href="http://nacl.cr.yp.to/features.html" rel="noreferrer" target="_blank">http://nacl.cr.yp.to/features.html</a><br>
    <a href="http://nacl.cr.yp.to/box.html" rel="noreferrer" target="_blank">http://nacl.cr.yp.to/box.html</a><br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
        Viktor.<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/mailman/listinfo/openssl-users</a><br>
</font></span></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature">Regards,<br>Ajay<br></div>
</div></div>