[openssl-dev] SSL_CTX_use_certificate_chain_file()

2016-08-26 Thread asmarner
Hi,   Is there any negative impact ofusing SSL_CTX_use_certificate_file() and SSL_CTX_use_certificate_chain_file() together?   My application loads thecertificate using SSL_CTX_use_certificate_file()and loads the complete chain using SSL_CTX_use_certificate_chain_file().   Theapplication w

Re: [openssl-dev] SSL_CTX_use_certificate_chain_file()

2016-08-26 Thread Viktor Dukhovni
On Fri, Aug 26, 2016 at 03:14:58PM +, 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_certif