[openssl-dev] SSL_CTX_use_certificate_chain_file()

asmarner at yahoo.com asmarner at yahoo.com
Fri Aug 26 15:28:10 UTC 2016


Thanks for the reply.
I know about the redundancy part. Wanted to know if there could be any negative impact. 

    On Friday, August 26, 2016 8:51 PM, Viktor Dukhovni <openssl-users at dukhovni.org> wrote:
 

 On Fri, Aug 26, 2016 at 03:14:58PM +0000, asmarner at yahoo.com wrote:

> Is there any negative impact ofusing SSL_CTX_use_certificate_file() and
> SSL_CTX_use_certificate_chain_file() together?

The first is redundant and should avoided.

> My application loads thecertificate using SSL_CTX_use_certificate_file() and
> loads the complete chain using SSL_CTX_use_certificate_chain_file().

The latter also loads the leaf certificate, so the former is not needed.

-- 
    Viktor.
-- 
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

   
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-dev/attachments/20160826/69f30d1e/attachment.html>


More information about the openssl-dev mailing list