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
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