Searched refs:SSL (Results 51 - 75 of 84) sorted by relevance

1234

/external/openssl/crypto/objects/
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
/external/openssl/ssl/
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);
147 int ssl23_accept(SSL *s)
151 void (*cb)(const SSL *ssl,int type,int val)=NULL;
238 int ssl23_get_client_hello(SSL *s)
241 * We can detect SSL 3.0/TLS 1.0 Client Hellos
350 * 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;
506 * (see section "Certificate request" in SSL 3 drafts
510 * (against the specs, but s3_clnt.c accepts this for SSL 3) */
848 int dtls1_send_hello_request(SSL *
[all...]
H A Dt1_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
294 static int tls1_generate_key_block(SSL *s, unsigned char *km,
319 int tls1_change_cipher_state(SSL *s, int which)
578 int tls1_setup_key_block(SSL *s)
670 int tls1_enc(SSL *s, int send)
904 int tls1_cert_verify_mac(SSL *s, int md_nid, unsigned char *out)
934 int tls1_final_finish_mac(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
282 const char *SSL_get_servername(const SSL *s, const int type);
283 int SSL_get_servername_type(const SSL *s);
291 int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen,
378 * s3_lib.c). We actually treat them like SSL 3.0 ciphers, which we probably
H A Ds3_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
186 int ssl3_connect(SSL *s)
190 void (*cb)(const SSL *ssl,int type,int val)=NULL;
701 int ssl3_client_hello(SSL *s)
873 int ssl3_get_server_hello(SSL *s)
1132 int ssl3_get_server_certificate(SSL *s)
1318 int ssl3_get_key_exchange(SSL *
[all...]
H A Ds3_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
183 static int ssl_check_srp_ext_ClientHello(SSL *s, int *al)
212 int ssl3_accept(SSL *s)
216 void (*cb)(const SSL *ssl,int type,int val)=NULL;
509 * (see section "Certificate request" in SSL 3 drafts
513 * (against the specs, but s3_clnt.c accepts this for SSL 3) */
846 int ssl3_send_hello_request(SSL *
[all...]
H A Dd1_enc.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
129 int dtls1_enc(SSL *s, int send)
H A Dssl_cert.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
151 0,"SSL for verify callback",NULL,NULL,NULL);
509 int ssl_verify_cert_chain(SSL *s,STACK_OF(X509) *sk)
531 * the context: if its a server it will verify SSL client certificates
595 void SSL_set_client_CA_list(SSL *s,STACK_OF(X509_NAME) *name_list)
610 STACK_OF(X509_NAME) *SSL_get_client_CA_list(const SSL *s)
648 int SSL_add_client_CA(SSL *ss
[all...]
H A Dd1_clnt.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
132 static int dtls1_get_hello_verify(SSL *s);
147 int dtls1_connect(SSL *s)
151 void (*cb)(const SSL *ssl,int type,int val)=NULL;
771 int dtls1_client_hello(SSL *s)
904 static int dtls1_get_hello_verify(SSL *s)
955 int dtls1_send_client_key_exchange(SSL *
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dtls_openssl.c2 * WPA Supplicant / SSL/TLS interface functions for openssl
69 SSL *ssl;
319 static int tls_cryptoapi_cert(SSL *ssl, const char *name)
419 static int tls_cryptoapi_ca_cert(SSL_CTX *ssl_ctx, SSL *ssl, const char *name)
486 static int tls_cryptoapi_cert(SSL *ssl, const char *name)
494 static void ssl_info_cb(const SSL *ssl, int where, int ret)
499 wpa_printf(MSG_DEBUG, "SSL: (where=0x%x ret=0x%x)", where, ret);
509 wpa_printf(MSG_DEBUG, "SSL: %s:%s",
512 wpa_printf(MSG_INFO, "SSL: SSL3 alert: %s:%s:%s",
520 SSL_get_app_data((SSL *) ss
[all...]
/external/chromium/third_party/libjingle/source/talk/base/
H A Dopenssladapter.cc308 // the SSL object owns the bio now
620 bool OpenSSLAdapter::VerifyServerName(SSL* ssl, const char* host,
732 bool OpenSSLAdapter::SSLPostConnectionCheck(SSL* ssl, const char* host) {
753 OpenSSLAdapter::SSLInfoCallback(const SSL* s, int where, int ret) {
799 SSL* ssl = reinterpret_cast<SSL*>(
825 // Add the root cert to the SSL context
H A Dopensslstreamadapter.cc448 SSL_set_bio(ssl_, bio, bio); // the SSL object owns the bio now.
536 // Add the root cert to the SSL context
577 // Get our SSL structure from the store
578 SSL* ssl = reinterpret_cast<SSL*>(X509_STORE_CTX_get_ex_data(
620 bool OpenSSLStreamAdapter::SSLPostConnectionCheck(SSL* ssl,
/external/openssl/include/openssl/
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
282 const char *SSL_get_servername(const SSL *s, const int type);
283 int SSL_get_servername_type(const SSL *s);
291 int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen,
378 * s3_lib.c). We actually treat them like SSL 3.0 ciphers, which we probably
H A Dossl_typ.h172 typedef struct ssl_st SSL; typedef in typeref:struct:ssl_st
H A Dengine.h291 typedef int (*ENGINE_SSL_CLIENT_CERT_PTR)(ENGINE *, SSL *ssl,
573 int ENGINE_load_ssl_client_cert(ENGINE *e, SSL *s,
/external/openssl/apps/
H A Dciphers.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
74 " -v - verbose mode, a textual listing of the SSL/TLS ciphers in OpenSSL\n",
92 SSL *ssl=NULL;
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
213 static void print_stuff(BIO *berr,SSL *con,int full);
215 static int ocsp_resp_cb(SSL *s, void *arg);
226 static unsigned int psk_client_cb(SSL *ssl, const char *hint, char *identity,
340 BIO_printf(bio_err," -bugs - Switch on all SSL implementation bug workarounds\n");
353 BIO_printf(bio_err," -sess_out arg - file to write SSL session to\n");
354 BIO_printf(bio_err," -sess_in arg - file to read SSL sessio
[all...]
H A Ds_server.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
205 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength);
211 static int init_ssl_connection(SSL *s);
213 static int generate_session_id(const SSL *ssl, unsigned char *id,
291 static int cert_status_cb(SSL *s, void *arg);
316 static unsigned int psk_server_cb(SSL *ssl, const char *identity,
395 static int MS_CALLBACK ssl_srp_server_param_cb(SSL *
[all...]
/external/openssl/crypto/
H A Dossl_typ.h172 typedef struct ssl_st SSL; typedef in typeref:struct:ssl_st
/external/openssl/crypto/threads/
H A Dmttest.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
410 SSL_free((SSL *)ctx[2]);
411 SSL_free((SSL *)ctx[3]);
423 SSL *c_ssl=NULL;
424 SSL *s_ssl=NULL;
440 s_ssl=(SSL *)ctx[2];
445 c_ssl=(SSL *)ct
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c2 * SSL/TLS interface functions for OpenSSL
65 SSL *ssl;
323 static int tls_cryptoapi_cert(SSL *ssl, const char *name)
423 static int tls_cryptoapi_ca_cert(SSL_CTX *ssl_ctx, SSL *ssl, const char *name)
490 static int tls_cryptoapi_cert(SSL *ssl, const char *name)
498 static void ssl_info_cb(const SSL *ssl, int where, int ret)
503 wpa_printf(MSG_DEBUG, "SSL: (where=0x%x ret=0x%x)", where, ret);
513 wpa_printf(MSG_DEBUG, "SSL: %s:%s",
516 wpa_printf(MSG_INFO, "SSL: SSL3 alert: %s:%s:%s",
524 SSL_get_app_data((SSL *) ss
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c2 * SSL/TLS interface functions for OpenSSL
65 SSL *ssl;
323 static int tls_cryptoapi_cert(SSL *ssl, const char *name)
423 static int tls_cryptoapi_ca_cert(SSL_CTX *ssl_ctx, SSL *ssl, const char *name)
490 static int tls_cryptoapi_cert(SSL *ssl, const char *name)
498 static void ssl_info_cb(const SSL *ssl, int where, int ret)
503 wpa_printf(MSG_DEBUG, "SSL: (where=0x%x ret=0x%x)", where, ret);
513 wpa_printf(MSG_DEBUG, "SSL: %s:%s",
516 wpa_printf(MSG_INFO, "SSL: SSL3 alert: %s:%s:%s",
524 SSL_get_app_data((SSL *) ss
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c2 * SSL/TLS interface functions for OpenSSL
65 SSL *ssl;
323 static int tls_cryptoapi_cert(SSL *ssl, const char *name)
423 static int tls_cryptoapi_ca_cert(SSL_CTX *ssl_ctx, SSL *ssl, const char *name)
490 static int tls_cryptoapi_cert(SSL *ssl, const char *name)
498 static void ssl_info_cb(const SSL *ssl, int where, int ret)
503 wpa_printf(MSG_DEBUG, "SSL: (where=0x%x ret=0x%x)", where, ret);
513 wpa_printf(MSG_DEBUG, "SSL: %s:%s",
516 wpa_printf(MSG_INFO, "SSL: SSL3 alert: %s:%s:%s",
524 SSL_get_app_data((SSL *) ss
[all...]
/external/openssl/crypto/engine/
H A Dengine.h291 typedef int (*ENGINE_SSL_CLIENT_CERT_PTR)(ENGINE *, SSL *ssl,
573 int ENGINE_load_ssl_client_cert(ENGINE *e, SSL *s,

Completed in 325 milliseconds

1234