[openssl-users] Reg, TLS over SCTP (SOCK_SEQPACKET)
Sanjaya Joshi
joshi.sanjaya at gmail.com
Tue Feb 28 09:59:13 UTC 2017
Hello,
I understand that when implementing TLS over SCTP, if socket is opened with
SOCK_STREAM (one-to-one connection), then normal openssl calls (SSL_accept,
SSL_connect) can be used for TLS handshakes in a client/server program.
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 ?
Also, whether openssl has any sample program for TLS over SCTP with
SOCK_SEQPACKET ?
Would appreciate a quick reply. Thanks in advance.
Regards,
Sanjaya
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-users/attachments/20170228/c49de924/attachment.html>
More information about the openssl-users
mailing list