[openssl-dev] SSL_CTX_use_certificate_chain_file()

Viktor Dukhovni openssl-users at dukhovni.org
Fri Aug 26 15:21:24 UTC 2016


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.


More information about the openssl-dev mailing list