Re: [openssl-users] Question about fetching client ciphers

2017-05-22 Thread Lodaya, Varun via openssl-users
Retrying.. From: "Lodaya, Varun" Date: Thursday, May 18, 2017 at 12:28 PM To: "openssl-users@openssl.org" Subject: Question about fetching client ciphers Hey Guys, Had a question about obtaining client ciphers from OpenSSL library. Currently we are doing SNI by registering to SSL_CTX_set_tlse

[openssl-users] Question about fetching client ciphers

2017-05-18 Thread Lodaya, Varun via openssl-users
Hey Guys, Had a question about obtaining client ciphers from OpenSSL library. Currently we are doing SNI by registering to SSL_CTX_set_tlsext_servername_callback and taking a decision on the right certificate. We were trying to figure out how we can get more information like client ciphers, etc