On Fri, Aug 26, 2016 at 03:14:58PM +0000, asmar...@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

Reply via email to