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
Sanjaya
-- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users