Re: [Crypt::SSLeay] proxy with https

2001-10-08 Thread Joshua Chamas
Namsuk kim wrote: > ... > Now, I have new problem that I didn't have before. First, the > environment values for userid and passwd are not read and passed to the > proxy. The other problem is that it seems CA repository information is > not also read. Looks like I'm missing some components here

Re: Tru64 4.0f BN_sqr test fail

2001-10-08 Thread Chris Adams
Once upon a time, Todd Williams <[EMAIL PROTECTED]> said: > Actually, I'm encountering the same exact problem as Keith. Clean build, > but fails the Square test. Look familiar? > ... > test BN_rshift > test BN_sqr > Square test failed! > make: *** [test_bn] Error 1

Re: Crypt::SSLeay: Code works on Linux but not Solaris.. HELP!

2001-10-08 Thread Joshua Chamas
Del Simmons wrote: > > Ok, got past that one.. OpenSSL was looking for the certs.pem file where > it didn't exist.. copied that over to the proper location and this > problem was fixed.. Now I have hit an even uglier snag.. ... > SSL_connect:SSLv3 write change cipher spec A > SSL_connect:SSLv3 w

Re: Crypt::SSLeay: Peer Certificate Verification?

2001-10-08 Thread Joshua Chamas
Del Simmons wrote: > > Hey guys, > > Sorry if this has been answered already. I'm using LWP to post data to a > https server. The client cert and key is passed properly and the server > verify's me fine when I submit my POST, but I always get the following > warning header from LWP/Protocol/http

DSA_generate_parameters not returning a better seed?

2001-10-08 Thread Francis Chan
Hi openssl-users,   I'm using the crypto lib and am trying to generate good DSA key data sets with the seed and cnt.  According to the function description of DSA_generate_parameters (), if I give it a rotten seed value, it should stuff a better one back to me?  Or so it seems from the desc

Re: configuration problems - jsse....

2001-10-08 Thread Eric Rescorla
"Nancy Pawlowski" <[EMAIL PROTECTED]> writes: > Does anyone recognize this error? > > I've had jsse with tomcat configured under linux - and it is running ok; >but am having problems running it under windows2000. This isn't an OpenSSL issue. Why are you posting it here? -Ekr

configuration problems - jsse....

2001-10-08 Thread Nancy Pawlowski
Does anyone recognize this error? I've had jsse with tomcat configured under linux - and it is running ok; but am having problems running it under windows2000. when i startup tomcat - i get an error right away. - have my jsse jars loaded; - have my java.security file configured: securi

Re: rsa signature values

2001-10-08 Thread Vadim Fedukovich
Bill, one good way to get this resolved is to outline ISO signature, namely data format, digest and padding used as well as other relevant details. A signature example (and the key used to make it) could also help. What is "intermediate signature"? regards, Vadim On Mon, 8 Oct 2001 [EMAIL PROT

Re: About libssl.so.2 and libcrypto.so.2

2001-10-08 Thread Michael H. Warfield
On Mon, Oct 08, 2001 at 09:28:52AM +0100, [EMAIL PROTECTED] wrote: [...] > "Rawhide" is not another version of Linux, it is simply the name of a > repository for optional updates to the current version of RedHat Linux. Of > course, that question is a little off-topic for this list.

Re: nonblocking sockets + peek

2001-10-08 Thread Eric Rescorla
Wirta Ville <[EMAIL PROTECTED]> writes: > Yes, there is someone listening. And the whole thing works if client > doesn't use non blocking sockets. For some reason non blocking > BIO_do_connect doesn't send anything with it's first few attempts (it's > fourth or fifth time that makes things w

MIME encoding and CMS

2001-10-08 Thread Don Zick
I need to be able to do the following: Encrypt Data - Convert a stream of bytes to the MIME encoding - Encrypt MIME encoded bytes using normal CMS rules - Use encrypted bytes as the value of the EncryptedContent field within EnvelopedData Sign Data - Convert a stream of bytes to the MIME encodin

libssl.so , mod_ssl.c ???

2001-10-08 Thread David Jordan
Hello everyone.  I'm new to this list.    I'm running SuSE 7.2 and have installed openssl and openssh.  I'm am trying to use SSL for https security but my httpd.conf is looking for the shared object libssl.so to load.  I don't find this object on my system anywhere.     Also, ssh and ssh

rsa signature values

2001-10-08 Thread Bill . Cotton
Hi, I am attempting to utilise the OpenSSL RSA functionality to verify UN standard Edifact files with AUTACK messages containing a signature which has been generated using the SHA-1 digest. Also I need to produce a corresponding outgoing AUTACK with an embedded signature attached to the Ack or Na

Re: About libssl.so.2 and libcrypto.so.2

2001-10-08 Thread Joe Orton
Hi, I've written up a page which hopefully answers these questions: http://www.manyfish.co.uk/openssl.html Let me know if anything is not clear. As John said, the RPM you need is from Raw Hide, so none of this stuff is supported or recommended by Red Hat. On your own head be it... Regards, joe

RE: About libssl.so.2 and libcrypto.so.2

2001-10-08 Thread John . Airey
>-Original Message- >From: Xia Shang [mailto:[EMAIL PROTECTED]] >Sent: 05 October 2001 13:55 >To: [EMAIL PROTECTED] >Subject: About libssl.so.2 and libcrypto.so.2 > > >Hello,everyone >I know now that KDE 2.2 is not for Redhat 7.1 but for Roswell, >but what is Rawhide? >Another version of

RE: About libssl.so.2 and libcrypto.so.2

2001-10-08 Thread John . Airey
>-Original Message- >From: Xia Shang [mailto:[EMAIL PROTECTED]] >Sent: 05 October 2001 13:55 >To: [EMAIL PROTECTED] >Subject: About libssl.so.2 and libcrypto.so.2 > > >Hello,everyone >I know now that KDE 2.2 is not for Redhat 7.1 but for Roswell, >but what is Rawhide? >Another version of

client connection through proxy

2001-10-08 Thread SeshaKalyan Manyam
I have a terrible problem with my server program. It works absolutely fine for the connections made to it from the browser with in the intranet.But if the browser makes connection through a proxy server I am getting connection refused by the peer (i.e SSL_read() returns -1 with the error saying c