HomeSort by relevance Sort by last modified time
    Searched refs:ssl (Results 76 - 100 of 637) sorted by null

1 2 34 5 6 7 8 91011>>

  /libcore/luni/src/main/java/javax/net/ssl/
SSLSessionBindingEvent.java 18 package javax.net.ssl;
TrustManagerFactorySpi.java 18 package javax.net.ssl;
X509ExtendedKeyManager.java 18 package javax.net.ssl;
36 * Chooses an alias for the client side of an SSL connection to authenticate
56 * Chooses an alias for the server side of an SSL connection to authenticate
X509TrustManager.java 18 package javax.net.ssl;
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
X509KeyManagerTest.java 17 package libcore.javax.net.ssl;
19 import javax.net.ssl.KeyManager;
20 import javax.net.ssl.KeyManagerFactory;
21 import javax.net.ssl.X509KeyManager;
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
tls1.h 0 /* ssl/tls1.h */
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
285 const char *SSL_get_servername(const SSL *s, const int type);
286 int SSL_get_servername_type(const SSL *s);
294 int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen,
301 #define SSL_set_tlsext_debug_callback(ssl, cb) \
302 SSL_callback_ctrl(ssl,SSL_CTRL_SET_TLSEXT_DEBUG_CB,(void (*)(void))cb
    [all...]
ssl.h 0 /* ssl/ssl.h */
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
335 /* As of OpenSSL 1.0.0, ssl_create_cipher_list() in ssl/ssl_ciph.c always
381 typedef int (*tls_session_ticket_ext_cb_fn)(SSL *s, const unsigned char *data, int len, void *arg);
382 typedef int (*tls_session_secret_cb_fn)(SSL *s, void *secret, int *secret_len, STACK_OF(SSL_CIPHER) *peer_ciphers, SSL_CIPHER **cipher, void *arg);
412 int (*ssl_new)(SSL *s)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
tls1.h 0 /* ssl/tls1.h */
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
285 const char *SSL_get_servername(const SSL *s, const int type);
286 int SSL_get_servername_type(const SSL *s);
294 int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen,
301 #define SSL_set_tlsext_debug_callback(ssl, cb) \
302 SSL_callback_ctrl(ssl,SSL_CTRL_SET_TLSEXT_DEBUG_CB,(void (*)(void))cb
    [all...]
ssl_rsa.c 0 /* ssl/ssl_rsa.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
69 int SSL_use_certificate(SSL *ssl, X509 *x)
76 if (!ssl_cert_inst(&ssl->cert))
81 return(ssl_set_cert(ssl->cert,x));
85 int SSL_use_certificate_file(SSL *ssl, const char *file, int type
    [all...]
ssl.h 0 /* ssl/ssl.h */
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
335 /* As of OpenSSL 1.0.0, ssl_create_cipher_list() in ssl/ssl_ciph.c always
381 typedef int (*tls_session_ticket_ext_cb_fn)(SSL *s, const unsigned char *data, int len, void *arg);
382 typedef int (*tls_session_secret_cb_fn)(SSL *s, void *secret, int *secret_len, STACK_OF(SSL_CIPHER) *peer_ciphers, SSL_CIPHER **cipher, void *arg);
412 int (*ssl_new)(SSL *s)
    [all...]
  /external/openssl/include/openssl/
tls1.h 0 /* ssl/tls1.h */
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
288 const char *SSL_get_servername(const SSL *s, const int type);
289 int SSL_get_servername_type(const SSL *s);
297 int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen,
304 #define SSL_set_tlsext_debug_callback(ssl, cb) \
305 SSL_callback_ctrl(ssl,SSL_CTRL_SET_TLSEXT_DEBUG_CB,(void (*)(void))cb
    [all...]
ssl.h 0 /* ssl/ssl.h */
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
335 /* As of OpenSSL 1.0.0, ssl_create_cipher_list() in ssl/ssl_ciph.c always
381 typedef int (*tls_session_ticket_ext_cb_fn)(SSL *s, const unsigned char *data, int len, void *arg);
382 typedef int (*tls_session_secret_cb_fn)(SSL *s, void *secret, int *secret_len, STACK_OF(SSL_CIPHER) *peer_ciphers, SSL_CIPHER **cipher, void *arg);
412 int (*ssl_new)(SSL *s)
    [all...]
  /external/openssl/ssl/
tls1.h 0 /* ssl/tls1.h */
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
288 const char *SSL_get_servername(const SSL *s, const int type);
289 int SSL_get_servername_type(const SSL *s);
297 int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen,
304 #define SSL_set_tlsext_debug_callback(ssl, cb) \
305 SSL_callback_ctrl(ssl,SSL_CTRL_SET_TLSEXT_DEBUG_CB,(void (*)(void))cb
    [all...]
ssl_rsa.c 0 /* ssl/ssl_rsa.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
69 int SSL_use_certificate(SSL *ssl, X509 *x)
76 if (!ssl_cert_inst(&ssl->cert))
81 return(ssl_set_cert(ssl->cert,x));
85 int SSL_use_certificate_file(SSL *ssl, const char *file, int type
    [all...]
ssl.h 0 /* ssl/ssl.h */
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
335 /* As of OpenSSL 1.0.0, ssl_create_cipher_list() in ssl/ssl_ciph.c always
381 typedef int (*tls_session_ticket_ext_cb_fn)(SSL *s, const unsigned char *data, int len, void *arg);
382 typedef int (*tls_session_secret_cb_fn)(SSL *s, void *secret, int *secret_len, STACK_OF(SSL_CIPHER) *peer_ciphers, SSL_CIPHER **cipher, void *arg);
412 int (*ssl_new)(SSL *s)
    [all...]
  /cts/tests/tests/net/src/android/net/http/cts/
SslCertificateTest.java 192 SslCertificate ssl = new SslCertificate("c=129", "e=weji", date1, date2); local
193 Bundle saved = SslCertificate.saveState(ssl);
203 assertEquals(ssl.getValidNotAfter(), restored.getValidNotAfter());
204 assertEquals(ssl.getValidNotBefore(), restored.getValidNotBefore());
214 SslCertificate ssl = new SslCertificate(TO, BY, date1, date2); local
215 DName issuedTo = ssl.getIssuedTo();
216 DName issuedBy = ssl.getIssuedBy();
228 assertEquals(date1, ssl.getValidNotBeforeDate());
229 assertEquals(date2, ssl.getValidNotAfterDate());
232 assertEquals(EXPECTED, ssl.toString())
    [all...]
SslCertificate_DNameTest.java 34 SslCertificate ssl = new SslCertificate(TO, BY, DateFormat.getInstance().format( local
36 DName issuedTo = ssl.getIssuedTo();
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
HttpsURLConnectionTest.java 19 package org.apache.harmony.xnet.tests.javax.net.ssl;
25 import javax.net.ssl.HostnameVerifier;
26 import javax.net.ssl.HttpsURLConnection;
27 import javax.net.ssl.SSLPeerUnverifiedException;
28 import javax.net.ssl.SSLSocketFactory;
113 * @see javax.net.ssl.HttpsURLConnection#getCipherSuite()
121 * @see javax.net.ssl.HttpsURLConnection#getLocalCertificates()
129 * @see javax.net.ssl.HttpsURLConnection#getServerCertificates()
HandshakeCompletedEventTest.java 18 package org.apache.harmony.xnet.tests.javax.net.ssl;
24 import javax.net.ssl.HandshakeCompletedEvent;
25 import javax.net.ssl.SSLPeerUnverifiedException;
26 import javax.net.ssl.SSLSession;
27 import javax.net.ssl.SSLSocket;
28 import javax.net.ssl.SSLSocketFactory;
SSLHandshakeExceptionTest.java 18 package org.apache.harmony.xnet.tests.javax.net.ssl;
20 import javax.net.ssl.SSLHandshakeException;
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLSessionBindingEventTest.java 18 package tests.api.javax.net.ssl;
23 import javax.net.ssl.SSLPeerUnverifiedException;
24 import javax.net.ssl.SSLSession;
25 import javax.net.ssl.SSLSessionContext;
26 import javax.net.ssl.SSLSessionBindingEvent;
67 * javax.net.ssl.SSLSessionBindingEvent#getName()
78 * javax.net.ssl.SSLSessionBindingEvent#getSession()
89 * @see javax.net.ssl.SSLSession#getApplicationBufferSize()
96 * @see javax.net.ssl.SSLSession#getCipherSuite()
103 * @see javax.net.ssl.SSLSession#getCreationTime(
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_tls.c 21 struct eap_ssl_data ssl; member in struct:eap_tls_data
63 if (eap_server_tls_ssl_init(sm, &data->ssl, 1)) {
64 wpa_printf(MSG_INFO, "EAP-TLS: Failed to initialize SSL.");
85 if (eap_server_tls_ssl_init(sm, &data->ssl, 0)) {
86 wpa_printf(MSG_INFO, "EAP-TLS: Failed to initialize SSL.");
102 eap_server_tls_ssl_deinit(sm, &data->ssl);
133 if (data->ssl.state == FRAG_ACK) {
137 if (data->ssl.state == WAIT_FRAG_ACK) {
138 res = eap_server_tls_build_msg(&data->ssl, data->eap_type, 0,
147 if (tls_connection_established(sm->ssl_ctx, data->ssl.conn)
    [all...]
  /libcore/crypto/src/main/native/
org_conscrypt_NativeCrypto.cpp 46 #include <openssl/ssl.h>
71 * 3. Go to Edit -> Preferences -> SSL -> (Pre-)Master-Key log and fill in
231 void operator()(SSL* p) const {
235 typedef UniquePtr<SSL, SSL_Delete> Unique_SSL;
338 * Frees the SSL error state.
541 * Throws a javax.net.ssl.SSLException with the given string as a message.
545 jniThrowException(env, "javax/net/ssl/SSLException", message);
549 * Throws a javax.net.ssl.SSLProcotolException with the given string as a message.
553 jniThrowException(env, "javax/net/ssl/SSLProtocolException", message);
558 * SSL errors. This will also log the errors
702 SSL* ssl = reinterpret_cast<SSL*>(static_cast<uintptr_t>(ssl_address)); local
5846 SSL* ssl = reinterpret_cast<SSL*>(X509_STORE_CTX_get_ex_data(x509_store_ctx, local
6242 SSL* ssl = to_SSL(env, ssl_address, true); local
6260 SSL* ssl = to_SSL(env, ssl_address, true); local
6299 SSL* ssl = to_SSL(env, ssl_address, true); local
6335 SSL* ssl = to_SSL(env, ssl_address, true); local
6367 SSL* ssl = to_SSL(env, ssl_address, true); local
6452 SSL* ssl = to_SSL(env, ssl_address, true); local
6470 SSL* ssl = to_SSL(env, ssl_address, true); local
6536 SSL* ssl = to_SSL(env, ssl_address, true); local
6551 SSL* ssl = to_SSL(env, ssl_address, true); local
6566 SSL* ssl = to_SSL(env, ssl_address, true); local
6581 SSL* ssl = to_SSL(env, ssl_address, true); local
6596 SSL* ssl = to_SSL(env, ssl_address, true); local
6611 SSL* ssl = to_SSL(env, ssl_address, true); local
6627 SSL* ssl = to_SSL(env, ssl_address, true); local
6692 SSL* ssl = to_SSL(env, ssl_address, true); local
6706 SSL* ssl = to_SSL(env, ssl_address, true); local
6733 SSL* ssl = to_SSL(env, ssl_address, true); local
6745 SSL* ssl = to_SSL(env, ssl_address, true); local
6770 SSL* ssl = to_SSL(env, ssl_address, true); local
6885 SSL* ssl = to_SSL(env, ssl_address, true); local
6933 SSL* ssl = to_SSL(env, ssl_address, true); local
7017 SSL* ssl = to_SSL(env, ssl_address, true); local
7198 SSL* ssl = to_SSL(env, ssl_address, true); local
7227 SSL* ssl = to_SSL(env, ssl_address, true); local
7268 SSL* ssl = to_SSL(env, ssl_address, true); local
7453 SSL* ssl = to_SSL(env, ssl_address, true); local
7660 SSL* ssl = to_SSL(env, ssl_address, true); local
7708 SSL* ssl = to_SSL(env, ssl_address, false); local
7733 SSL* ssl = to_SSL(env, ssl_address, false); local
7813 SSL* ssl = to_SSL(env, ssl_address, true); local
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
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...]
  /development/libraries/stereocamera/
source.properties 9 Pkg.SourceUrl=https\://dl-ssl.google.com/android/repository/repository.xml

Completed in 2531 milliseconds

1 2 34 5 6 7 8 91011>>