Re: SHA1 21% speedup

2013-02-21 Thread Darryl Miles
Rosen Penev wrote: One downside of this is that in the case of iterated hashes(PBKDF2) this only speeds up the first iteration. I do not believe that TLS uses iterated HMAC-SHA1. And that is a good thing! Anything that speeds up or otherwise reduces the computation effort of PBKDF2 only

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