[][src]Function tabbyssl::libssl::ssl::tabby_SSL_CIPHER_get_version

#[no_mangle]pub extern "C" fn tabby_SSL_CIPHER_get_version(
    cipher_ptr: *mut TABBY_CIPHER
) -> *const c_char

SSL_CIPHER_get_version - returns string which indicates the SSL/TLS protocol version that first defined the cipher. This is currently SSLv2 or TLSv1/SSLv3. In some cases it should possibly return "TLSv1.2" but does not; use SSL_CIPHER_description() instead. If cipher is NULL, "(NONE)" is returned.

#include <tabbyssl/openssl/ssl.h>

char *SSL_CIPHER_get_version(const SSL_CIPHER *cipher);