Searched refs:SSL (Results 201 - 225 of 281) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/ssl/
H A Dserv.cpp48 SSL* ssl;
54 /* SSL preliminaries. We keep the certificate and key with the context. */
105 /* TCP connection is ready. Do server side SSL. */
113 printf ("SSL connection using %s\n", SSL_get_cipher (ssl));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dd1_clnt.c62 * This package is an SSL implementation written
64 * The implementation was written so as to conform with Netscapes SSL.
69 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
132 static int dtls1_get_hello_verify(SSL *s);
164 int dtls1_connect(SSL *s)
168 void (*cb) (const SSL *ssl, int type, int val) = NULL;
818 static int dtls1_get_hello_verify(SSL *s)
H A Dd1_srvr.c62 * This package is an SSL implementation written
64 * The implementation was written so as to conform with Netscapes SSL.
69 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
130 static int dtls1_send_hello_verify_request(SSL *s);
162 int dtls1_accept(SSL *s)
166 void (*cb) (const SSL *ssl, int type, int val) = NULL;
547 * section "Certificate request" in SSL 3 drafts and in
554 * this for SSL 3)
941 int dtls1_send_hello_verify_request(SSL *
[all...]
H A Ds3_srvr.c5 * 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
189 static int ssl_check_srp_ext_ClientHello(SSL *s, int *al)
212 int ssl3_accept(SSL *s)
216 void (*cb) (const SSL *ssl, int type, int val) = NULL;
513 * section "Certificate request" in SSL 3 drafts and in
520 * this for SSL 3)
890 int ssl3_send_hello_request(SSL *
[all...]
H A Dinstall-ssl.com1 $! INSTALL-SSL.COM -- Installs the files in a given directory tree
H A Dssl_cert.c7 * This package is an SSL implementation written
9 * The implementation was written so as to conform with Netscapes SSL.
14 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
152 "SSL for verify callback",
171 "SSL for verify callback",
630 void ssl_cert_set_cert_cb(CERT *c, int (*cb) (SSL *ssl, void *arg), void *arg)
710 int ssl_verify_cert_chain(SSL *s, STACK_OF(X509) *sk)
740 * the context: if its a server it will verify SSL client certificates or
801 void SSL_set_client_CA_list(SSL *
[all...]
H A Ds3_clnt.c5 * 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
172 static int ssl3_check_finished(SSL *s);
188 int ssl3_connect(SSL *s)
192 void (*cb) (const SSL *ssl, int type, int val) = NULL;
672 int ssl3_client_hello(SSL *s)
893 int ssl3_get_server_hello(SSL *s)
1172 int ssl3_get_server_certificate(SSL *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dciphers.c5 * 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
74 " -v - verbose mode, a textual listing of the SSL/TLS ciphers in OpenSSL\n",
95 SSL *ssl = NULL;
H A Ds_client.c5 * 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
223 static void print_stuff(BIO *berr, SSL *con, int full);
225 static int ocsp_resp_cb(SSL *s, void *arg);
240 static unsigned int psk_client_cb(SSL *ssl, const char *hint, char *identity,
392 " -bugs - Switch on all SSL implementation bug workarounds\n");
412 BIO_printf(bio_err, " -sess_out arg - file to write SSL session to\n");
413 BIO_printf(bio_err, " -sess_in arg - file to read SSL sessio
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dossl_typ.h178 typedef struct ssl_st SSL; typedef in typeref:struct:ssl_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_client.c5 * 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
223 static void print_stuff(BIO *berr, SSL *con, int full);
225 static int ocsp_resp_cb(SSL *s, void *arg);
240 static unsigned int psk_client_cb(SSL *ssl, const char *hint, char *identity,
392 " -bugs - Switch on all SSL implementation bug workarounds\n");
412 BIO_printf(bio_err, " -sess_out arg - file to write SSL session to\n");
413 BIO_printf(bio_err, " -sess_in arg - file to read SSL sessio
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/
H A Dinstall.com90 $ sdirs := CRYPTO, SSL, APPS, VMS !!!, RSAREF, TEST, TOOLS
H A Dmakevms.com12 $! This procedure creates the SSL libraries of "[.xxx.EXE.CRYPTO]LIBCRYPTO.OLB"
13 $! "[.xxx.EXE.SSL]LIBSSL.OLB"
28 $! SSL Just build the "[.xxx.EXE.SSL]LIBSSL.OLB" library.
29 $! SSL_TASK Just build the "[.xxx.EXE.SSL]SSL_TASK.EXE" program.
157 $! Build The [.xxx.EXE.SSL]LIBSSL.OLB Library.
159 $ GOSUB SSL
161 $! Build The [.xxx.EXE.SSL]SSL_TASK.EXE DECNet SSL Engine.
799 $! Copy All The ".H" Files From The [.SSL] Director
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dinstall-ssl.com1 $! INSTALL-SSL.COM -- Installs the files in a given directory tree
H A Dssl_cert.c7 * This package is an SSL implementation written
9 * The implementation was written so as to conform with Netscapes SSL.
14 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
152 "SSL for verify callback",
171 "SSL for verify callback",
630 void ssl_cert_set_cert_cb(CERT *c, int (*cb) (SSL *ssl, void *arg), void *arg)
710 int ssl_verify_cert_chain(SSL *s, STACK_OF(X509) *sk)
740 * the context: if its a server it will verify SSL client certificates or
801 void SSL_set_client_CA_list(SSL *
[all...]
H A Ds3_clnt.c5 * 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
172 static int ssl3_check_finished(SSL *s);
188 int ssl3_connect(SSL *s)
192 void (*cb) (const SSL *ssl, int type, int val) = NULL;
672 int ssl3_client_hello(SSL *s)
893 int ssl3_get_server_hello(SSL *s)
1172 int ssl3_get_server_certificate(SSL *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/
H A Dinstall.com55 $ SDIRS := CRYPTO,SSL,APPS,VMS!,RSAREF,TEST,TOOLS
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/
H A Dinstall.com90 $ sdirs := CRYPTO, SSL, APPS, VMS !!!, RSAREF, TEST, TOOLS
H A Dmakevms.com12 $! This procedure creates the SSL libraries of "[.xxx.EXE.CRYPTO]LIBCRYPTO.OLB"
13 $! "[.xxx.EXE.SSL]LIBSSL.OLB"
28 $! SSL Just build the "[.xxx.EXE.SSL]LIBSSL.OLB" library.
29 $! SSL_TASK Just build the "[.xxx.EXE.SSL]SSL_TASK.EXE" program.
157 $! Build The [.xxx.EXE.SSL]LIBSSL.OLB Library.
159 $ GOSUB SSL
161 $! Build The [.xxx.EXE.SSL]SSL_TASK.EXE DECNet SSL Engine.
799 $! Copy All The ".H" Files From The [.SSL] Director
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_server.c5 * 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
179 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength);
185 static int init_ssl_connection(SSL *s);
187 static int generate_session_id(const SSL *ssl, unsigned char *id,
340 BIO_printf(bio_err," -state - Print the SSL states\n");
364 BIO_printf(bio_err," -bugs - Turn on SSL bug compatibility\n");
372 BIO_printf(bio_err," -id_prefix arg - Generate SSL/TL
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/threads/
H A Dmttest.c5 * 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
386 SSL_free((SSL *)ctx[2]);
387 SSL_free((SSL *)ctx[3]);
399 SSL *c_ssl = NULL;
400 SSL *s_ssl = NULL;
416 s_ssl = (SSL *)ctx[2];
421 c_ssl = (SSL *)ct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/threads/
H A Dmttest.c5 * 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
408 SSL_free((SSL *)ctx[2]);
409 SSL_free((SSL *)ctx[3]);
421 SSL *c_ssl=NULL;
422 SSL *s_ssl=NULL;
438 s_ssl=(SSL *)ctx[2];
443 c_ssl=(SSL *)ct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/threads/
H A Dmttest.c5 * 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
386 SSL_free((SSL *)ctx[2]);
387 SSL_free((SSL *)ctx[3]);
399 SSL *c_ssl = NULL;
400 SSL *s_ssl = NULL;
416 s_ssl = (SSL *)ctx[2];
421 c_ssl = (SSL *)ct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Dbufferevent_openssl.c70 library will happily speak SSL over anything that implements a BIO
266 The implementation comes in two flavors: one that connects its SSL object
268 SSL object connect to a socket directly. The latter should generally be
284 events here as timers only. If we have an SSL, then we use
291 /* The SSL object doing our encryption. */
292 SSL *ssl;
295 know to write data to the SSL. */
793 * whole SSL record anyway. */
1271 SSL *
1284 SSL *ss
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/vms/
H A Dgenerate_config_vms_h_curl.com68 $! First check to see if SSL is disabled.
82 $! HP defines OPENSSL as SSL$INCLUDE as a convenience for linking.
90 $! Non HP SSL is installed, default to use it.

Completed in 243 milliseconds

1234567891011>>