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
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