Home
last modified time | relevance | path

Searched refs:sniHostname (Results 1 – 3 of 3) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/sun/security/krb5/auto/
H A DSSL.java62 private static String sniHostname = null; field in SSL
101 sniHostname = "test." + server; in main()
113 if (sniHostname != null) { in main()
114 serviceName = "host/" + sniHostname; in main()
219 if (sniHostname != null) { in run()
221 serverNames.add(new SNIHostName(sniHostname)); in run()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/sun/security/krb5/auto/
H A DSSL.java62 private static String sniHostname = null; field in SSL
101 sniHostname = "test." + server; in main()
113 if (sniHostname != null) { in main()
114 serviceName = "host/" + sniHostname; in main()
219 if (sniHostname != null) { in run()
221 serverNames.add(new SNIHostName(sniHostname)); in run()
/dports/sysutils/istio/istio-1.6.7/pkg/config/validation/
H A Dvalidation.go2166 sniHostname := host.Name(sniHost)
2168 if sniHostname.SubsetOf(host.Name(hostname)) {