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
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
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
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
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