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_SESSION_GET_PROTOCOL_VERSION(3) FreeBSD Library Functions Manual SSL_SESSION_GET_PROTOCOL_VERSION(3)

SSL_SESSION_get_protocol_versionget the session protocol version

#include <openssl/ssl.h>

int
SSL_SESSION_get_protocol_version(const SSL_SESSION *s);

() returns the protocol version number used by the session s.

SSL_SESSION_get_protocol_version() returns a constant like TLS1_VERSION or TLS1_2_VERSION.

ssl(3), SSL_get_session(3), SSL_SESSION_get0_peer(3), SSL_SESSION_get_compress_id(3), SSL_SESSION_get_id(3), SSL_SESSION_get_time(3), SSL_SESSION_new(3)

SSL_SESSION_get_protocol_version() first appeared in OpenSSL 1.1.0 and has been available since OpenBSD 6.3.

March 24, 2018 FreeBSD 14.3-RELEASE

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.