Hi all,

  It seems like I found the problem - I was using
st_meth_ptr = SSLv2_client_method();
instead of
st_meth_ptr = SSLv23_client_method();

Making the change speeded up things, and throughput is just as good as
RSA's and Wininet.

Thanks to Dan Kegel,

Noam


Noam Ben-Yochanan wrote:
>   I'm comparing RSA's SSL-C, Wininet with SSL and OpenSSL in a
> multithreaded client. I'm getting double the throughput with the first

> two as opposed to OpenSSL. I have a feeling that some tweaking of the
> SSL initialization would change things, but I don't know how to do it.

--
Noam Ben-Yochanan
Technologies Team Leader
Whale Communications Ltd.

Phone:  +972-3-9031101 (Ext 319)
Fax: +972-3-9031102
E-mail: [EMAIL PROTECTED]
http://www.whale-com.com


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to