HomeSort by relevance Sort by last modified time
    Searched refs:ssl (Results 151 - 175 of 294) sorted by null

1 2 3 4 5 67 8 91011>>

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLServerSocketFactoryImpl.java 24 public class OpenSSLServerSocketFactoryImpl extends javax.net.ssl.SSLServerSocketFactory {
SSLEngineAppData.java 21 import javax.net.ssl.SSLException;
SSLServerSocketFactoryImpl.java 24 import javax.net.ssl.SSLServerSocketFactory;
59 * @see javax.net.ssl.SSLServerSocketFactory#getDefaultCipherSuites()
70 * @see javax.net.ssl.SSLServerSocketFactory#getSupportedCipherSuites()
SSLSocketImpl.java 28 import javax.net.ssl.HandshakeCompletedEvent;
29 import javax.net.ssl.HandshakeCompletedListener;
30 import javax.net.ssl.SSLEngineResult;
31 import javax.net.ssl.SSLException;
32 import javax.net.ssl.SSLSession;
33 import javax.net.ssl.SSLSocket;
37 * @see javax.net.ssl.SSLSocket class documentation for more information.
51 // ssl socket as an input stream. Additionaly this object is a
64 // ssl socket, whether it require/want client authentication or not,
65 // and controls whether new SSL sessions may be established by thi
    [all...]
OpenSSLServerSocketImpl.java 25 import javax.net.ssl.SSLException;
33 public class OpenSSLServerSocketImpl extends javax.net.ssl.SSLServerSocket {
77 * The names of the protocols' versions that may be used on this SSL
87 * The names of the protocols' versions that in use on this SSL connection.
OpenSSLSocketFactoryImpl.java 25 public class OpenSSLSocketFactoryImpl extends javax.net.ssl.SSLSocketFactory {
SSLSocketInputStream.java 22 import javax.net.ssl.SSLException;
27 * received by SSL protocol.
34 // in one ssl packet.
46 // the ssl socket owning the stream
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
HostnameVerifierTest.java 18 package tests.api.javax.net.ssl;
25 import javax.net.ssl.HostnameVerifier;
26 import javax.net.ssl.HttpsURLConnection;
27 import javax.net.ssl.SSLSession;
40 * javax.net.ssl.HostnameVerifier#verify(String hostname, SSLSession
SSLEngineResultTest.java 18 package tests.api.javax.net.ssl;
25 import javax.net.ssl.SSLEngineResult;
57 args = {javax.net.ssl.SSLEngineResult.Status.class, javax.net.ssl.SSLEngineResult.HandshakeStatus.class, int.class, int.class}
SSLSocketFactoryTest.java 16 package tests.api.javax.net.ssl;
29 import javax.net.ssl.SSLSocketFactory;
51 * @tests javax.net.ssl.SSLSocketFactory#SSLSocketFactory()
69 * @tests javax.net.ssl.SSLSocketFactory#getDefault()
83 * @tests javax.net.ssl.SSLSocketFactory#createSocket(Socket s, String host, int port, boolean autoClose)
141 * @tests javax.net.ssl.SSLSocketFactory#getDefaultCipherSuites()
160 * @tests javax.net.ssl.SSLSocketFactory#getSupportedCipherSuites()
TrustManagerFactory1Test.java 18 package tests.api.javax.net.ssl;
36 import javax.net.ssl.ManagerFactoryParameters;
37 import javax.net.ssl.TrustManager;
38 import javax.net.ssl.TrustManagerFactory;
39 import javax.net.ssl.TrustManagerFactorySpi;
50 import javax.net.ssl.CertPathTrustManagerParameters;
79 .getProperty("ssl.TrustManagerFactory.algorithm");
121 args = {javax.net.ssl.TrustManagerFactorySpi.class, java.security.Provider.class, java.lang.String.class}
201 Security.setProperty("ssl.TrustManagerFactory.algorithm", defA);
207 Security.setProperty("ssl.TrustManagerFactory.algorithm", def)
    [all...]
  /libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
SSLSocketFactoryImpl.java 3 import javax.net.ssl.SSLSocketFactory;
  /frameworks/base/tests/CoreTests/android/core/
SSLSocketTest.java 45 import javax.net.ssl.KeyManager;
46 import javax.net.ssl.KeyManagerFactory;
47 import javax.net.ssl.SSLContext;
48 import javax.net.ssl.SSLServerSocket;
49 import javax.net.ssl.SSLSession;
50 import javax.net.ssl.SSLSocket;
51 import javax.net.ssl.SSLSocketFactory;
52 import javax.net.ssl.TrustManager;
53 import javax.net.ssl.X509TrustManager;
56 * SSL integration tests that hit real servers
    [all...]
  /external/openssl/apps/
s_cb.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
122 #include <openssl/ssl.h>
203 SSL *ssl;
225 ssl=SSL_new(ctx);
226 x509=SSL_get_certificate(ssl);
232 SSL_get_privatekey(ssl));
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_ttls.c 46 struct eap_ssl_data ssl; member in struct:eap_ttls_data
180 eap_peer_tls_ssl_deinit(sm, &data->ssl);
273 data->ssl.conn,
286 data->key_data = eap_peer_tls_derive_key(sm, &data->ssl,
312 if (tls_connection_get_keys(sm->ssl_ctx, data->ssl.conn, &keys) ||
368 return eap_peer_tls_derive_key(sm, &data->ssl,
375 if (tls_connection_get_keys(sm->ssl_ctx, data->ssl.conn, &keys) ||
1043 data->ssl.conn,
    [all...]
eap_fast.c 40 struct eap_ssl_data ssl; member in struct:eap_fast_data
178 if (eap_peer_tls_ssl_init(sm, &data->ssl, config)) {
179 wpa_printf(MSG_INFO, "EAP-FAST: Failed to initialize SSL.");
184 if (tls_connection_set_session_ticket_cb(sm->ssl_ctx, data->ssl.conn,
198 if (tls_connection_enable_workaround(sm->ssl_ctx, data->ssl.conn)) {
238 eap_peer_tls_ssl_deinit(sm, &data->ssl);
270 sks = eap_fast_derive_key(sm->ssl_ctx, data->ssl.conn, "key expansion",
296 eap_fast_derive_key(sm->ssl_ctx, data->ssl.conn,
1110 if (eap_peer_tls_encrypt(sm, &data->ssl, EAP_TYPE_FAST,
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
apache_http_server.py 172 def _get_virtual_host_config(self, document_root, port, ssl=False):
178 ssl and 'SSLEngine On' or '',
  /external/apache-http/src/org/apache/http/impl/client/
DefaultUserTokenHandler.java 35 import javax.net.ssl.SSLSession;
  /external/openssl/crypto/threads/
netware.bat 29 if "%BLD_DEBUG%" == "YES" set LIBS=..\..\out_nw.dbg\ssl.lib ..\..\out_nw.dbg\crypto.lib
30 if "%BLD_DEBUG%" == "" set LIBS=..\..\out_nw\ssl.lib ..\..\out_nw\crypto.lib
  /libcore/luni/src/main/java/javax/net/ssl/
SSLSocket.java 18 package javax.net.ssl;
26 * The extension of {@code Socket} providing secure protocols like SSL (Secure
205 * Starts a new SSL handshake on this connection.
281 * Sets whether new SSL sessions may be created by this socket or if
291 * Returns whether new SSL sessions may be created by this socket or if
315 * Sets various SSL handshake parameters based on the SSLParameter
SSLSocketFactory.java 18 package javax.net.ssl;
36 // The default SSL socket factory
43 * defined by the security property {@code 'ssl.SocketFactory.provider'}.
45 * @return the default ssl socket factory instance.
57 defaultName = Security.getProperty("ssl.SocketFactory.provider");
121 * enabled for an SSL connection.
141 * @return the creates ssl socket.
  /libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/https/
HttpsURLConnectionImpl.java 31 import javax.net.ssl.HttpsURLConnection;
32 import javax.net.ssl.SSLHandshakeException;
33 import javax.net.ssl.SSLPeerUnverifiedException;
34 import javax.net.ssl.SSLSocket;
363 * Short-circuit a reentrant call. The first step in doing SSL with
373 // first try an SSL connection with compression and
401 * TLS extensions and SSL deflate compression. If false, use
414 // we already have an SSL connection,
419 // make SSL Tunnel
453 // SSL tunnels require host:port for the origin serve
    [all...]
  /libcore/luni/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
ClientSessionContextTest.java 21 import javax.net.ssl.SSLSession;
  /packages/apps/Email/src/com/android/email/
ExchangeUtils.java 131 int port, boolean ssl, boolean trustCertificates) throws RemoteException {
  /external/nist-sip/java/gov/nist/javax/sip/stack/
TLSMessageProcessor.java 46 import javax.net.ssl.SSLException;
47 import javax.net.ssl.SSLServerSocket;
48 import javax.net.ssl.SSLSocket;

Completed in 777 milliseconds

1 2 3 4 5 67 8 91011>>