Home | History | Annotate | Download | only in apps

Lines Matching defs: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
67 #include <openssl/ssl.h>
74 " -v - verbose mode, a textual listing of the SSL/TLS ciphers in OpenSSL\n",
92 SSL *ssl=NULL;
172 ssl=SSL_new(ctx);
173 if (ssl == NULL) goto err;
180 p=SSL_get_cipher_list(ssl,i);
189 sk=SSL_get_ciphers(ssl);
226 if (ssl != NULL) SSL_free(ssl);