Re: Getting client certificate !

2000-09-29 Thread Carlos Serrao
ssage - From: Montini Paolo To: OpenSSL-DEV Sent: Thursday, August 31, 2000 1:06 AM Subject: Getting client certificate ! Hi all, I am developing a client-server application and I would like the server to verify the client certificate too. These are the steps t

Fw: Getting client certificate !

2000-09-01 Thread Montini Paolo
  - Original Message - From: Montini Paolo To: OpenSSL-DEV Sent: Wednesday, August 30, 2000 5:06 PM Subject: Getting client certificate ! Hi all, I am developing a client-server application and I would like the server to verify the client certificate too. These are the steps that

Getting client certificate !

2000-08-30 Thread Montini Paolo
Hi all, I am developing a client-server application and I would like the server to verify the client certificate too. These are the steps that I have followed on the serber side :       SSL_CTX_set_verify(ctx, SSL_VERIFY_PEER|SSL_VERIFY_CLIENT_ONCE, NULL);       SSL_CTX_use_certificate_file(c