> I'll elaborate on my previous post. What I want is to implement a poor
> man's SSL client which doesn't know what a certificate is but is capable
> to connect to any secure Web server out there (Apache, IIS, Netscape).
> 
> I see it has to support Diffie-Hellman, Triple-DES and SHA1 (goodbye to
> RC4 and MD5). Is it correct?

What about "s_client"?   I use the SSLeay s_client (haven't moved up
to openssl yet!) to connect to ssl web servers; it dumps the cert
into that the server sends, and ignores it.  After that you can
do sophisticated things like "HEAD / HTTP/1.0\n\n" ;-)

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

Reply via email to