On Feb 22, 2013, at 6:24 AM, saurav barik wrote: > Hello, > > I am trying to implement TLS security (in the client side) over a UDP > connection. I have a parallel TCP connection(to the same server) over > which TLS is already done and it works fine. In the same session of my > application I am creating a UDP connection to the same server (UDP > socket) and am trying to do a TLS handshake. When I call SSL_connect() > over UDP connection, it fails with "SSL_ERROR_SYSCALL" error. When I > checked the error with ERR_get_error() I get a value of 0. Can I use > TLS over a UDP connection(I understand DTLS can be used but my project > needs TLS)? > > Please share some pointers. Thanks for your time. TLS doesn't work over UDP, use DTLS instead.
Best regards Michael > > Regards, > Saurav > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > Development Mailing List [email protected] > Automated List Manager [email protected] > ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
