![]() |
![]()
| ![]() |
![]()
NAMESSL_get_version - get the protocol version of a connection. SYNOPSIS#include <openssl/ssl.h> const char *SSL_get_version(const SSL *ssl); DESCRIPTIONSSL_get_version() returns the name of the protocol used for the connection ssl. RETURN VALUESThe following strings can be returned:
SEE ALSOssl(3)
|