Hi, (maybe this is not -dev issue..)
mohamed ould lemrabott wrote:
>In cli.cpp I added the two lines between SSL_new () and SSL_set_fd()
>
>ssl = SSL_new (ctx)
>SSL_use_certificate_file(ssl, "client.pem", SSL_FILETYPE_PEM)
>SSL_use_PrivateKey_file(ssl, "client.pem", SSL_FILETYPE_PEM)
>SSL_set_fd (ssl, sd);
>
>Does anybody know what I'm missing that is causing the client
>not to send it's certificate?
I tried same thing , and provided CA certificate using
SSL_CTX_load_verify_locations (or X509_STORE_add_cert).
s_client.c (in apps\ directory) shows us "Client Certificate"
example when used with -CAfile option.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[EMAIL PROTECTED] from Fukuoka.Japan
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]