Hi again

I'm the one with the curl-problem. It works with ssleay 0.8.0 but not with
openssl 0.9.1 or later.

I've now done some silly trial and error tests, and after seeing the results
I went back to study the openssl docs and now I return here! ;-)

Observation:

  SSLeay 0.8.0 usage that works:

        SSL_CTX_new(SSLv23_client_method());

  When used in OpenSSL 0.9.1+ it doesn't. I've had to replace that with

        SSL_CTX_new(SSLv2_client_method());

 To make it work. I also found out in the "docs" at
http://www.openssl.org/docs/ssl.html the method SSLv23_client_method() is not
mentioned as existent. Is it removed? How is an exact replacement replacement
supposed to be written? It is still around in the include file...
--
             Daniel Stenberg - http://www.fts.frontec.se/~dast
   ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

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

Reply via email to