Re: Improving ssl conection time

2006-05-07 Thread Joseph Oreste Bruni
You might want to check out SSL_set_session() and friends. This will allow your programs to reuse a session and avoid the negotiation. On May 7, 2006, at 8:03 AM, Marco Rossi wrote: Dear all, I'm working with an xml messaging protocol where messages are exchaged by means of ssl connections

Improving ssl conection time

2006-05-07 Thread Marco Rossi
Dear all, I'm working with an xml messaging protocol where messages are exchaged by means of ssl connections. The client needs to open/close a new connection for every message to sent (the server adopts this policy and it is not possible to change it), so I was trying to understand a little more