HomeSort by relevance Sort by last modified time
    Searched refs:SSL (Results 51 - 70 of 70) sorted by null

1 23

  /external/openssl/ssl/
ssl_cert.c 1 /*! \file ssl/ssl_cert.c */
5 * 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);
490 int ssl_verify_cert_chain(SSL *s,STACK_OF(X509) *sk)
512 * the context: if its a server it will verify SSL client certificates
576 void SSL_set_client_CA_list(SSL *s,STACK_OF(X509_NAME) *name_list)
591 STACK_OF(X509_NAME) *SSL_get_client_CA_list(const SSL *s
    [all...]
d1_clnt.c 0 /* ssl/d1_clnt.c */
62 * 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;
595 int dtls1_client_hello(SSL *s
    [all...]
install.com 44 $ EXHEADER := ssl.h,ssl2.h,ssl3.h,ssl23.h,tls1.h,dtls1.h,kssl.h
48 $ XEXE_DIR := [-.'ARCH'.EXE.SSL]
s3_srvr.c 0 /* ssl/s3_srvr.c -*- mode:C; c-file-style: "eay" -*- */
5 * 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
187 int ssl3_accept(SSL *s)
191 void (*cb)(const SSL *ssl,int type,int val)=NULL;
443 * (see section "Certificate request" in SSL 3 drafts
447 * (against the specs, but s3_clnt.c accepts this for SSL 3) *
    [all...]
ssl_task.c 0 /* ssl/ssl_task.c */
5 * 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
61 * DECnet object for servicing SSL. We accept the inbound and speak a
63 * ssl data) over this logical link.
85 * R - Remote client connection that initiated the SSL connection. Encrypted
106 * . (SSL handshake completed)
131 #include <openssl/ssl.h
    [all...]
  /external/openssl/crypto/threads/
mttest.c 5 * 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
91 #include <openssl/ssl.h>
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]
    [all...]
  /external/openssl/apps/
s_client.c 5 * 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
160 #include <openssl/ssl.h>
207 static void print_stuff(BIO *berr,SSL *con,int full);
209 static int ocsp_resp_cb(SSL *s, void *arg);
220 static unsigned int psk_client_cb(SSL *ssl, const char *hint, char *identity,
303 BIO_printf(bio_err," -nbio_test - more ssl protocol testing\n")
    [all...]
makeapps.com 78 $! Define The SSL Library.
80 $ SSL_LIB := SYS$DISK:[-.'ARCH'.EXE.SSL]LIBSSL.OLB
500 $! End The SSL Library Check.
  /external/openssl/crypto/engine/
engine.h 284 typedef int (*ENGINE_SSL_CLIENT_CERT_PTR)(ENGINE *, SSL *ssl,
564 int ENGINE_load_ssl_client_cert(ENGINE *e, SSL *s,
    [all...]
  /external/openssl/include/openssl/
engine.h 284 typedef int (*ENGINE_SSL_CLIENT_CERT_PTR)(ENGINE *, SSL *ssl,
564 int ENGINE_load_ssl_client_cert(ENGINE *e, SSL *s,
    [all...]
  /external/apache-http/src/org/apache/http/conn/ssl/
SSLSocketFactory.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/conn/ssl/SSLSocketFactory.java $
32 package org.apache.http.conn.ssl;
39 import javax.net.ssl.HttpsURLConnection;
40 import javax.net.ssl.KeyManager;
41 import javax.net.ssl.KeyManagerFactory;
42 import javax.net.ssl.SSLContext;
43 import javax.net.ssl.SSLSocket;
44 import javax.net.ssl.TrustManager;
45 import javax.net.ssl.TrustManagerFactory;
59 * Layered socket factory for TLS/SSL connections, based on JSSE
    [all...]
  /packages/apps/Email/src/com/android/exchange/
SSLSocketFactory.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/conn/ssl/SSLSocketFactory.java $
30 * This class was copied from org.apache.http.conn.ssl, because it didn't have a suitable
38 import org.apache.http.conn.ssl.AllowAllHostnameVerifier;
39 import org.apache.http.conn.ssl.BrowserCompatHostnameVerifier;
40 import org.apache.http.conn.ssl.StrictHostnameVerifier;
41 import org.apache.http.conn.ssl.X509HostnameVerifier;
45 import javax.net.ssl.HttpsURLConnection;
46 import javax.net.ssl.KeyManager;
47 import javax.net.ssl.KeyManagerFactory;
48 import javax.net.ssl.SSLContext
    [all...]
  /external/chromium/net/tools/flip_server/
flip_in_mem_edsm_server.cc 10 #include <openssl/ssl.h>
88 // If set to true, then the server will act as an SSL server for both
210 // SSL stuff
218 LOG(FATAL) << "Unable to create SSL context";
223 LOG(FATAL) << "Unable to use cert.pem as SSL cert.";
228 LOG(FATAL) << "Unable to use key.pem as SSL key.";
235 SSL* flip_new_ssl(SSL_CTX* ssl_ctx) {
236 SSL* ssl = SSL_new(ssl_ctx); local
237 SSL_set_accept_state(ssl);
    [all...]
  /external/wpa_supplicant/
tls_gnutls.c 2 * WPA Supplicant / SSL/TLS interface functions for openssl
506 SSL *ssl;
513 ssl = X509_STORE_CTX_get_ex_data(x509_ctx,
517 conn = SSL_get_app_data(ssl);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_gnutls.c 2 * WPA Supplicant / SSL/TLS interface functions for openssl
511 SSL *ssl;
518 ssl = X509_STORE_CTX_get_ex_data(x509_ctx,
522 conn = SSL_get_app_data(ssl);
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 131 does not process SSL or OpenPGP messages, it doesn't read X.509 certificates, or write PEM encoded data. It does, however,
    [all...]
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 521 milliseconds

1 23