session key generation

2004-05-07 Thread Michael Shtelma
Hi! I'm using client authentification I need that session keys for my SSL session were generated not only from server certificate but using client's and server's certificates both Can anyone give me a help? -- Best regards, Michaelmailto:[EMAIL PROTECTED] ___

Re: base64 + read only mem BIO

2004-05-07 Thread Chris Green
Chris Green <[EMAIL PROTECTED]> writes: > while((inlen = BIO_read(bio, buf, 512) > 0)) My bad :( That's what not using C for a while will do to you :(. -- Chris Green <[EMAIL PROTECTED]> I've had a perfectly wonderful evening. But this wasn't it. -- Groucho Marx ___

Re: TLS resumption session

2004-05-07 Thread Lutz Jaenicke
On Thu, May 06, 2004 at 04:49:37PM +0200, Rafael Marin Lopez wrote: > Lutz Jaenicke wrote: > > >On Wed, May 05, 2004 at 03:44:43PM +0200, Rafael Marin Lopez wrote: > > > > > >>Hello all > >> > >>Where could I find a TLS resumption session example? I am having > >>problems with it... if I don't c

base64 + read only mem BIO

2004-05-07 Thread Chris Green
Hey folks, I've got a problem where I'm trying to decode base64 in memory and BIO_read is returning 1 when I think it should be returning the number of bytes read into buf after doing a base64 decode. The code is based on the BIO_f_base64(3) manpage. The output should be "BOOGA BOOG". The corre

RE: [SSL/TLS and LDAP] : wrong number version

2004-05-07 Thread SECRET Defense
hi !!! then after a _LONG_ moment, a lot of tests with openssl s_server/s_client and ldapsearch / ldap server.. I MANAGE TO FIND THE PROBLEM !!! :) the solution was : CAfile MUST be in /etc/ssl/certs !! < but I didn't have this /etc/ssl directory !!! So I just create this one and the /etc