Hi,
   I have been using the OpenSSL package for about 3 months now.
I have a licence from RSA for BSAFE SSL-C, but it didnot provide all
the functionalities
(like crypto, etc) and inspite of it being a packaged product,
documentation was minimal and 
pathetic at best. This is what drove me to OpenSSL (BSAFE gathers dust
:). Though documentation
wasn't very organised, the mailing-list, sources, examples and
whatever documentation was there
always helped me out. It also put me in the habit of debugging source
code that wasn't actually
my own. 
   All people who have made this community way it is deserve respect
and admiration for the
excellent work they are doing and they certainly have mine.
   Keep up the good work guys.

Good luck,
Amit.

I have written this mail in moments of ecstasy. You see for the past 8
hours I was grappling 
with a bug due to which session-id caching wasn't working. As usual I
fell back upon sources
for s_server and s_client and lo behold !! I see a comment in
s_server.c :

/* make sure we re-use sessions */
SSL_set_shutdown(con,SSL_SENT_SHUTDOWN|SSL_RECEIVED_SHUTDOWN);

That fixed my problem and now I am going to have a bit of a party :))
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to