Lines Matching refs:methods
84 The methods exist in a generic type (for client and server use), a server only
92 These are the general-purpose I<version-flexible> SSL/TLS methods.
96 Applications should use these methods, and avoid the version-specific
97 methods described below, which are deprecated.
110 A TLS/SSL connection established with these methods will only understand the
111 TLSv1.2 protocol. These methods are deprecated.
115 A TLS/SSL connection established with these methods will only understand the
116 TLSv1.1 protocol. These methods are deprecated.
120 A TLS/SSL connection established with these methods will only understand the
121 TLSv1 protocol. These methods are deprecated.
125 A TLS/SSL connection established with these methods will only understand the
131 These are the version-flexible DTLS methods.
136 These are the version-specific methods for DTLSv1.2.
137 These methods are deprecated.
141 These are the version-specific methods for DTLSv1.
142 These methods are deprecated.
151 methods.
152 All other methods only support one specific protocol version.
153 Use the I<version-flexible> methods instead of the version specific methods.
156 methods you can use L<SSL_CTX_set_min_proto_version(3)>,
213 All version-specific methods were deprecated in OpenSSL 1.1.0.