<div dir="ltr">Hi,<div>Thanks for the pointers. We will consider that option.</div><div><br></div><div>Regards,<br>Sanjaya</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 1, 2017 at 6:59 PM, Michael Tuexen <span dir="ltr"><<a href="mailto:Michael.Tuexen@lurchi.franken.de" target="_blank">Michael.Tuexen@lurchi.franken.de</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 1 Mar 2017, at 06:34, Sanjaya Joshi <<a href="mailto:joshi.sanjaya@gmail.com">joshi.sanjaya@gmail.com</a>> wrote:<br>
><br>
> Hi,<br>
> Thank you Salz Rich for the confirmation.<br>
> So, whether application can perform manual TLS handshakes when SOCK_SEQPACKET is used ?<br>
</span>I this the SOCK_SEQPACKET model doesn't fit well to the way the openssl code is layed out.<br>
They basically want a one-to-one relation between a bio (for example a socket bio) and<br>
a TLS connection. So there is no muxing/demuxing ongoing.<br>
<br>
I'm wondering why you are sticking to the 1-to-many style sockets and why you are not<br>
considering DTLS over SCTP instead of TLS over SCTP. DTLS over SCTP using one-to-one<br>
style sockets (SOCK_STREAM) is supported by OpenSSL on Linux and FreeBSD.<br>
<br>
Best regards<br>
<span class="HOEnZb"><font color="#888888">Michael<br>
</font></span><div class="HOEnZb"><div class="h5">><br>
> Regards,<br>
> Sanjaya<br>
><br>
> On Tue, Feb 28, 2017 at 7:03 PM, Salz, Rich <<a href="mailto:rsalz@akamai.com">rsalz@akamai.com</a>> wrote:<br>
> > But these calls don't work when SOCK_SEQPACKET (one-to-many connections) is used. Does openssl provide any alternatives for these calls ? Or an application need to perform the TLS handshakes manually ?<br>
><br>
> This is not supported, and there are no demo's available.<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>
> --<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>
--<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>
</div></div></blockquote></div><br></div>