Index Index for
Section 3
Index Alphabetical
listing for S
Bottom of page Bottom of
page

SSL_version(3)

NAME

SSL_version - Get a version of the SSL structure

SYNOPSIS

#include <openssl/ssl.h> int SSL_version( SSL *s );

DESCRIPTION

The SSL_version() function returns an SSL version (one of SSL2_VERSION, SSL3_VERSION, TLS1_VERSION).

RETURN VALUES

SSL2_VERSION Indicates that the SSL version is SSLv2. SSL3_VERSION Indicates that the SSL version is SSLv3. TLS1_VERSION Indicates that the SSL version is TLSv1.

SEE ALSO

TBA

Index Index for
Section 3
Index Alphabetical
listing for S
Top of page Top of
page