GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SSL_get_version(3) OpenSSL SSL_get_version(3)

SSL_get_version - get the protocol version of a connection.

 #include <openssl/ssl.h>
 const char *SSL_get_version(const SSL *ssl);

SSL_get_version() returns the name of the protocol used for the connection ssl.

The following strings can be returned:

The connection uses the SSLv2 protocol.
The connection uses the SSLv3 protocol.
The connection uses the TLSv1.0 protocol.
The connection uses the TLSv1.1 protocol.
The connection uses the TLSv1.2 protocol.
This indicates that no version has been set (no connection established).

ssl(3)

2017-01-26 1.0.2k

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.