Lines Matching refs:protocol
6 SSL_version - get the protocol information of a connection
25 protocol version advertised by the client in the legacy_version field of the
30 SSL_get_version() returns the name of the protocol used for the connection.
31 SSL_version() returns the numeric protocol version used for the connection.
50 The connection uses the SSLv3 protocol.
54 The connection uses the TLSv1.0 protocol.
58 The connection uses the TLSv1.1 protocol.
62 The connection uses the TLSv1.2 protocol.
66 The connection uses the TLSv1.3 protocol.
70 The connection uses an obsolete pre-standardisation DTLS protocol
74 The connection uses the DTLSv1 protocol
78 The connection uses the DTLSv1.2 protocol
82 The connection uses the QUICv1 protocol.
86 This indicates an unknown protocol version.
97 The connection uses the SSLv3 protocol.
101 The connection uses the TLSv1.0 protocol.
105 The connection uses the TLSv1.1 protocol.
109 The connection uses the TLSv1.2 protocol.
113 The connection uses the TLSv1.3 protocol (never returned for
118 The connection uses an obsolete pre-standardisation DTLS protocol
122 The connection uses the DTLSv1 protocol
126 The connection uses the DTLSv1.2 protocol
130 The connection uses the QUICv1 protocol.