SSL_version - Get a version of the SSL structure
#include <openssl/ssl.h>
int SSL_version(
SSL *s );
The SSL_version() function returns an SSL version (one of
SSL2_VERSION, SSL3_VERSION, TLS1_VERSION).
Indicates that the SSL version is SSLv2. Indicates that
the SSL version is SSLv3. Indicates that the SSL version
is TLSv1.
TBA
SSL_version(3)
[ Back ] |