Home | History | Annotate | Download | only in ssl

Lines Matching refs:SSL

0 /* ssl/s3_srvr.c -*- mode:C; c-file-style: "eay" -*- */
5 * This package is an SSL implementation written
7 * The implementation was written so as to conform with Netscapes SSL.
12 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
187 int ssl3_accept(SSL *s)
191 void (*cb)(const SSL *ssl,int type,int val)=NULL;
443 * (see section "Certificate request" in SSL 3 drafts
447 * (against the specs, but s3_clnt.c accepts this for SSL 3) */
731 int ssl3_send_hello_request(SSL *s)
753 int ssl3_check_client_hello(SSL *s)
786 int ssl3_get_client_hello(SSL *s)
1272 * ssl version is set - sslv3
1273 * s->session - The ssl session has been setup.
1289 int ssl3_send_server_hello(SSL *s)
1390 int ssl3_send_server_done(SSL *s)
1414 int ssl3_send_server_key_exchange(SSL *s)
1857 int ssl3_send_certificate_request(SSL *s)
1946 int ssl3_get_client_key_exchange(SSL *s)
2679 int ssl3_get_cert_verify(SSL *s)
2866 int ssl3_get_client_certificate(SSL *s)
3022 int ssl3_send_server_certificate(SSL *s)
3051 int ssl3_send_newsession_ticket(SSL *s)
3158 int ssl3_send_cert_status(SSL *s)