Re: openssl-0.9.5a make error

2000-08-09 Thread Crispin Wellington
Install your kernel tree Crispin On Wed, 9 Aug 2000, root wrote: > I got this error trying to make openssl-0.9.5a on a RedHat Linux 6.1 system > > making all in crypto... > make[1]: Entering directory `/home/goyette/apache-ssl/openssl-0.9.5a/crypto' > gcc -I. -I../include -DTHREADS -D_REENTRAN

Re: your mail

2000-08-09 Thread Crispin Wellington
I was looking for the same thing for a while. Give up. It hasn't been written. There's a first timers SSL tute building a https client at http://www.darkspell.com/gadgets/ssl/ It gives some insight into the philosophy behind it. Then check out the maurice and ssl directories in the demos dir. Th

RE: ssleay SSL client crashes in MD5_update (threading issue?)

2000-08-09 Thread Eric Gilbertson
Attached is the trace I mentioned: (dbx) where [1] MD5_Update(c = 0xeed00b60, data = 0x180001 "", len = 4294658168U), line 20 8 in "md5_dgst.c" [2] RAND_bytes(buf = 0xeed00c64 "\xe7\xffC\xe7kd\x8f\xa3^?\x84^P\xdf/1\xb7\xc5 ", num = 8), line 286 in "md_rand.c" [3] BSAFE_private_encrypt(len =

ssleay SSL client crashes in MD5_update (threading issue?)

2000-08-09 Thread Eric Gilbertson
Hello: Does anyone out there recogize the crash in the attached stack trace? It occurs intermittently in our SSL client test program when run in multi-thread mode. I have reviewed our code and I can not find any MT related issues. Perusing the FAQs I've noticed a number of mutex issues but nothi

RE: openssl-0.9.5a make error

2000-08-09 Thread Barnes, Michael L.
Mr root: make sure that your OS has been configured for development, meaning that kernel headers have been installed and that the other development packages have been installed. This is an OS installation problem and not an openssl problem. Mike > -Original Message- > From: root [mailt

RE: Crash bug exemplified

2000-08-09 Thread Bill Rebey
Wojtek, Thanks for the help and for trying to reproduce the problem. If nothing else, you may find that little thread-testing utility useful for future work. As you can see, it is pretty good at really stressing the locking mechanisms of the functions that the threads use. A better test would

Re: Crash bug exemplified

2000-08-09 Thread Wojtek Pilorz
On Mon, 7 Aug 2000, Bill Rebey wrote: > Date: Mon, 7 Aug 2000 14:25:01 -0400 > From: Bill Rebey <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: "Openssl-Dev (E-mail)" <[EMAIL PROTECTED]> > Subject: Crash bug exemplified > > The attached program is about as small as I can make a test app

答复: Problem creating certs

2000-08-09 Thread huangchenc
you should generate private key before generate certificate request file. as below: ./bin/openssl genrsa -out xxx.pem ... zeyi William C Klein

iaik -jce desede3 probleme

2000-08-09 Thread mohamed ould lemrabott
hello, I use ssleay for crypt and decrypte a password,le same password I wants the decrypte with iaik. I have two questions how I make to have the same format of display in IAIK and SSLeay. how I make for being able crypt out of C and decrypte in java. thank you beacoup for your assistance her

RE: RSA Digital Signatures: RSA_sign verus RSA+SHA1

2000-08-09 Thread Robert Eiglmaier
Eugene, > From: Eugene Levy [mailto:[EMAIL PROTECTED]] > Subject: RSA Digital Signatures: RSA_sign verus RSA+SHA1 > I heard that RSA is susceptible to plain text attacks, in that if > some of a RSA encrypted data is known, it is easier to get the rest of the > data, and that is why RSA is typi

IIS is closing the connection

2000-08-09 Thread Avishay Balderman
Title: IIS is closing the connection Hi I wrote a ssl client class which is a wrapper for the openssl api. After few SSL_read ,SSL_write I get  the next socket error: An existing connection was forcibly closed by the remote host - 10054 Is it normal? What should I do next? Reconnect to t