Home | History | Annotate | Download | only in apps

Lines Matching refs:ssl

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
122 #include <openssl/ssl.h>
203 SSL *ssl;
225 ssl=SSL_new(ctx);
226 x509=SSL_get_certificate(ssl);
232 SSL_get_privatekey(ssl));
235 SSL_free(ssl);
243 * the SSL context */
272 * the SSL context */
305 void MS_CALLBACK apps_ssl_info_callback(const SSL *s, int where, int ret)
342 void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg)
352 str_version = "SSL 2.0";
355 str_version = "SSL 3.0 ";
658 void MS_CALLBACK tlsext_cb(SSL *s, int client_server, int type,
763 int MS_CALLBACK generate_cookie_callback(SSL *ssl, unsigned char *cookie, unsigned int *cookie_len)
787 (void)BIO_dgram_get_peer(SSL_get_rbio(ssl), &peer);
851 int MS_CALLBACK verify_cookie_callback(SSL *ssl, unsigned char *cookie, unsigned int cookie_len)
868 (void)BIO_dgram_get_peer(SSL_get_rbio(ssl), &peer);