Re: Exporting a key from a cert or csr

2002-09-06 Thread Eduardo Muñoz
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

RE: can anybody tell me what's wrong?

2002-09-06 Thread Eduardo Muñoz
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

Re: How to autenticate a client

2002-09-02 Thread Eduardo Muñoz
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

How to autenticate a client

2002-08-30 Thread Eduardo Muñoz
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