Re: Use TLS over UDP connection

2013-02-25 Thread David Woodhouse
On Sun, 2013-02-24 at 22:26 -0500, Dave Thompson wrote: TLS depends on TCP's reliable in-order transport. DTLS basically re-implements enough of TCP to make TLS functionality work. That isn't entirely true. Or at least it's misleadingly phrased. DTLS copes with packet loss and packet

RE: Use TLS over UDP connection

2013-02-24 Thread Dave Thompson
From: owner-openssl-us...@openssl.org On Behalf Of saurav barik Sent: Friday, 22 February, 2013 00:41 I think this fits better on -users and put that first, but if you ask both lists please indicate in the message (as I did) because people don't necessarily read both and see the duplication.

Re: Use TLS over UDP connection

2013-02-22 Thread Jan Just Keijser
Hi, 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

Re: Use TLS over UDP connection

2013-02-22 Thread Michael Tuexen
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

Use TLS over UDP connection

2013-02-21 Thread saurav barik
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