On 24/7/2008, "Victor Duchovni" <[EMAIL PROTECTED]>
wrote:
>Sample call sequence:
>
>       if (SSL_CTX_use_certificate_chain_file(...) <= 0) {
>               /* error */
>       }
>       if (SSL_CTX_use_PrivateKey_file(...) <= 0) {
>               /* error */
>       }
>       if (!SSL_CTX_check_private_key(...)) {
>               /* error */
>       }
>

I'm almost doing that. Would calling SSL_CTX_use_certificate_file
instead of SSL_CTX_use_certificate_chain_file make any difference to the
effectiveness of SSL_CTX_check_private_key?

Thanks very much for the reply,

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

Reply via email to