Searched refs:SSL (Results 251 - 275 of 281) sorted by relevance

<<1112

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/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...]
H A Dssl_ciph.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
2065 const SSL_CIPHER *ssl_get_cipher_by_char(SSL *ssl, const unsigned char *ptr)
2074 const SSL_CIPHER *SSL_CIPHER_find(SSL *ssl, const unsigned char *ptr)
H A Dkssl.c1036 * (Originally was: Create Kerberos AP_REQ message for SSL Client.)
1282 * to SSL Server in KSSL_CTX *kssl_ctx.
2237 void SSL_set0_kssl_ctx(SSL *s, KSSL_CTX *kctx)
2242 KSSL_CTX *SSL_get0_kssl_ctx(SSL *s)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dtls.c2 * TLS/SSL Protocol
68 SSL *ssl;
330 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/apps/
H A Dmakeapps.com111 $! Define The SSL Library.
113 $ SSL_LIB := SYS$DISK:[-.'ARCHD'.EXE.SSL]SSL_LIBSSL'LIB32'.OLB
527 $! End The SSL Library Check.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dssl_verify_openssl.c3 * over a single TCP/UDP port, with support for SSL/TLS-based
51 SSL *ssl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dmakeapps.com111 $! Define The SSL Library.
113 $ SSL_LIB := SYS$DISK:[-.'ARCHD'.EXE.SSL]SSL_LIBSSL'LIB32'.OLB
527 $! End The SSL Library Check.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dopenssl.c24 * Source file for all OpenSSL-specific code for the TLS/SSL layer. No code
263 /* we have the "SSL is seeded" boolean static to prevent multiple
353 SSL *ssl;
628 failf(data,"unable to create an SSL structure");
649 * the SSL context */
723 * Global SSL init
725 * @retval 0 error initializing SSL
726 * @retval 1 SSL initialized successfully
819 failf(data, "SSL Engine '%s' not found", engine);
832 failf(data, "Failed to initialise SSL Engin
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl_ciph.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
2065 const SSL_CIPHER *ssl_get_cipher_by_char(SSL *ssl, const unsigned char *ptr)
2074 const SSL_CIPHER *SSL_CIPHER_find(SSL *ssl, const unsigned char *ptr)
H A Dkssl.c1036 * (Originally was: Create Kerberos AP_REQ message for SSL Client.)
1282 * to SSL Server in KSSL_CTX *kssl_ctx.
2237 void SSL_set0_kssl_ctx(SSL *s, KSSL_CTX *kctx)
2242 KSSL_CTX *SSL_get0_kssl_ctx(SSL *s)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/
H A DMakefile.in439 SSL-PROBLEMS
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/tunala/
H A Dtunala.c13 * These represent running "tunnels". Eg. if you wanted to do SSL in a
20 * The underlying SSL state machine. This is a data-only processing unit
25 * The file-descriptors for the "dirty" (encrypted) side of the SSL
31 * The file-descriptors for the "clean" (unencrypted) side of the SSL
70 * Our SSL_CTX, which is configured as the SSL client or server and has
75 * Simple flag with complex logic :-) Indicates whether we're an SSL
76 * server or an SSL client.
150 " -server <0|1> (default = 0, ie. an SSL client)\n"
151 " -flipped <0|1> (makes SSL servers be network clients, and vice versa)\n"
164 " -out_state (prints SSL handshak
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
H A Dtunala.c13 /* These represent running "tunnels". Eg. if you wanted to do SSL in a
18 /* The underlying SSL state machine. This is a data-only processing unit
21 /* The file-descriptors for the "dirty" (encrypted) side of the SSL
25 /* The file-descriptors for the "clean" (unencrypted) side of the SSL
57 /* Our SSL_CTX, which is configured as the SSL client or server and has
60 /* Simple flag with complex logic :-) Indicates whether we're an SSL
61 * server or an SSL client. */
126 " -server <0|1> (default = 0, ie. an SSL client)\n"
127 " -flipped <0|1> (makes SSL servers be network clients, and vice versa)\n"
140 " -out_state (prints SSL handshak
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/tunala/
H A Dtunala.c13 * These represent running "tunnels". Eg. if you wanted to do SSL in a
20 * The underlying SSL state machine. This is a data-only processing unit
25 * The file-descriptors for the "dirty" (encrypted) side of the SSL
31 * The file-descriptors for the "clean" (unencrypted) side of the SSL
70 * Our SSL_CTX, which is configured as the SSL client or server and has
75 * Simple flag with complex logic :-) Indicates whether we're an SSL
76 * server or an SSL client.
150 " -server <0|1> (default = 0, ie. an SSL client)\n"
151 " -flipped <0|1> (makes SSL servers be network clients, and vice versa)\n"
164 " -out_state (prints SSL handshak
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dstdsoap2.cpp177 static DH *ssl_tmp_dh(SSL*, int, int);
886 if (soap->recv_timeout && !soap->ssl) /* SSL: sockets are nonblocking */
2953 * SSL
3083 ssl_tmp_dh(SSL *ssl, int is_export, int keylength)
3125 return soap_set_receiver_error(soap, "SSL error", "Can't setup context", SOAP_SSL_ERROR);
3126 /* Alters the behavior of SSL read/write:
3132 return soap_set_receiver_error(soap, "SSL error", "Can't load randomness", SOAP_SSL_ERROR);
3136 return soap_set_receiver_error(soap, "SSL error", "Can't read CA file and directory", SOAP_SSL_ERROR);
3141 return soap_set_receiver_error(soap, "SSL error", "Can't read default CA file and/or directory", SOAP_SSL_ERROR);
3145 return soap_set_receiver_error(soap, "SSL erro
[all...]
H A Dstdsoap2.h1102 /* SSL client/server authentication settings */
1110 #define SOAP_SSLv3 0x20 /* SSL v3 only */
1112 #define SOAP_SSLv3_TLSv1 0x00 /* SSL v3 and TLS v1 support by default */
1744 SSL *ssl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/calc_vs2005/calc_vs2005/
H A Dstdsoap2.cpp177 static DH *ssl_tmp_dh(SSL*, int, int);
886 if (soap->recv_timeout && !soap->ssl) /* SSL: sockets are nonblocking */
2953 * SSL
3083 ssl_tmp_dh(SSL *ssl, int is_export, int keylength)
3125 return soap_set_receiver_error(soap, "SSL error", "Can't setup context", SOAP_SSL_ERROR);
3126 /* Alters the behavior of SSL read/write:
3132 return soap_set_receiver_error(soap, "SSL error", "Can't load randomness", SOAP_SSL_ERROR);
3136 return soap_set_receiver_error(soap, "SSL error", "Can't read CA file and directory", SOAP_SSL_ERROR);
3141 return soap_set_receiver_error(soap, "SSL error", "Can't read default CA file and/or directory", SOAP_SSL_ERROR);
3145 return soap_set_receiver_error(soap, "SSL erro
[all...]
H A Dstdsoap2.h1102 /* SSL client/server authentication settings */
1110 #define SOAP_SSLv3 0x20 /* SSL v3 only */
1112 #define SOAP_SSLv3_TLSv1 0x00 /* SSL v3 and TLS v1 support by default */
1744 SSL *ssl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/
H A Dstdsoap2.c177 static DH *ssl_tmp_dh(SSL*, int, int);
886 if (soap->recv_timeout && !soap->ssl) /* SSL: sockets are nonblocking */
2953 * SSL
3083 ssl_tmp_dh(SSL *ssl, int is_export, int keylength)
3125 return soap_set_receiver_error(soap, "SSL error", "Can't setup context", SOAP_SSL_ERROR);
3126 /* Alters the behavior of SSL read/write:
3132 return soap_set_receiver_error(soap, "SSL error", "Can't load randomness", SOAP_SSL_ERROR);
3136 return soap_set_receiver_error(soap, "SSL error", "Can't read CA file and directory", SOAP_SSL_ERROR);
3141 return soap_set_receiver_error(soap, "SSL error", "Can't read default CA file and/or directory", SOAP_SSL_ERROR);
3145 return soap_set_receiver_error(soap, "SSL erro
[all...]
H A Dstdsoap2.cpp177 static DH *ssl_tmp_dh(SSL*, int, int);
886 if (soap->recv_timeout && !soap->ssl) /* SSL: sockets are nonblocking */
2953 * SSL
3083 ssl_tmp_dh(SSL *ssl, int is_export, int keylength)
3125 return soap_set_receiver_error(soap, "SSL error", "Can't setup context", SOAP_SSL_ERROR);
3126 /* Alters the behavior of SSL read/write:
3132 return soap_set_receiver_error(soap, "SSL error", "Can't load randomness", SOAP_SSL_ERROR);
3136 return soap_set_receiver_error(soap, "SSL error", "Can't read CA file and directory", SOAP_SSL_ERROR);
3141 return soap_set_receiver_error(soap, "SSL error", "Can't read default CA file and/or directory", SOAP_SSL_ERROR);
3145 return soap_set_receiver_error(soap, "SSL erro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dstdsoap2.cpp177 static DH *ssl_tmp_dh(SSL*, int, int);
886 if (soap->recv_timeout && !soap->ssl) /* SSL: sockets are nonblocking */
2953 * SSL
3083 ssl_tmp_dh(SSL *ssl, int is_export, int keylength)
3125 return soap_set_receiver_error(soap, "SSL error", "Can't setup context", SOAP_SSL_ERROR);
3126 /* Alters the behavior of SSL read/write:
3132 return soap_set_receiver_error(soap, "SSL error", "Can't load randomness", SOAP_SSL_ERROR);
3136 return soap_set_receiver_error(soap, "SSL error", "Can't read CA file and directory", SOAP_SSL_ERROR);
3141 return soap_set_receiver_error(soap, "SSL error", "Can't read default CA file and/or directory", SOAP_SSL_ERROR);
3145 return soap_set_receiver_error(soap, "SSL erro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/calc_vs2005/calc_vs2005/
H A Dstdsoap2.cpp177 static DH *ssl_tmp_dh(SSL*, int, int);
886 if (soap->recv_timeout && !soap->ssl) /* SSL: sockets are nonblocking */
2953 * SSL
3083 ssl_tmp_dh(SSL *ssl, int is_export, int keylength)
3125 return soap_set_receiver_error(soap, "SSL error", "Can't setup context", SOAP_SSL_ERROR);
3126 /* Alters the behavior of SSL read/write:
3132 return soap_set_receiver_error(soap, "SSL error", "Can't load randomness", SOAP_SSL_ERROR);
3136 return soap_set_receiver_error(soap, "SSL error", "Can't read CA file and directory", SOAP_SSL_ERROR);
3141 return soap_set_receiver_error(soap, "SSL error", "Can't read default CA file and/or directory", SOAP_SSL_ERROR);
3145 return soap_set_receiver_error(soap, "SSL erro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/
H A Dstdsoap2.c177 static DH *ssl_tmp_dh(SSL*, int, int);
886 if (soap->recv_timeout && !soap->ssl) /* SSL: sockets are nonblocking */
2953 * SSL
3083 ssl_tmp_dh(SSL *ssl, int is_export, int keylength)
3125 return soap_set_receiver_error(soap, "SSL error", "Can't setup context", SOAP_SSL_ERROR);
3126 /* Alters the behavior of SSL read/write:
3132 return soap_set_receiver_error(soap, "SSL error", "Can't load randomness", SOAP_SSL_ERROR);
3136 return soap_set_receiver_error(soap, "SSL error", "Can't read CA file and directory", SOAP_SSL_ERROR);
3141 return soap_set_receiver_error(soap, "SSL error", "Can't read default CA file and/or directory", SOAP_SSL_ERROR);
3145 return soap_set_receiver_error(soap, "SSL erro
[all...]
H A Dstdsoap2.cpp177 static DH *ssl_tmp_dh(SSL*, int, int);
886 if (soap->recv_timeout && !soap->ssl) /* SSL: sockets are nonblocking */
2953 * SSL
3083 ssl_tmp_dh(SSL *ssl, int is_export, int keylength)
3125 return soap_set_receiver_error(soap, "SSL error", "Can't setup context", SOAP_SSL_ERROR);
3126 /* Alters the behavior of SSL read/write:
3132 return soap_set_receiver_error(soap, "SSL error", "Can't load randomness", SOAP_SSL_ERROR);
3136 return soap_set_receiver_error(soap, "SSL error", "Can't read CA file and directory", SOAP_SSL_ERROR);
3141 return soap_set_receiver_error(soap, "SSL error", "Can't read default CA file and/or directory", SOAP_SSL_ERROR);
3145 return soap_set_receiver_error(soap, "SSL erro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/
H A Druntests.pl201 my $ssl_version; # set if libcurl is built with SSL support
2385 if($feat =~ /SSL/i) {
2535 logmsg sprintf("* Server SSL: %8s", $stunnel?"ON ":"OFF");
2536 logmsg sprintf(" libcurl SSL: %s\n", $ssl_version?"ON ":"OFF");
2546 logmsg sprintf("* SSL library: %13s\n", $ssllib);
2780 if($1 eq "SSL") {
2905 if($1 eq "SSL") {
3300 $cmd = "-1 ".$cmd if(exists $feature{"SSL"} && ($has_axtls));
3914 my @e = valgrindparse($srcdir, $feature{'SSL'}, "$LOGDIR/$vgfile");
4213 # we can't run ftps tests if libcurl is SSL
[all...]

Completed in 524 milliseconds

<<1112