Василий Игнатенко wrote:
> Hello, I plugged openssl 1.0.0
> (    http://www.slproweb.com/products/Win32OpenSSL.html )to your ICS
> library but work only SSL 2.3 method ...
> 
> OverbyteIcsLIBEAY
> OSSL_VER_100 = $1000000f;
> ...
> MAX_OSSL_VER = OSSL_VER_100;
> ...
> MAX_OSSL_VER = OSSL_VER_100;
> 
> 
> Why do not you add in the official release of version 1.0.0?

Because v1.0.0 is a major release it is required to carefully check the
OpenSSL code for interface changes etc., which means work. 
The few changes above are most likely not enough. In order to disable
version checks you do not need to change the source code, 
simply define NO_OSSL_VERSION_CHECK.
OpenSSL v0.9.8n includes all recent security patches.   

--
Arno Garrels


--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to