Sciweavers

CTRSA
2001
Springer

Improving SSL Handshake Performance via Batching

13 years 9 months ago
Improving SSL Handshake Performance via Batching
We present an algorithmic approach for speeding up SSL’s performance on a web server. Our approach improves the performance of SSL’s handshake protocol by up to a factor of 2.5 for 1024-bit RSA keys. It is designed for heavily-loaded web servers handling many concurrent SSL sessions. We improve the server’s performance by batching the SSL handshake protocol. That is, we show that b SSL handshakes can be done faster as a batch than doing the b handshakes separately one after the other. Experiments show that taking b = 4 leads to optimal results, namely a speedup of a factor of 2.5. Our starting point is a technique due to Fiat for batching RSA decryptions. We improve the performance of batch RSA and describe an architecture for using it in an SSL web server. We give experimental results for all the proposed techniques.
Hovav Shacham, Dan Boneh
Added 28 Jul 2010
Updated 28 Jul 2010
Type Conference
Year 2001
Where CTRSA
Authors Hovav Shacham, Dan Boneh
Comments (0)