SSL_CIPHER_get_version

Return the protocol version name associated with a cipher suite (for example "TLSv1.2").

Synopsis

Declared in <openssl/ssl.h>

char const*
SSL_CIPHER_get_version(SSL_CIPHER const* c);

Return Value

Static version string, or "(NONE)" if c is NULL.

Parameters

NameDescription
cCipher suite to query.