Lines Matching full:methods
180 These are the general-purpose \fIversion-flexible\fR SSL/TLS methods.
184 Applications should use these methods, and avoid the version-specific
185 methods described below, which are deprecated.
196 A TLS/SSL connection established with these methods will only understand the
197 TLSv1.2 protocol. These methods are deprecated.
200 A TLS/SSL connection established with these methods will only understand the
201 TLSv1.1 protocol. These methods are deprecated.
204 A TLS/SSL connection established with these methods will only understand the
205 TLSv1 protocol. These methods are deprecated.
208 A TLS/SSL connection established with these methods will only understand the
213 These are the version-flexible DTLS methods.
217 These are the version-specific methods for DTLSv1.2.
218 These methods are deprecated.
221 These are the version-specific methods for DTLSv1.
222 These methods are deprecated.
229 methods.
230 All other methods only support one specific protocol version.
231 Use the \fIversion-flexible\fR methods instead of the version specific methods.
234 methods you can use \fBSSL_CTX_set_min_proto_version\fR\|(3),
284 All version-specific methods were deprecated in OpenSSL 1.1.0.