Lines Matching full:protocol
65 SSL_version \- get the protocol information of a connection
84 protocol version advertised by the client in the legacy_version field of the
89 \&\fBSSL_get_version()\fR returns the name of the protocol used for the connection.
90 \&\fBSSL_version()\fR returns the numeric protocol version used for the connection.
104 The connection uses the SSLv3 protocol.
107 The connection uses the TLSv1.0 protocol.
110 The connection uses the TLSv1.1 protocol.
113 The connection uses the TLSv1.2 protocol.
116 The connection uses the TLSv1.3 protocol.
119 The connection uses an obsolete pre-standardisation DTLS protocol
122 The connection uses the DTLSv1 protocol
125 The connection uses the DTLSv1.2 protocol
128 The connection uses the QUICv1 protocol.
131 This indicates an unknown protocol version.
137 The connection uses the SSLv3 protocol.
140 The connection uses the TLSv1.0 protocol.
143 The connection uses the TLSv1.1 protocol.
146 The connection uses the TLSv1.2 protocol.
149 The connection uses the TLSv1.3 protocol (never returned for
153 The connection uses an obsolete pre-standardisation DTLS protocol
156 The connection uses the DTLSv1 protocol
159 The connection uses the DTLSv1.2 protocol
162 The connection uses the QUICv1 protocol.