Searched refs:SSL (Results 26 - 50 of 83) sorted by relevance

1234

/freebsd-10.0-release/crypto/openssl/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
115 static SSL *doConnection( SSL *scon );
191 printf("-bugs - Turn on SSL bug compatibility\n");
340 SSL *scon=NULL;
456 /* Get an SSL objec
[all...]
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
203 SSL *ssl;
243 * the SSL context */
272 * the SSL context */
305 void MS_CALLBACK apps_ssl_info_callback(const SSL *s, int where, int ret)
342 void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg)
352 str_version = "SSL 2.
[all...]
/freebsd-10.0-release/crypto/openssl/ssl/
H A Dkssl.h136 ** (1) Kerberos session key to SSL, and
137 ** (2) Config data between application and SSL lib
184 void SSL_set0_kssl_ctx(SSL *s, KSSL_CTX *kctx);
185 KSSL_CTX * SSL_get0_kssl_ctx(SSL *s);
H A Ds2_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
121 static int get_server_finished(SSL *s);
122 static int get_server_verify(SSL *s);
123 static int get_server_hello(SSL *s);
124 static int client_hello(SSL *s);
125 static int client_master_key(SSL *s);
126 static int client_finished(SSL *
[all...]
H A Ds2_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
121 static int get_client_master_key(SSL *s);
122 static int get_client_hello(SSL *s);
123 static int server_hello(SSL *s);
124 static int get_client_finished(SSL *s);
125 static int server_verify(SSL *s);
126 static int server_finish(SSL *
[all...]
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
158 static int ssl3_handshake_mac(SSL *s, int md_nid,
160 static int ssl3_generate_key_block(SSL *s, unsigned char *km, int num)
216 int ssl3_change_cipher_state(SSL *s, int which)
388 int ssl3_setup_key_block(SSL *s)
457 void ssl3_cleanup_key_block(SSL *s)
478 int ssl3_enc(SSL *
[all...]
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
121 static int do_ssl3_write(SSL *s, int type, const unsigned char *buf,
123 static int ssl3_get_record(SSL *s);
125 int ssl3_read_n(SSL *s, int n, int max, int extend)
293 static int ssl3_get_record(SSL *s)
489 * SSL 3.0 only has 'bad_record_mac'. But unless a decryption
559 int ssl3_do_uncompress(SSL *ss
[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);
147 int ssl23_connect(SSL *s)
151 void (*cb)(const SSL *ssl,int type,int val)=NULL;
259 static int ssl23_no_ssl2_ciphers(SSL *s)
276 int ssl_fill_hello_random(SSL *
[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 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
609 /* Fortezza ciphersuite from SSL 3.0 spec */
2907 (int (*)(SSL *, unsigned char *, size_t, const char *,
2932 int ssl3_pending(const SSL *s)
2940 int ssl3_new(SSL *s)
2960 void ssl3_free(SSL *s)
3002 void ssl3_clear(SSL *
[all...]
H A Dheartbeat_test.c62 SSL *s;
64 int (*process_heartbeat)(SSL* s);
93 fprintf(stderr, "Failed to allocate SSL for test: %s\n", test_case_name);
148 static int dummy_handshake(SSL* s)
202 SSL* s = fixture.s;
H A Dssl_stat.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
88 const char *SSL_state_string_long(const SSL *s)
94 case SSL_ST_BEFORE: str="before SSL initialization"; break;
97 case SSL_ST_OK: str="SSL negotiation finished successfully"; break;
98 case SSL_ST_RENEGOTIATE: str="SSL renegotiate ciphers"; break;
100 case SSL_ST_OK|SSL_ST_CONNECT: str="ok/connect SSL initialization"; break;
102 case SSL_ST_OK|SSL_ST_ACCEPT: str="ok/accept SSL initializatio
[all...]
H A Dt1_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
123 static int tls_decrypt_ticket(SSL *s, const unsigned char *tick, int ticklen,
150 int tls1_new(SSL *s)
157 void tls1_free(SSL *s)
168 void tls1_clear(SSL *s)
359 int tls12_get_req_sig_algs(SSL *s, unsigned char *p)
367 unsigned char *ssl_add_clienthello_tlsext(SSL *
[all...]
H A Dssltest.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
222 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export,int keylength);
245 static unsigned int psk_client_callback(SSL *ssl, const char *hint, char *identity,
248 static unsigned int psk_server_callback(SSL *ssl, const char *identity, unsigned char *psk,
263 static char * MS_CALLBACK ssl_give_srp_client_pwd_cb(SSL *s, void *arg)
277 static int MS_CALLBACK ssl_srp_server_param_cb(SSL *s, int *ad, void *arg)
310 int doit_biopair(SSL *s_ss
[all...]
H A Ds23_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
123 int ssl23_get_client_hello(SSL *s);
149 int ssl23_accept(SSL *s)
153 void (*cb)(const SSL *ssl,int type,int val)=NULL;
241 int ssl23_get_client_hello(SSL *s)
244 * We can detect SSL 3.0/TLS 1.0 Client Hellos
353 * No known SSL 3.
[all...]
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);
145 int dtls1_accept(SSL *s)
149 void (*cb)(const SSL *ssl,int type,int val)=NULL;
502 * (see section "Certificate request" in SSL 3 drafts
506 * (against the specs, but s3_clnt.c accepts this for SSL 3) */
874 int dtls1_send_hello_request(SSL *
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/bn/
H A Dbn_prime.pl37 * This package is an SSL implementation written
39 * The implementation was written so as to conform with Netscapes SSL.
44 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
/freebsd-10.0-release/crypto/openssl/util/
H A Dadd_cr.pl69 * This package is an SSL implementation written
71 * The implementation was written so as to conform with Netscapes SSL.
76 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
/freebsd-10.0-release/contrib/unbound/smallapp/
H A Dunbound-control.c132 /** setup SSL context */
220 /** setup SSL on the connection */
221 static SSL*
224 SSL* ssl;
241 ssl_err("SSL handshake failed");
247 ssl_err("SSL verification failed");
257 send_file(SSL* ssl, FILE* in, char* buf, size_t sz)
267 go_cmd(SSL* ssl, int quiet, int argc, char* argv[])
319 SSL* ssl;
/freebsd-10.0-release/crypto/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
/freebsd-10.0-release/lib/libfetch/
H A Dcommon.h63 SSL *ssl; /* SSL handle */
64 SSL_CTX *ssl_ctx; /* SSL context */
66 const SSL_METHOD *ssl_meth; /* SSL method */
/freebsd-10.0-release/contrib/sendmail/src/
H A Dtls.c24 static RSA *tmp_rsa_key __P((SSL *, int, int));
41 static void apps_ssl_info_cb __P((CONST097 SSL *, int , int));
341 SSL *ssl;
1191 SSL *ssl;
1381 ** ssl -- SSL connection information.
1390 SSL *ssl;
1486 SSL *s;
1545 CONST097 SSL *s;
1621 SSL *ssl;
1629 ssl = (SSL *) X509_STORE_CTX_get_ex_dat
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/engine/
H A Deng_pkey.c168 int ENGINE_load_ssl_client_cert(ENGINE *e, SSL *s,
/freebsd-10.0-release/crypto/openssl/crypto/objects/
H A Dobj_dat.pl181 * This package is an SSL implementation written
183 * The implementation was written so as to conform with Netscapes SSL.
188 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
H A Dobjects.pl132 * This package is an SSL implementation written
134 * The implementation was written so as to conform with Netscapes SSL.
139 * lhash, DES, etc., code; not just the SSL code. The SSL documentation

Completed in 270 milliseconds

1234