More info on error messages?

2000-08-24 Thread Crispin Wellington
Got a deamon client system running. If I run the daemon stand alone all works A-OK. However running under inetd (on Debian 2.2) I get on the client side... SSL_connect( sslbase ) returns -1 then ERR_error_string( ERR_get_error(), NULL ) returns "error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong

DES and 3DES

2000-08-22 Thread Crispin Wellington
Just reply yes or no. If no, please clear my confusion... DES-CBC3-SHA is using triple DES, yes? DES-CBC-SHA is using DES? Crispin __ OpenSSL Project http://www.openssl.org Development Mailing

Re: Cannot Compile

2000-08-20 Thread Crispin Wellington
Dear root. step 1. Learn how to use email. If you went echo "I get an error when I try to compile openssl" | mail -s 'Cannot Compile' [EMAIL PROTECTED] then log out of root b4 doing so :) step 2. Learn as much about compilation as possible ;) step 3. Attach more info when posting such

Re: How to compile

2000-08-20 Thread Crispin Wellington
man gcc Crispin On Sat, 19 Aug 2000, montinip@libero. wrote: Hi all, I am working on a project in which I need to use RSA and RNG functions. If I run gcc -S nomefile.c everything works. But when I run gcc nomefile.c errors about undefinied functions appears : there is a problem when

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_REENTRANT

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.