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

1234

/freebsd-10.3-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
118 static SSL *doConnection(SSL *scon);
195 printf("-bugs - Turn on SSL bug compatibility\n");
352 SSL *scon = NULL;
477 /* 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
196 SSL *ssl;
237 * Now we know that a key and cert have been set against the SSL
265 * Now we know that a key and cert have been set against the SSL context
297 void MS_CALLBACK apps_ssl_info_callback(const SSL *s, int where, int ret)
331 const void *buf, size_t len, SSL *ssl, void *arg)
341 str_version = "SSL 2.
[all...]
/freebsd-10.3-release/crypto/openssl/ssl/
H A Dkssl.h138 * (1) Kerberos session key to SSL, and
139 * (2) Config data between application and SSL lib
189 void SSL_set0_kssl_ctx(SSL *s, KSSL_CTX *kctx);
190 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
122 static int get_client_master_key(SSL *s);
123 static int get_client_hello(SSL *s);
124 static int server_hello(SSL *s);
125 static int get_client_finished(SSL *s);
126 static int server_verify(SSL *s);
127 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
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)
393 int ssl3_setup_key_block(SSL *s)
460 void ssl3_cleanup_key_block(SSL *s)
480 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)
295 static int ssl3_get_record(SSL *s)
511 * SSL 3.0 only has 'bad_record_mac'. But unless a decryption
578 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);
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 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)
83 int SSL_use_certificate_file(SSL *ssl, const char *file, int type)
127 int SSL_use_certificate_ASN1(SSL *ssl, const unsigned char *d, int len)
144 int SSL_use_RSAPrivateKey(SSL *ssl, RSA *rsa)
228 int SSL_use_RSAPrivateKey_file(SSL *ssl, const char *file, int type)
270 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
639 /* Fortezza ciphersuite from SSL 3.0 spec */
2953 (int (*)(SSL *, unsigned char *, size_t, const char *,
2980 int ssl3_pending(const SSL *s)
2989 int ssl3_new(SSL *s)
3010 void ssl3_free(SSL *s)
3053 void ssl3_clear(SSL *
[all...]
H A Dheartbeat_test.c61 SSL *s;
63 int (*process_heartbeat) (SSL *s);
90 fprintf(stderr, "Failed to allocate SSL for test: %s\n",
143 static int dummy_handshake(SSL *s)
198 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 str = "before SSL initialization";
103 str = "SSL negotiation finished successfully";
106 str = "SSL renegotiate ciphers";
112 str = "ok/connect SSL initialization";
118 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,
152 int tls1_new(SSL *s)
160 void tls1_free(SSL *s)
170 void tls1_clear(SSL *s)
360 int tls12_get_req_sig_algs(SSL *s, unsigned char *p)
368 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
229 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength);
250 static unsigned int psk_client_callback(SSL *ssl, const char *hint,
255 static unsigned int psk_server_callback(SSL *ssl, const char *identity,
270 static char *MS_CALLBACK ssl_give_srp_client_pwd_cb(SSL *s, void *arg)
283 static int MS_CALLBACK ssl_srp_server_param_cb(SSL *s, int *ad, void *arg)
315 int doit_biopair(SSL *s_ss
[all...]
H A Dclienthellotest.c84 * ClientHello for a negotiated SSL/TLS version
91 SSL *con;
115 * For each test set up an SSL_CTX and SSL and see what ClientHello gets
/freebsd-10.3-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.3-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.3-release/contrib/unbound/smallapp/
H A Dunbound-control.c142 /** setup SSL context */
255 /** setup SSL on the connection */
256 static SSL*
259 SSL* ssl;
276 ssl_err("SSL handshake failed");
282 ssl_err("SSL verification failed");
295 send_file(SSL* ssl, FILE* in, char* buf, size_t sz)
305 go_cmd(SSL* ssl, int quiet, int argc, char* argv[])
357 SSL* ssl;
/freebsd-10.3-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.3-release/lib/libfetch/
H A Dcommon.h56 SSL *ssl; /* SSL handle */
57 SSL_CTX *ssl_ctx; /* SSL context */
59 const SSL_METHOD *ssl_meth; /* SSL method */
/freebsd-10.3-release/contrib/ntp/sntp/libevent/test/
H A Dregress_ssl.c245 SSL *ssl;
275 struct event_base *base, int is_open, int flags, SSL *ssl1, SSL *ssl2,
304 SSL *ssl1, *ssl2;
395 SSL *ssl = SSL_new(get_ssl_ctx());
/freebsd-10.3-release/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in31 use IO::Socket::SSL 1.56;
45 # HTTP - No TLS/SSL - (not recommended)
288 log_fatal(LOG_ERR, "TLS/SSL config error: $why") if ! $ok;
402 -C Absolute path to CA Cert (see SSL/TLS Considerations)
403 -D Path to a CAdir (see SSL/TLS Considerations)
451 SSL/TLS Considerations
467 IO::Socket::SSL - version >= 1.56
/freebsd-10.3-release/crypto/openssl/crypto/engine/
H A Deng_pkey.c160 int ENGINE_load_ssl_client_cert(ENGINE *e, SSL *s,
/freebsd-10.3-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 576 milliseconds

1234