/external/curl/tests/certs/ |
D | Makefile.am | 29 Server-localhost-sv.prm \ 30 Server-localhost.nn-sv.prm \ 39 Server-localhost-sv.crl \ 40 Server-localhost-sv.crt \ 41 Server-localhost-sv.csr \ 42 Server-localhost-sv.der \ 43 Server-localhost-sv.dhp \ 44 Server-localhost-sv.key \ 45 Server-localhost-sv.pem \ 46 Server-localhost-sv.pub.der \ [all …]
|
D | Server-localhost-sv.prm | 3 subjectAltName = DNS:localhost 20 commonName_value = localhost
|
D | Server-localhost.nn-sv.prm | 3 subjectAltName = DNS:localhost.nn 20 commonName_value = localhost.nn
|
D | Server-localhost0h-sv.prm | 3 #subjectAltName = DNS:localhost\0h 21 commonName_value = localhost
|
/external/apache-harmony/support/src/test/resources/config/ |
D | localhosttest.ini | 2 WebName=localhost. 6 ProxyServerTestHost=localhost 7 SocksServerTestHost=localhost 10 FTPTestAddress=jcltest:jclpass@localhost
|
/external/autotest/client/common_lib/cros/fake_device_server/ |
D | README | 16 curl -X POST -d "" http://localhost:8080/registrationTickets 18 http://localhost:8080/registrationTickets/<id> 20 http://localhost:8080/registrationTickets/<id>/finalize 23 curl -X GET -d "" http://localhost:8080/devices 26 curl -X POST -d '{"base": { "Reboot": {}}' http://localhost:8080/devices\ 30 curl -X PATCH -d '{"state": "done"}' http://localhost:8080/devices/\
|
/external/curl/tests/data/ |
D | test2034 | 31 https Server-localhost-sv.pem 37 …/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost-sv.pub.der https://localhost:%H… 39 # Ensure that we're running on localhost because we're checking the host name 53 Host: localhost:%HTTPSPORT
|
D | test2037 | 31 https Server-localhost-sv.pem 37 …/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost-sv.pub.pem https://localhost:%H… 39 # Ensure that we're running on localhost because we're checking the host name 53 Host: localhost:%HTTPSPORT
|
D | test241 | 33 HTTP-IPv6 GET (using ip6-localhost) 36 -g "http://ip6-localhost:%HTTP6PORT/241" 39 ./server/resolve --ipv6 ip6-localhost 51 Host: ip6-localhost:%HTTP6PORT
|
D | test313 | 18 https Server-localhost-sv.pem 24 …R/certs/EdelCurlRoot-ca.crt --crlfile %SRCDIR/certs/Server-localhost-sv.crl https://localhost:%HTT… 26 # Ensure that we're running on localhost because we're checking the host name
|
D | test312 | 22 https Server-localhost.nn-sv.pem 25 HTTPS GET to localhost and null-prefixed CN cert 28 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt https://localhost:%HTTPSPORT/312 30 # Ensure that we're running on localhost because we're checking the host name
|
D | test2035 | 23 https Server-localhost-sv.pem 29 …ts/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost-sv.der https://localhost:%HTT… 31 # Ensure that we're running on localhost because we're checking the host name
|
D | test2038 | 23 https Server-localhost-sv.pem 29 …ts/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost-sv.pem https://localhost:%HTT… 31 # Ensure that we're running on localhost because we're checking the host name
|
D | test310 | 30 https Server-localhost-sv.pem 36 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt https://localhost:%HTTPSPORT/310 38 # Ensure that we're running on localhost because we're checking the host name 52 Host: localhost:%HTTPSPORT
|
D | test2041 | 31 https Server-localhost-sv.pem 37 …pinnedpubkey sha256//pyh+fICi9M8MFEZvherIT0cs3MN+cXNGoU9Giwyx1so= https://localhost:%HTTPSPORT/2041 39 # Ensure that we're running on localhost because we're checking the host name 53 Host: localhost:%HTTPSPORT
|
D | test2048 | 23 https Server-localhost-sv.pem 29 …EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost.nn-sv.pub.der https://localhost:…
|
D | test2042 | 23 https Server-localhost-sv.pem 29 …pinnedpubkey sha256//bSIggTf+ikMG0CtmDlpMVBd7yi7H1md4URogRPqerso= https://localhost:%HTTPSPORT/2042 31 # Ensure that we're running on localhost because we're checking the host name
|
D | test1083 | 36 HTTP-IPv6 GET with ip6-localhost --interface 39 -g "http://%HOST6IP:%HTTP6PORT/1083" --interface ip6-localhost 42 …ult test server host address';} else {exec './server/resolve --ipv6 ip6-localhost'; print 'Cannot …
|
/external/curl/tests/ |
D | stunnel.pem | 11 subjectAltName = DNS:localhost 18 subjectInfoAccess = AD_DVCS;URI:"https://localhost:8433/509" 19 authorityInfoAccess = AD_DVCS;URI:"https://localhost:8433/509" 39 1.commonName_value = "localhost" 65 Issuer: C=SE, ST=Solna, L=Mooo, O=Haxx, OU=Coolx, CN=storbror, CN=localhost 69 Subject: C=SE, ST=Solna, L=Mooo, O=Haxx, OU=Coolx, CN=storbror, CN=localhost 88 DNS:localhost 102 ad dvcs - URI:https://localhost:8433/509 105 ad dvcs - URI:https://localhost:8433/509
|
/external/libvncserver/webclients/java-applet/ssl/ |
D | ss_vncviewer | 155 localhost="localhost" 157 localhost="127.0.0.1" 595 host=$localhost 2479 vnc_host="$localhost" 2665 proxy="${u}$localhost:$nd" 2667 proxy="${sproxy1_user}$localhost:$nd" 2723 proxy="${ssh_user2}$localhost:$proxport" 2893 host="$localhost" 2898 proxy="$localhost:$use" 2975 echo "$VNCVIEWERCMD" "$@" $localhost:$N [all …]
|
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/internal/ |
D | SslContextBuilder.java | 53 private static SSLContext localhost; // Lazily initialized. field in SslContextBuilder 68 public static synchronized SSLContext localhost() { in localhost() method in SslContextBuilder 69 if (localhost == null) { in localhost() 71 localhost = new SslContextBuilder(InetAddress.getByName("localhost").getHostName()).build(); in localhost() 78 return localhost; in localhost()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/ |
D | mysql-users.dump | 12 CREATE USER 'dbaccessrw'@'localhost' IDENTIFIED BY 'dbaccessrwpassword'; 13 GRANT USAGE ON *.* TO 'dbaccessrw'@'localhost' IDENTIFIED BY 'dbaccessrwpassword' WITH MAX_QUERIES_… 14 GRANT ALL PRIVILEGES ON `dbaccessrw`.* TO 'dbaccessrw'@'localhost';
|
/external/autotest/site_utils/ |
D | setup_dev_autotest.sh | 159 host: localhost 161 readonly_host: localhost 166 hostname: localhost 169 drones: localhost
|
/external/chromium-trace/catapult/docs/ |
D | dev-server-tests.md | 56 After you start the dev_server, it'll be available at http://localhost:8003. 63 http://localhost:8003/tracing/tests.html 69 http://localhost:8003/tracing/tests.html?testSuiteName=ui.foo 75 http://localhost:8003/tracing/tests.html?testFilterString=blah
|
/external/ppp/pppd/plugins/radius/etc/ |
D | radiusclient.conf | 37 authserver localhost:1812 42 acctserver localhost:1813
|