/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...] |
/external/chromium/net/http/ |
http_proxy_client_socket_pool.cc | 249 SSLClientSocket* ssl = local 251 using_spdy_ = ssl->was_spdy_negotiated(); 254 // so that a fast SSL connection plus a slow HttpProxy failure doesn't take 259 // (one that we speak SPDY over SSL to, but to which we send HTTPS
|
http_stream_factory_impl_unittest.cc | 93 bool ssl; member in struct:net::__anon2825::TestCase 114 request.url = test.ssl ? GURL("https://www.google.com") : 230 if (kTests[i].ssl) 254 if (kTests[i].ssl) 279 if (kTests[i].ssl) 311 if (kTests[i].ssl)
|
/external/chromium/third_party/libjingle/source/talk/base/ |
opensslstreamadapter.cc | 40 #include <openssl/ssl.h> 448 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( local 583 reinterpret_cast<OpenSSLStreamAdapter*>(SSL_get_app_data(ssl)); 620 bool OpenSSLStreamAdapter::SSLPostConnectionCheck(SSL* ssl, [all...] |
openssladapter.cc | 12 #include <openssl/ssl.h> 308 // the SSL object owns the bio now 620 bool OpenSSLAdapter::VerifyServerName(SSL* ssl, const char* host, 628 X509* certificate = SSL_get_peer_certificate(ssl); 644 SSL_CIPHER_description(SSL_get_current_cipher(ssl), NULL, 128); 732 bool OpenSSLAdapter::SSLPostConnectionCheck(SSL* ssl, const char* host) { 733 bool ok = VerifyServerName(ssl, host, ignore_bad_cert()); 736 ok = (SSL_get_verify_result(ssl) == X509_V_OK | 799 SSL* ssl = reinterpret_cast<SSL*>( local [all...] |
/external/chromium_org/net/http/ |
http_proxy_client_socket_pool.cc | 26 #include "net/ssl/ssl_cert_request_info.h" 246 SSLClientSocket* ssl = local 248 using_spdy_ = ssl->was_spdy_negotiated(); 249 protocol_negotiated_ = ssl->GetNegotiatedProtocol(); 252 // so that a fast SSL connection plus a slow HttpProxy failure doesn't take 257 // (one that we speak SPDY over SSL to, but to which we send HTTPS
|
http_stream_factory_impl_unittest.cc | 34 #include "net/ssl/ssl_config_service.h" 35 #include "net/ssl/ssl_config_service_defaults.h" 297 bool ssl; member in struct:net::__anon9178::TestCase 329 GURL url = test.ssl ? GURL("https://www.google.com") : 471 if (kTests[i].ssl) 501 if (kTests[i].ssl) 531 if (kTests[i].ssl) 569 if (kTests[i].ssl) 651 SSLSocketDataProvider ssl(ASYNC, OK); 652 session_deps.socket_factory->AddSSLSocketDataProvider(&ssl); [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
HAREntry.js | 130 // Order of events: request_start = 0, [proxy], [dns], [connect [ssl]], [send], receive_headers_end 135 return {blocked: -1, dns: -1, connect: -1, send: 0, wait: 0, receive: 0, ssl: -1}; 160 var ssl = -1; variable 162 ssl = timing.sslEnd - timing.sslStart; 164 return {blocked: blocked, dns: dns, connect: connect, send: send, wait: wait, receive: receive, ssl: ssl};
|
/libcore/luni/src/test/java/libcore/javax/net/ssl/ |
DefaultHostnameVerifierTest.java | 17 package libcore.javax.net.ssl; 33 import javax.net.ssl.DefaultHostnameVerifier;
|
KeyManagerFactoryTest.java | 17 package libcore.javax.net.ssl; 30 import javax.net.ssl.KeyManager; 31 import javax.net.ssl.KeyManagerFactory; 32 import javax.net.ssl.KeyStoreBuilderParameters; 33 import javax.net.ssl.ManagerFactoryParameters; 34 import javax.net.ssl.X509ExtendedKeyManager; 35 import javax.net.ssl.X509KeyManager;
|
SSLContextTest.java | 17 package libcore.javax.net.ssl; 24 import javax.net.ssl.SSLContext; 25 import javax.net.ssl.SSLEngine; 26 import javax.net.ssl.SSLParameters; 27 import javax.net.ssl.SSLServerSocketFactory; 28 import javax.net.ssl.SSLSessionContext; 29 import javax.net.ssl.SSLSocketFactory;
|
SSLSessionContextTest.java | 17 package libcore.javax.net.ssl; 26 import javax.net.ssl.SSLSessionContext; 27 import javax.net.ssl.SSLSocket;
|
TrustManagerFactoryTest.java | 17 package libcore.javax.net.ssl; 31 import javax.net.ssl.CertPathTrustManagerParameters; 32 import javax.net.ssl.ManagerFactoryParameters; 33 import javax.net.ssl.TrustManager; 34 import javax.net.ssl.TrustManagerFactory; 35 import javax.net.ssl.X509TrustManager;
|
/libcore/luni/src/test/java/tests/api/javax/net/ssl/ |
HttpsURLConnectionTest.java | 19 package tests.api.javax.net.ssl; 28 import javax.net.ssl.HostnameVerifier; 29 import javax.net.ssl.HttpsURLConnection; 30 import javax.net.ssl.SSLPeerUnverifiedException; 31 import javax.net.ssl.SSLSession; 32 import javax.net.ssl.SSLSocketFactory; 47 * javax.net.ssl.HttpsURLConnection#HttpsURLConnection(java_net_URL) 55 * javax.net.ssl.HttpsURLConnection#getCipherSuite() 71 * javax.net.ssl.HttpsURLConnection#getLocalCertificates() 91 * javax.net.ssl.HttpsURLConnection#getDefaultHostnameVerifier( [all...] |
SSLContext2Test.java | 18 package tests.api.javax.net.ssl; 26 import javax.net.ssl.KeyManager; 27 import javax.net.ssl.SSLContext; 28 import javax.net.ssl.SSLEngine; 29 import javax.net.ssl.TrustManager;
|
X509KeyManagerTest.java | 1 package tests.api.javax.net.ssl; 12 import javax.net.ssl.KeyManagerFactory; 13 import javax.net.ssl.X509KeyManager; [all...] |
/libcore/support/src/test/java/libcore/javax/net/ssl/ |
TestSSLContext.java | 17 package libcore.javax.net.ssl; 30 import javax.net.ssl.KeyManager; 31 import javax.net.ssl.SSLContext; 32 import javax.net.ssl.SSLServerSocket; 33 import javax.net.ssl.SSLSocket; 34 import javax.net.ssl.SSLSocketFactory; 35 import javax.net.ssl.TrustManager; 36 import javax.net.ssl.X509ExtendedKeyManager; 37 import javax.net.ssl.X509TrustManager; 63 * does not need to keep a cache mapping session IDs to SSL [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
socket.py | 24 ssl() -- secure socket layer support (only available if configured) 55 # no SSL support 58 def ssl(sock, keyfile=None, certfile=None): function 59 # we do an internal import here because the ssl 61 import ssl as _realssl 62 warnings.warn("socket.ssl() is deprecated. Use ssl.wrap_socket() instead.",
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_imaplib.py | 17 import ssl namespace 19 ssl = None variable 37 if ssl: 43 connstream = ssl.wrap_socket(newsocket, 72 # between naked sockets and SSL sockets. 174 @unittest.skipUnless(ssl, "SSL not available") 210 @unittest.skipUnless(ssl, "SSL not available") 224 if ssl [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
socket.py | 24 ssl() -- secure socket layer support (only available if configured) 55 # no SSL support 58 def ssl(sock, keyfile=None, certfile=None): function 59 # we do an internal import here because the ssl 61 import ssl as _realssl 62 warnings.warn("socket.ssl() is deprecated. Use ssl.wrap_socket() instead.",
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_imaplib.py | 17 import ssl namespace 19 ssl = None variable 37 if ssl: 43 connstream = ssl.wrap_socket(newsocket, 72 # between naked sockets and SSL sockets. 174 @unittest.skipUnless(ssl, "SSL not available") 210 @unittest.skipUnless(ssl, "SSL not available") 224 if ssl [all...] |
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/ |
SSLContext1Test.java | 18 package org.apache.harmony.xnet.tests.javax.net.ssl; 30 import javax.net.ssl.KeyManager; 31 import javax.net.ssl.KeyManagerFactory; 32 import javax.net.ssl.SSLContext; 33 import javax.net.ssl.SSLContextSpi; 34 import javax.net.ssl.SSLEngine; 35 import javax.net.ssl.SSLParameters; 36 import javax.net.ssl.SSLPermission; 37 import javax.net.ssl.SSLSessionContext; 38 import javax.net.ssl.SSLServerSocketFactory [all...] |
/external/chromium-trace/trace-viewer/examples/stream_server/ |
standalone.py | 129 import ssl namespace 133 import OpenSSL.SSL 251 """A wrapper class for OpenSSL.SSL.Connection to provide makefile method 281 """Override SocketServer.TCPServer.__init__ to set SSL enabled 334 client_cert_ = ssl.CERT_REQUIRED 336 client_cert_ = ssl.CERT_NONE 337 socket_ = ssl.wrap_socket(socket_, 340 ssl_version=ssl.PROTOCOL_SSLv23, 344 ctx = OpenSSL.SSL.Context(OpenSSL.SSL.SSLv23_METHOD [all...] |
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/ |
standalone.py | 129 import ssl namespace 133 import OpenSSL.SSL 247 """A wrapper class for OpenSSL.SSL.Connection to provide makefile method 277 """Override SocketServer.TCPServer.__init__ to set SSL enabled 330 client_cert_ = ssl.CERT_REQUIRED 332 client_cert_ = ssl.CERT_NONE 333 socket_ = ssl.wrap_socket(socket_, 336 ssl_version=ssl.PROTOCOL_SSLv23, 340 ctx = OpenSSL.SSL.Context(OpenSSL.SSL.SSLv23_METHOD [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
openssladapter.cc | 44 #include <openssl/ssl.h> 350 // the SSL object owns the bio now 655 bool OpenSSLAdapter::VerifyServerName(SSL* ssl, const char* host, 663 X509* certificate = SSL_get_peer_certificate(ssl); 680 SSL_CIPHER_description(SSL_get_current_cipher(ssl), NULL, 128); 770 bool OpenSSLAdapter::SSLPostConnectionCheck(SSL* ssl, const char* host) { 771 bool ok = VerifyServerName(ssl, host, ignore_bad_cert()); 774 ok = (SSL_get_verify_result(ssl) == X509_V_OK | 837 SSL* ssl = reinterpret_cast<SSL*>( local [all...] |