SSL_connect:failed in SSLv3 read server hello A

2002-03-27 Thread Jeff Roberts
Does anyone know what could cause this error ? "SSL_connect:failed in SSLv3 read server hello A" This is the sequence of events: Received SOCKET_MESSAGE Of FD_CONNECT, Return Code = 0 'OpenSSL Callback : SSL_connect:before/connect initialization 'OpenSSL Callback : SSL_connect:SSLv3 write clien

SSL_connect:failed in SSLv3 read server hello A

2002-03-27 Thread Jeff Roberts
Does anyone know what could cause this error ? "SSL_connect:failed in SSLv3 read server hello A" This is the sequence of events: Received SOCKET_MESSAGE Of FD_CONNECT, Return Code = 0 'OpenSSL Callback : SSL_connect:before/connect initialization 'OpenSSL Callback : SSL_connect:SSLv3 write clien

S/MIME Library

2002-03-27 Thread Tim Tassonis
Hi I'm currently writing an S/MIME Gateway which transarently signs/encypts/verifies/decrypts mail messages. As input, I get the raw mail, including all headers and mime parts. I already successfully parsed a pkcs12 and signed a message, however, a few things are open: SMIME_write_PKCS7(out_bio

Re: MD5 calculation...

2002-03-27 Thread Ben Laurie
Bill Pringlemeir wrote: > > In crypto/md5/md5_dgst.c, there is lots of code as follows, > > /* Round 0 */ > R0(A,B,C,D,X[ 0], 7,0xd76aa478L); > R0(D,A,B,C,X[ 1],12,0xe8c7b756L); > R0(C,D,A,B,X[ 2],17,0x242070dbL); > R0(B,C,D,A,X[ 3],22,0xc1bdceeeL); > ...

SN --> serialNumber in 0.9.6

2002-03-27 Thread Michael Bell
Hi, I strongly recommend to not include the patches for SN and serialNumber in 0.9.6. The command "openssl ca" uses the DNs in the textdatabase (usually index.txt). So an update of o.9.6 could break this database. Michael -- --- Mi

Re: Convert encrypted data into ascii format

2002-03-27 Thread Gunther Schadow
Valery wrote: > Where can I see example of using base64. > You wrote: "OpenSSL does that" > Is there an example on how OpenSSL converts encrypted data in binary format > into ascii? > Could you help me, please? Well, haven't you used the OpenSSL tools at all? If you did, you had seen the PEM f

Re: cvs commit: openssl/crypto/objects obj_dat.h obj_mac.h objects.txt

2002-03-27 Thread Lutz Jaenicke
On Wed, Mar 27, 2002 at 01:24:25PM +0100, Richard Levitte - VMS Whacker wrote: > From: [EMAIL PROTECTED] > > jaenicke> jaenicke26-Mar-2002 18:15:37 > jaenicke> > jaenicke> Modified:.Tag: OpenSSL_0_9_7-stable CHANGES > jaenicke>crypto/objects Tag: OpenSSL_0_9_7-s

[joop@fokus.gmd.de: SPKAC file and non-ASCII DNs]

2002-03-27 Thread Robert Joop
i sent this to -users a few days ago, but perhaps the people who know the answer only hang around on -dev...? rj --- Begin Message --- when i create a client certificate using a mozilla browser, a CGI script generates an SPKAC file for use with `openssl ca -spkac infile`. the DN then becomes of

Re: cvs commit: openssl/crypto/objects obj_dat.h obj_mac.hobjects.txt

2002-03-27 Thread Richard Levitte - VMS Whacker
From: [EMAIL PROTECTED] jaenicke> jaenicke26-Mar-2002 18:15:37 jaenicke> jaenicke> Modified:.Tag: OpenSSL_0_9_7-stable CHANGES jaenicke>crypto/objects Tag: OpenSSL_0_9_7-stable obj_dat.h obj_mac.h jaenicke> objects.txt jaenicke> Log: ja

Re: Convert encrypted data into ascii format

2002-03-27 Thread Valery
Dear Gunther > Tons. Typically people use base64 armor for ASCII. OpenSSL does that, > for example, with the PEM certificate format. Where can I see example of using base64. You wrote: "OpenSSL does that" Is there an example on how OpenSSL converts encrypted data in binary format into ascii? Cou