Searched refs:HTTPS (Results 1 – 25 of 138) sorted by relevance
123456
/external/curl/docs/cmdline-opts/ |
D | proxy-tlsv1.d | 2 Help: Use TLSv1 for HTTPS proxy 5 Same as --tlsv1 but used in HTTPS proxy context.
|
D | proxy-key.d | 2 Help: Private key for HTTPS proxy 5 Same as --key but used in HTTPS proxy context.
|
D | proxy-tlspassword.d | 3 Help: TLS password for HTTPS proxy 6 Same as --tlspassword but used in HTTPS proxy context.
|
D | proxy-tlsuser.d | 3 Help: TLS username for HTTPS proxy 6 Same as --tlsuser but used in HTTPS proxy context.
|
D | proxy-tlsauthtype.d | 3 Help: TLS authentication type for HTTPS proxy 6 Same as --tlsauthtype but used in HTTPS proxy context.
|
D | proxy-insecure.d | 2 Help: Do HTTPS proxy connections without verifying the proxy 5 Same as --insecure but used in HTTPS proxy context.
|
D | proxy-pass.d | 3 Help: Pass phrase for the private key for HTTPS proxy 6 Same as --pass but used in HTTPS proxy context.
|
D | proxy-ssl-allow-beast.d | 2 Help: Allow security flaw for interop for HTTPS proxy 5 Same as --ssl-allow-beast but used in HTTPS proxy context.
|
/external/python/cpython2/Lib/test/ |
D | test_wsgiref.py | 236 self.checkCrossDefault('wsgi.url_scheme',"https",HTTPS="on") 237 self.checkCrossDefault('wsgi.url_scheme',"https",HTTPS="1") 238 self.checkCrossDefault('wsgi.url_scheme',"https",HTTPS="yes") 239 self.checkCrossDefault('wsgi.url_scheme',"http",HTTPS="foo") 240 self.checkCrossDefault('SERVER_PORT',"80",HTTPS="foo") 241 self.checkCrossDefault('SERVER_PORT',"443",HTTPS="on") 260 self.checkAppURI("https://127.0.0.1/", HTTPS="on") 414 h=TestHandler(HTTPS="on"); h.setup_environ()
|
/external/curl/tests/data/ |
D | test309 | 5 HTTPS 20 This server reply is for testing a simple Location: following to HTTPS URL 59 HTTP Location: redirect to HTTPS URL
|
D | test305 | 4 HTTPS 19 insecure HTTPS without permission
|
D | test308 | 4 HTTPS 21 simple HTTPS GET with invalid crypto engine
|
D | test300 | 4 HTTPS 32 simple HTTPS GET
|
D | test303 | 4 HTTPS 33 HTTPS with 8 secs timeout
|
D | test560 | 4 HTTPS 36 simple HTTPS GET with multi interface
|
D | test306 | 4 HTTPS 45 HTTPS GET, receive no headers only data!
|
D | test307 | 4 HTTPS 36 simple HTTPS GET with openssl engine
|
D | test302 | 4 HTTPS 32 HTTPS GET over HTTP proxy fails
|
D | test312 | 4 HTTPS 25 HTTPS GET to localhost and null-prefixed CN cert
|
D | test311 | 4 HTTPS 25 HTTPS wrong subjectAltName but right CN
|
D | test2042 | 4 HTTPS 26 HTTPS wrong base64-sha256 pinnedpubkey but right CN
|
D | test2035 | 4 HTTPS 26 HTTPS wrong DER pinnedpubkey but right CN
|
D | test301 | 4 HTTPS 33 HTTPS GET with user and password
|
D | test2038 | 4 HTTPS 26 HTTPS wrong PEM pinnedpubkey but right CN
|
D | test310 | 4 HTTPS 33 simple HTTPS GET
|
123456