I think you can extract the key from the certificate
using the following instruction:
openssl rsa < certificate.pem > certkey.pem
I hopoe this works
Eduardo
--- "Gary W." <[EMAIL PROTECTED]> escribió: > I
got my certificate from Verisine,
> but cannot find the key I generated the csr with.
> A
our problem is???
>
> This should do what you ask.
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> Eduardo Muñoz
> Sent: 05 September 2002 17:02
> To: [EMAIL PROTECTED]
> Subject: can anybody tell me wha
this happenning.
Eduardo Muñoz
--- Xperex Tim <[EMAIL PROTECTED]> escribió: > Are
you doing things in this order:
>
> SSL_CTX_set_verify
> ...
> SSL_accept
> ...
> SSL_get_peer_certificate
> ...
>
> --- Eduardo Muñoz <[EMAIL PROTECTED]> wrote:
> > Can an
Can anyone tell me hoy to authenticate a client? I
have tried the following code on my server, but it
keeps sending me the "Client does not have
certificate" message.
SSL_CTX_set_verify(ctx,SSL_VERIFY_PEER |
SSL_VERIFY_FAIL_IF_NO_PEER_CERT, 0);
client_cert = SSL_get_peer_certificate