*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: SSL_get_version | Section: 3 | Source: MINIX | File: SSL_get_version.3
SSL_get_version(3) OpenSSL SSL_get_version(3) NAME SSL_get_version - get the protocol version of a connection. LIBRARY libcrypto, -lcrypto SYNOPSIS #include <openssl/ssl.h> const char *SSL_get_version(const SSL *ssl); DESCRIPTION SSL_get_version() returns the name of the protocol used for the connection ssl. RETURN VALUES The following strings can be returned: SSLv2 The connection uses the SSLv2 protocol. SSLv3 The connection uses the SSLv3 protocol. TLSv1 The connection uses the TLSv1.0 protocol. TLSv1.1 The connection uses the TLSv1.1 protocol. TLSv1.2 The connection uses the TLSv1.2 protocol. unknown This indicates that no version has been set (no connection established). SEE ALSO ssl(3) 1.0.1n 2014-08-10 SSL_get_version(3)

Navigation Options