Searched refs:SSL (Results 101 - 125 of 281) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_cb.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
201 SSL *ssl;
242 * Now we know that a key and cert have been set against the SSL
273 * Now we know that a key and cert have been set against the SSL context
293 static void ssl_print_client_cert_types(BIO *bio, SSL *s)
356 static int do_print_sigalgs(BIO *out, SSL *s, int shared)
403 int ssl_print_sigalgs(BIO *out, SSL *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds3_enc.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
161 static int ssl3_handshake_mac(SSL *s, int md_nid,
163 static int ssl3_generate_key_block(SSL *s, unsigned char *km, int num)
215 int ssl3_change_cipher_state(SSL *s, int which)
410 int ssl3_setup_key_block(SSL *s)
477 void ssl3_cleanup_key_block(SSL *s)
497 int ssl3_enc(SSL *
[all...]
H A Ds23_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
120 static int ssl23_client_hello(SSL *s);
121 static int ssl23_get_server_hello(SSL *s);
146 int ssl23_connect(SSL *s)
150 void (*cb) (const SSL *ssl, int type, int val) = NULL;
261 static int ssl23_no_ssl2_ciphers(SSL *s)
279 int ssl_fill_hello_random(SSL *
[all...]
H A Dtls1.h5 * 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
309 const char *SSL_get_servername(const SSL *s, const int type);
310 int SSL_get_servername_type(const SSL *s);
318 int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen,
323 int SSL_get_sigalgs(SSL *s, int idx,
327 int SSL_get_shared_sigalgs(SSL *s, int idx,
331 int SSL_check_chain(SSL *
[all...]
H A Ds3_lib.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
634 /* Fortezza ciphersuite from SSL 3.0 spec */
2963 (int (*)(SSL *, unsigned char *, size_t, const char *,
2994 int ssl3_pending(const SSL *s)
3003 void ssl3_set_handshake_header(SSL *s, int htype, unsigned long len)
3012 int ssl3_handshake_write(SSL *s)
3017 int ssl3_new(SSL *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds3_pkt.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
119 static int do_ssl3_write(SSL *s, int type, const unsigned char *buf,
121 static int ssl3_get_record(SSL *s);
123 int ssl3_read_n(SSL *s, int n, int max, int extend)
231 static int ssl3_get_record(SSL *s)
417 * SSL 3.0 only has 'bad_record_mac'. But unless a decryption
473 int ssl3_do_uncompress(SSL *ss
[all...]
H A Dssl_rsa.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
69 int SSL_use_certificate(SSL *ssl, X509 *x)
85 int SSL_use_certificate_file(SSL *ssl, const char *file, int type)
134 int SSL_use_certificate_ASN1(SSL *ssl, const unsigned char *d, int len)
152 int SSL_use_RSAPrivateKey(SSL *ssl, RSA *rsa)
229 int SSL_use_RSAPrivateKey_file(SSL *ssl, const char *file, int type)
276 int SSL_use_RSAPrivateKey_ASN1(SSL *ss
[all...]
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
86 $ OBJ_DIR := SYS$DISK:[-.'ARCH'.OBJ.SSL]
103 $ EXE_DIR := SYS$DISK:[-.'ARCH'.EXE.SSL]
158 $! Check To See If We Already Have A "[.xxx.EXE.SSL]LIBSSL.OLB" Library...
171 $! Define The Different SSL "library" Files.
299 $ WRITE SYS$OUTPUT "Creating SSL_TASK OSU HTTP SSL Engine."
545 $ WRITE SYS$OUTPUT " LIBRARY : To Compile Just The [.xxx.EXE.SSL]LIBSS
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds3_enc.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
161 static int ssl3_handshake_mac(SSL *s, int md_nid,
163 static int ssl3_generate_key_block(SSL *s, unsigned char *km, int num)
215 int ssl3_change_cipher_state(SSL *s, int which)
410 int ssl3_setup_key_block(SSL *s)
477 void ssl3_cleanup_key_block(SSL *s)
497 int ssl3_enc(SSL *
[all...]
H A Ds23_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
120 static int ssl23_client_hello(SSL *s);
121 static int ssl23_get_server_hello(SSL *s);
146 int ssl23_connect(SSL *s)
150 void (*cb) (const SSL *ssl, int type, int val) = NULL;
261 static int ssl23_no_ssl2_ciphers(SSL *s)
279 int ssl_fill_hello_random(SSL *
[all...]
H A Dtls1.h5 * 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
309 const char *SSL_get_servername(const SSL *s, const int type);
310 int SSL_get_servername_type(const SSL *s);
318 int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen,
323 int SSL_get_sigalgs(SSL *s, int idx,
327 int SSL_get_shared_sigalgs(SSL *s, int idx,
331 int SSL_check_chain(SSL *
[all...]
H A Ds3_lib.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
634 /* Fortezza ciphersuite from SSL 3.0 spec */
2963 (int (*)(SSL *, unsigned char *, size_t, const char *,
2994 int ssl3_pending(const SSL *s)
3003 void ssl3_set_handshake_header(SSL *s, int htype, unsigned long len)
3012 int ssl3_handshake_write(SSL *s)
3017 int ssl3_new(SSL *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ds_cb.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
201 SSL *ssl;
242 * Now we know that a key and cert have been set against the SSL
273 * Now we know that a key and cert have been set against the SSL context
293 static void ssl_print_client_cert_types(BIO *bio, SSL *s)
356 static int do_print_sigalgs(BIO *out, SSL *s, int shared)
403 int ssl_print_sigalgs(BIO *out, SSL *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/
H A Dopenssl.spec13 Provides: SSL
21 Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1)
32 This package contains the base OpenSSL cryptography and SSL/TLS
42 Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1)
53 This package contains the the OpenSSL cryptography and SSL/TLS
63 Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1)
74 This package contains the the OpenSSL cryptography and SSL/TLS extra
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/
H A Dopenssl.spec16 Provides: SSL
24 Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1)
35 This package contains the base OpenSSL cryptography and SSL/TLS
45 Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1)
56 This package contains the the OpenSSL cryptography and SSL/TLS
66 Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1)
77 This package contains the the OpenSSL cryptography and SSL/TLS extra
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/
H A Dopenssl.spec13 Provides: SSL
21 Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1)
32 This package contains the base OpenSSL cryptography and SSL/TLS
42 Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1)
53 This package contains the the OpenSSL cryptography and SSL/TLS
63 Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1)
74 This package contains the the OpenSSL cryptography and SSL/TLS extra
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_time.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
62 s_time - SSL client connection timer program
163 static SSL *doConnection( SSL *scon );
239 printf("-bugs - Turn on SSL bug compatibility\n");
443 SSL *scon=NULL;
565 /* Get an SSL objec
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/TPF/
H A Dcurl.mak43 # use SSL
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/
H A DMakefile.am41 SSL-PROBLEMS
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/conf/
H A Dkeysets.pl59 * This package is an SSL implementation written
61 * The implementation was written so as to conform with Netscapes SSL.
66 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/conf/
H A Dkeysets.pl59 * This package is an SSL implementation written
61 * The implementation was written so as to conform with Netscapes SSL.
66 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/conf/
H A Dkeysets.pl59 * This package is an SSL implementation written
61 * The implementation was written so as to conform with Netscapes SSL.
66 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DGetHTTPS.cpp32 // We use the OpenSSL implementation of SSL....
77 SSL *ssl = nil;
105 // Init SSL stuff
112 // Pick the SSL method
119 // Create an SSL thingey and try to negotiate the connection
129 SetErrorMessageAndLongIntAndBail("OpenSSL: Can't initiate SSL connection, SSL_connect() = ",errCode);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/bio/
H A Dclient-arg.c11 SSL *ssl;
73 fprintf(stderr, "Can't locate SSL pointer\n");
92 fprintf(stderr, "Error establishing SSL connection\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/ssl/
H A Dinetdsrv.cpp30 SSL* ssl;
57 fprintf (log, "SSL connection using %s\n", SSL_get_cipher (ssl));

Completed in 219 milliseconds

1234567891011>>