Re: RSA_padding_check_PKCS1_type_1

2006-10-16 Thread Jan F. Schnellbaecher
Hello, it seems that there are some incompatibilities out there. For some hosts establishing a SSL connection fails, when using openssl, but it succeeds when using a browser. This in one example: F:\openssl>openssl.exe s_client -connect bshop.esprit.com:443 Loading 'screen' into random state - do

RE: openssl/https

2006-10-16 Thread Ritesh Rekhi
Hi Johan, If you are using openssl s_client option to connect to website and get contents try using -crlf option at the end .This option converts LF to CRLF which is needed by some sites. Regd's Ritesh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Be

Re: -keyex or -keysig pkcs12 option

2006-10-16 Thread Marek Marcola
Hello, > > Would somebody have an updated description for the flags > [-keyex|-keysig] of the pkcs12 command? > > The man page is rather outdated and maybe even wrong. > > QUOTE > specifies that the private key is to be used for key exchange or just > signing. This option is only interpreted

RE: Need help: Understanding SSL object in multi-threaded environment

2006-10-16 Thread Mark
Kyle, Thanks for your long and detailed response. > OpenSSL can protect its internal state by employing locks on the > things that are interface-opaque. It cannot protect its transparent > state, especially as things other than OpenSSL that "just happen to > know how the interface works" may no

-keyex or -keysig pkcs12 option

2006-10-16 Thread MILET David
Hello,   Would somebody have an updated description for the flags [-keyex|-keysig]  of the pkcs12 command?   The man page is rather outdated and maybe even wrong.   QUOTEspecifies that the private key is to be used for key exchange or just signing. This option is only interpreted by MSIE and

Re: How to implement HTTP authentication,does SSL implement this

2006-10-16 Thread Aarno Syvänen
Hi, implementing http over sl would mean implementing https, a separate thing. HTTP Basic and Digest authentications are part of HTTP itself. Btw, they are not meant to be very secure, but could be used for privact reasons. Aarno On 16 Oct 2006, at 07:20, bhanu_rao wrote: Hi all, I wa