Lines Matching refs:methods
125 These are the general-purpose I<version-flexible> SSL/TLS methods.
129 Applications should use these methods, and avoid the version-specific
130 methods described below, which are deprecated.
143 A TLS/SSL connection established with these methods will only understand the
144 TLSv1.2 protocol. These methods are deprecated.
148 A TLS/SSL connection established with these methods will only understand the
149 TLSv1.1 protocol. These methods are deprecated.
153 A TLS/SSL connection established with these methods will only understand the
154 TLSv1 protocol. These methods are deprecated.
158 A TLS/SSL connection established with these methods will only understand the
164 These are the version-flexible DTLS methods.
169 These are the version-specific methods for DTLSv1.2.
170 These methods are deprecated.
174 These are the version-specific methods for DTLSv1.
175 These methods are deprecated.
184 methods.
185 All other methods only support one specific protocol version.
186 Use the I<version-flexible> methods instead of the version specific methods.
189 methods you can use L<SSL_CTX_set_min_proto_version(3)>,
248 All version-specific methods were deprecated in OpenSSL 1.1.0.