Re: Questions on client certificates

2000-01-07 Thread Dr Stephen Henson
Flemming Jans wrote: > > Hi Andrew, > > > Ok, I have tried the following code snip which works: > > client_cert = SSL_get_peer_certificate(con); > X509_digest(client_cert, EVP_md5(), digest, &digest_len); > > Which message digest should I use ? md5 or other ? Is the digest > guaranteed to be

Re: Questions on client certificates

2000-01-07 Thread Goetz Babin-Ebell
At 09:58 07.01.00 +0100, Flemming Jans wrote: Hello Flemming, >Andrew Cooke wrote: >> >> Flemming Jans wrote: >> > I'm using openssl 0.9.4 on Sparc Solaris 2.6/2.7 for a webserver like >> > process which must recognize customers from a simple username/password >> > scheme or from a client certif

Re: Questions on client certificates

2000-01-07 Thread Flemming Jans
Hi Andrew, Andrew Cooke wrote: > > Flemming Jans wrote: > > I'm using openssl 0.9.4 on Sparc Solaris 2.6/2.7 for a webserver like > > process which must recognize customers from a simple username/password > > scheme or from a client certificate. > > > > The customer 'subscription' is stored in a

Re: Questions on client certificates

2000-01-05 Thread Andrew Cooke
Flemming Jans wrote: > I'm using openssl 0.9.4 on Sparc Solaris 2.6/2.7 for a webserver like > process which must recognize customers from a simple username/password > scheme or from a client certificate. > > The customer 'subscription' is stored in a database where the username > is the unique

Re: Questions on client certificates

2000-01-05 Thread Goetz Babin-Ebell
At 13:09 05.01.00 +0100, you wrote: >Hi, Hallo, >I'm using openssl 0.9.4 on Sparc Solaris 2.6/2.7 for a webserver like >process which must recognize customers from a simple username/password >scheme or from a client certificate. >The customer 'subscription' is stored in a database where the user