On Thu, 7 May 1998, Theodore Hope wrote:
> > using the SSL_OP_MSIE_SSLV2_RSA_PADDING option to the
> > SSL_CTX_set_options() call.

> the SSL page, is print a big fat warning saying that if they're running
> any MSIE 3.02 or earlier, to forget it.  (I currently do that for
> MSIE earlier than 3.02, but not for 3.02 itself.)
> Unfortunately, our web stats tell us that there is still a _huge_ number
> of folks out there running Netscape < 3.x and MSIE <= 3.02   :-(

That or Ben should add
        SSL_CTX_set_options(ssl_ctx,SSL_OP_ALL)
at some point after the 
        ssl_ctx=SSL_CTX_new();
call.

This enables compatability code for quite a large number of bugs.

eric

+-------------------------------------------------------------------------+
| Administrative requests should be sent to [EMAIL PROTECTED] |
| List service provided by Open Software Associates, http://www.osa.com/  |
+-------------------------------------------------------------------------+

Reply via email to