Hello everyone, I am now testing OpenSSL with sample program in openssl-0.9.5a.tar.gz . These sample doesn't use client certificate. So, I'd like to change client to send certificate to server. I added following lines to cli.cpp. ------------------------- #define HOME "./" #define CERTF HOME "client.pem" if (SSL_CTX_use_certificate_file(ctx, CERTF, SSL_FILETYPE_PEM) <= 0) { ERR_print_errors_fp(stderr); exit(3); } -------------------------- Program finished succesfully.But server couldn't receive client certificate. Please tell me how to receive client certificate. Thanks, ----- Takayuki Nakamura <[EMAIL PROTECTED]> MITSUI & Co.,Ltd. Solution Business Div. TEL +81 3 5641 2202 / FAX +81 3 5641 2205 ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

Reply via email to