Searched refs:SSL (Results 226 - 250 of 281) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds3_cbc.c85 int ssl3_cbc_remove_padding(const SSL *s,
121 int tls1_cbc_remove_padding(const SSL *s,
H A Dssl_task.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
61 * DECnet object for servicing SSL. We accept the inbound and speak a
85 * R - Remote client connection that initiated the SSL connection. Encrypted
106 * . (SSL handshake completed)
278 SSL *s_ssl = NULL;
H A Dssl_conf.c2 * ! \file ssl/ssl_conf.c \brief SSL configuration functions
105 * Opaque structure containing SSL configuration context.
117 /* SSL_CTX or SSL structure to perform operations on */
119 SSL *ssl;
120 /* Pointer to SSL or SSL_CTX options field or NULL if none */
122 /* Pointer to SSL or SSL_CTX cert_flags or NULL if none */
667 void SSL_CONF_CTX_set_ssl(SSL_CONF_CTX *cctx, SSL *ssl)
H A Dssl-lib.com2 $! SSL-LIB.COM
10 $! This command file compiles and creates the "[.xxx.EXE.SSL]LIBSSL.OLB"
21 $! LIBRARY To just compile the [.xxx.EXE.SSL]LIBSSL.OLB Library.
22 $! SSL_TASK To just compile the [.xxx.EXE.SSL]SSL_TASK.EXE
106 $ OBJ_DIR := SYS$DISK:[-.'ARCHD'.OBJ.SSL]
107 $ EXE_DIR := SYS$DISK:[-.'ARCHD'.EXE.SSL]
201 $! Check To See If We Already Have A "[.xxx.EXE.SSL]SSL_LIBSSL''LIB32'.OLB" Library...
214 $! Define The Different SSL "library" Files.
348 $ WRITE SYS$OUTPUT "Creating SSL_TASK OSU HTTP SSL Engine."
595 $ WRITE SYS$OUTPUT " LIBRARY : To Compile Just The [.xxx.EXE.SSL]LIBSS
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/distro/rpm/
H A Dopenvpn.spec61 OpenVPN supports SSL/TLS security,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds3_cbc.c85 int ssl3_cbc_remove_padding(const SSL *s,
121 int tls1_cbc_remove_padding(const SSL *s,
H A Dssl_task.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
61 * DECnet object for servicing SSL. We accept the inbound and speak a
85 * R - Remote client connection that initiated the SSL connection. Encrypted
106 * . (SSL handshake completed)
278 SSL *s_ssl = NULL;
H A Dssl_conf.c2 * ! \file ssl/ssl_conf.c \brief SSL configuration functions
105 * Opaque structure containing SSL configuration context.
117 /* SSL_CTX or SSL structure to perform operations on */
119 SSL *ssl;
120 /* Pointer to SSL or SSL_CTX options field or NULL if none */
122 /* Pointer to SSL or SSL_CTX cert_flags or NULL if none */
667 void SSL_CONF_CTX_set_ssl(SSL_CONF_CTX *cctx, SSL *ssl)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Dengine.h341 typedef int (*ENGINE_SSL_CLIENT_CERT_PTR) (ENGINE *, SSL *ssl,
668 int ENGINE_load_ssl_client_cert(ENGINE *e, SSL *s,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Dengine.h341 typedef int (*ENGINE_SSL_CLIENT_CERT_PTR) (ENGINE *, SSL *ssl,
668 int ENGINE_load_ssl_client_cert(ENGINE *e, SSL *s,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/state_machine/
H A Dstate_machine.c64 * style SSL implementation, i.e. one where the main loop acquires
65 * some data, then converts it from or to SSL by feeding it into the
66 * SSL state machine. It then does any I/O required by the state machine
70 * listens on a TCP socket, which it expects to get an SSL connection
97 SSL *pSSL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/state_machine/
H A Dstate_machine.c64 * style SSL implementation, i.e. one where the main loop acquires
65 * some data, then converts it from or to SSL by feeding it into the
66 * SSL state machine. It then does any I/O required by the state machine
70 * listens on a TCP socket, which it expects to get an SSL connection
96 SSL *pSSL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_task.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
61 * DECnet object for servicing SSL. We accept the inbound and speak a
85 * R - Remote client connection that initiated the SSL connection. Encrypted
106 * . (SSL handshake completed)
262 SSL *s_ssl=NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dssl_openssl.c3 * over a single TCP/UDP port, with support for SSL/TLS-based
61 * Allocate space in SSL objects in which to store a struct tls_session
101 tmp_rsa_cb (SSL * s, int is_export, int keylength)
152 * Print debugging information on SSL/TLS session negotiation.
159 info_callback (INFO_CALLBACK_SSL_CONST SSL * s, int where, int ret)
163 dmsg (D_HANDSHAKE_VERBOSE, "SSL state (%s): %s",
170 dmsg (D_HANDSHAKE_VERBOSE, "SSL alert (%s): %s: %s",
670 msg (M_SSLERR, "Cannot enable SSL external private key capability");
873 * OpenVPN's interface to SSL/TLS authentication,
1182 /* The SSL AP
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/state_machine/
H A Dstate_machine.c64 * style SSL implementation, i.e. one where the main loop acquires
65 * some data, then converts it from or to SSL by feeding it into the
66 * SSL state machine. It then does any I/O required by the state machine
70 * listens on a TCP socket, which it expects to get an SSL connection
97 SSL *pSSL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/VMS/
H A Dmkshared.com7 $! [.UTIL]SSLEAY.NUM,[.AXP.EXE.SSL]LIBSSL.OLB
9 $! [.AXP.EXE.SSL]LIBSSL.OPT,.MAP,.EXE
33 $ libid = "SSL"
35 $ libdir = "[.AXP.EXE.SSL]"
57 $ libid = "SSL"
59 $ libdir = "[.VAX.EXE.SSL]"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dtls.c2 * TLS/SSL Protocol
65 SSL *ssl;
187 av_log(h, AV_LOG_ERROR, "Unable to negotiate TLS/SSL session\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A De_capi.c180 static int capi_load_ssl_client_cert(ENGINE *e, SSL *ssl,
186 static int cert_select_simple(ENGINE *e, SSL *ssl, STACK_OF(X509) *certs);
188 static int cert_select_dialog(ENGINE *e, SSL *ssl, STACK_OF(X509) *certs);
237 int (*client_cert_select) (ENGINE *e, SSL *ssl, STACK_OF(X509) *certs);
1668 static int capi_load_ssl_client_cert(ENGINE *e, SSL *ssl,
1772 static int cert_select_simple(ENGINE *e, SSL *ssl, STACK_OF(X509) *certs)
1794 # define dlg_title L"OpenSSL Application SSL Client Certificate Selection"
1799 static int cert_select_dialog(ENGINE *e, SSL *ssl, STACK_OF(X509) *certs)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_capi.c180 static int capi_load_ssl_client_cert(ENGINE *e, SSL *ssl,
186 static int cert_select_simple(ENGINE *e, SSL *ssl, STACK_OF(X509) *certs);
188 static int cert_select_dialog(ENGINE *e, SSL *ssl, STACK_OF(X509) *certs);
237 int (*client_cert_select) (ENGINE *e, SSL *ssl, STACK_OF(X509) *certs);
1668 static int capi_load_ssl_client_cert(ENGINE *e, SSL *ssl,
1772 static int cert_select_simple(ENGINE *e, SSL *ssl, STACK_OF(X509) *certs)
1794 # define dlg_title L"OpenSSL Application SSL Client Certificate Selection"
1799 static int cert_select_dialog(ENGINE *e, SSL *ssl, STACK_OF(X509) *certs)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/vms/
H A Dgnv_link_curl.com126 $! Create the a new option file with special fixup for HP SSL
136 $! Need to check the version of the HP SSL shared image.
259 download URLs provided and put in CPQ-VAXVMS-SSL-V0101-B-1.PCSI-DCX_VAXEXE
282 /destination=device:[vms$common.gnv.lib] SSL
287 When you upgrade SSL on VMS to the newer version of HP SSL, then these copies
371 $! SSL libcryto library, it is pulling it in twice if I try it.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/VMS/
H A Dmkshared.com8 $! [.UTIL]SSLEAY.NUM,[.xxx.EXE.SSL]SSL_LIBSSL[32].OLB
11 $! [.xxx.EXE.SSL]SSL_LIBSSL_SRH[32].OPT,.MAP,.EXE
109 $ libid = "SSL"
111 $ libdir = "[.''ARCHD'.EXE.SSL]"
131 $ libid = "SSL"
133 $ libdir = "[.''ARCHD'.EXE.SSL]"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/VMS/
H A Dmkshared.com8 $! [.UTIL]SSLEAY.NUM,[.xxx.EXE.SSL]SSL_LIBSSL[32].OLB
11 $! [.xxx.EXE.SSL]SSL_LIBSSL_SRH[32].OPT,.MAP,.EXE
109 $ libid = "SSL"
111 $ libdir = "[.''ARCHD'.EXE.SSL]"
131 $ libid = "SSL"
133 $ libdir = "[.''ARCHD'.EXE.SSL]"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dmakeapps.com92 $! Define The SSL Library.
94 $ SSL_LIB := SYS$DISK:[-.'ARCH'.EXE.SSL]LIBSSL.OLB
470 $! End The SSL Library Check.
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
178 static void print_stuff(BIO *berr,SSL *con,int full);
222 BIO_printf(bio_err," -bugs - Switch on all SSL implementation bug workarounds\n");
251 SSL *con=NULL,*con2=NULL;
1177 static void print_stuff(BIO *bio, SSL *s, int full)
1251 /* This works only for SSL 2. In later protocol
1256 BIO_printf(bio,"---\nCiphers common between both SSL endpoint
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Durldata.h260 /* enum for the nonblocking SSL connection state machine */
276 /* struct for data related to each SSL connection */
284 /* these ones requires specific SSL-types */
286 SSL* handle;
312 SSL* handle;
332 SSL* ssl;
367 size_t max_ssl_sessions; /* SSL session id cache size */
380 /* information stored about one single SSL session */
383 void *sessionid; /* as returned from the SSL layer */
489 This is implicit when SSL
[all...]

Completed in 247 milliseconds

1234567891011>>