Hi. I was wondering how exactly the implementation of the SSL Resuse functionality is implemented. While doing some measurements concerning the time it takes to connect to squid, I came across an odd behavior. I did this with using TLS_RSA_WITH_AES_128_CBC_SHA and TLS_DHE_RSA_WITH_AES_128_CBC_SHA. So one is using diffie-hellman, the other one is not. The odd thing is the following. The time difference in ms between SSL Reuse enabled and disabled is considerably higher when using the rsa-cipher. With diffie-hellman the difference is about 40% and rsa about 20%. Cheers, Andre