[openssl-dev] How to get SSL version from SSL_SESSION using OpenSSL-1.1.x?

Matt Caswell matt at openssl.org
Thu May 26 21:45:54 UTC 2016



On 26/05/16 22:27, TJ Saunders wrote:
> 
> I'm currently working on updating proftpd and its various modules to
> work with the changed APIs in OpenSSL-1.1.x.  My current obstacle(?) is
> to determine the SSL protocol version, given an SSL_SESSION pointer.
> 
> Using OpenSSL-1.0.x, I currently use:
> 
>   ssl_version = sess->ssl_version;
> 
> However, I don't see an equivalent accessor in the 1.1.x APIs.  Have I
> missed something, or does such a thing not exist yet?

I don't think such a thing exists at the moment. Out of interest why do
you need it?

Matt



More information about the openssl-dev mailing list