Lines Matching refs:SSL_METHOD
45 =item B<SSL_METHOD> (SSL Method)
129 protocol methods defined in B<SSL_METHOD> structures.
133 =item const SSL_METHOD *B<SSLv2_client_method>(void);
135 Constructor for the SSLv2 SSL_METHOD structure for a dedicated client.
137 =item const SSL_METHOD *B<SSLv2_server_method>(void);
139 Constructor for the SSLv2 SSL_METHOD structure for a dedicated server.
141 =item const SSL_METHOD *B<SSLv2_method>(void);
143 Constructor for the SSLv2 SSL_METHOD structure for combined client and server.
145 =item const SSL_METHOD *B<SSLv3_client_method>(void);
147 Constructor for the SSLv3 SSL_METHOD structure for a dedicated client.
149 =item const SSL_METHOD *B<SSLv3_server_method>(void);
151 Constructor for the SSLv3 SSL_METHOD structure for a dedicated server.
153 =item const SSL_METHOD *B<SSLv3_method>(void);
155 Constructor for the SSLv3 SSL_METHOD structure for combined client and server.
157 =item const SSL_METHOD *B<TLSv1_client_method>(void);
159 Constructor for the TLSv1 SSL_METHOD structure for a dedicated client.
161 =item const SSL_METHOD *B<TLSv1_server_method>(void);
163 Constructor for the TLSv1 SSL_METHOD structure for a dedicated server.
165 =item const SSL_METHOD *B<TLSv1_method>(void);
167 Constructor for the TLSv1 SSL_METHOD structure for combined client and server.
256 =item SSL_CTX *B<SSL_CTX_new>(const SSL_METHOD *meth);
336 =item int B<SSL_CTX_set_ssl_version>(SSL_CTX *ctx, const SSL_METHOD *meth);
530 =item const SSL_METHOD *B<SSL_get_ssl_method>(SSL *ssl);
614 =item int B<SSL_set_ssl_method>(SSL *ssl, const SSL_METHOD *meth);