Hi all,
I am looking for a minimalistic client certification example. I found a
nice example in /demos/ssl/ cli.cpp and serv.cpp, showing client server SSL
encrypted communication but without client auth.

To enable client certification I added the following line to the client:

SSL_CTX_use_certificate_file(ctx, CERTF, SSL_FILETYPE_PEM);

It loads the cert with no errors but the server still states that the
client has *no* certificate. Do I have to use a special kind of certificate?
Who can help me out?
TIA
Tobias

-- 
Sent through GMX FreeMail - http://www.gmx.net

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to