Re: [openssl-dev] Query related to API SSL_set_SSL_CTX

2016-10-24 Thread Patel, Anirudh (Anirudh)
Guys, any suggestions that you might have :) Regards, Anirudh From: openssl-dev [mailto:openssl-dev-boun...@openssl.org] On Behalf Of Patel, Anirudh (Anirudh) Sent: Monday, October 24, 2016 11:32 AM To: openssl-dev@openssl.org Subject: [openssl-dev] Query related to API SSL_set_SSL_CTX Hi Guys

[openssl-dev] Query related to API SSL_set_SSL_CTX

2016-10-23 Thread Patel, Anirudh (Anirudh)
Hi Guys, I have create a shared ssl ctx as below: boost::shared_ptr SharedSslCtx; mSslCtx = SharedSslCtx(SSL_CTX_new(meth), ctx_deleter) I have a copy of the above mSslCtx in a separate class under another shared pointer mCtx. Once I get the incoming TLS connection an SSL object is created as