Home
last modified time | relevance | path

Searched refs:dnsName (Results 1 – 25 of 429) sorted by relevance

12345678910>>...18

/dports/java/bouncycastle15/crypto-169/tls/src/main/java/org/bouncycastle/jsse/provider/
H A DHostnameUtil.java196 dnsName = IDNUtil.toUnicode(IDNUtil.toASCII(dnsName, 0), 0); in matchesDNSName()
203 if (!validateWildcards(dnsName)) in matchesDNSName()
208 if (!isValidDomainName(dnsName.replace('*', 'z'))) in matchesDNSName()
214 dnsName = dnsName.toLowerCase(Locale.ENGLISH); in matchesDNSName()
217 ? matchesWildcardsAllLabels(hostname, dnsName) in matchesDNSName()
218 : matchesWildcardsFirstLabel(hostname, dnsName); in matchesDNSName()
224 StringTokenizer st2 = new StringTokenizer(dnsName, "."); in matchesWildcardsAllLabels()
248 String dnsNameLabel = getLabel(dnsName, 0); in matchesWildcardsFirstLabel()
261 private static boolean validateWildcards(String dnsName) in validateWildcards() argument
263 int wildCardIndex = dnsName.lastIndexOf('*'); in validateWildcards()
[all …]
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/est/jcajce/
H A DJsseDefaultHostnameAuthorizer.java162 public static boolean isValidNameMatch(String name, String dnsName, Set<String> suffixes) in isValidNameMatch() argument
169 if (dnsName.contains("*")) in isValidNameMatch()
172 int wildIndex = dnsName.indexOf('*'); in isValidNameMatch()
173 if (wildIndex == dnsName.lastIndexOf("*")) in isValidNameMatch()
175 if (dnsName.contains("..") || dnsName.charAt(dnsName.length() - 1) == '*') in isValidNameMatch()
180 int dnsDotIndex = dnsName.indexOf('.', wildIndex); in isValidNameMatch()
182 … if (suffixes != null && suffixes.contains(Strings.toLowerCase(dnsName.substring(dnsDotIndex)))) in isValidNameMatch()
184 … throw new IOException("Wildcard `" + dnsName + "` matches known public suffix."); in isValidNameMatch()
187 String end = Strings.toLowerCase(dnsName.substring(wildIndex + 1)); in isValidNameMatch()
202 … if (loweredName.startsWith(dnsName.substring(0, wildIndex)) && loweredName.endsWith(end)) in isValidNameMatch()
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/Azure/azure-sdk-for-go/services/classic/management/hostedservice/
H A Dclient.go56 func (h HostedServiceClient) CheckHostedServiceNameAvailability(dnsName string) (AvailabilityRespon…
58 if dnsName == "" {
62 requestURL := fmt.Sprintf(azureHostedServiceAvailabilityURL, dnsName)
72 func (h HostedServiceClient) DeleteHostedService(dnsName string, deleteDisksAndBlobs bool) (managem…
73 if dnsName == "" {
77 requestURL := fmt.Sprintf(getHostedServicePropertiesURL, dnsName)
121 func (h HostedServiceClient) AddCertificate(dnsName string, certData []byte, certificateFormat Cert…
122 if dnsName == "" {
139 requestURL := fmt.Sprintf(azureServiceCertificateURL, dnsName)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/Azure/azure-sdk-for-go/services/classic/management/hostedservice/
H A Dclient.go45 func (h HostedServiceClient) CheckHostedServiceNameAvailability(dnsName string) (AvailabilityRespon…
47 if dnsName == "" {
51 requestURL := fmt.Sprintf(azureHostedServiceAvailabilityURL, dnsName)
61 func (h HostedServiceClient) DeleteHostedService(dnsName string, deleteDisksAndBlobs bool) (managem…
62 if dnsName == "" {
66 requestURL := fmt.Sprintf(getHostedServicePropertiesURL, dnsName)
110 func (h HostedServiceClient) AddCertificate(dnsName string, certData []byte, certificateFormat Cert…
111 if dnsName == "" {
128 requestURL := fmt.Sprintf(azureServiceCertificateURL, dnsName)
/dports/www/grafana8/azure-sdk-for-go-sdk-azidentity-v0.10.0/services/classic/management/hostedservice/
H A Dclient.go45 func (h HostedServiceClient) CheckHostedServiceNameAvailability(dnsName string) (AvailabilityRespon…
47 if dnsName == "" {
51 requestURL := fmt.Sprintf(azureHostedServiceAvailabilityURL, dnsName)
61 func (h HostedServiceClient) DeleteHostedService(dnsName string, deleteDisksAndBlobs bool) (managem…
62 if dnsName == "" {
66 requestURL := fmt.Sprintf(getHostedServicePropertiesURL, dnsName)
110 func (h HostedServiceClient) AddCertificate(dnsName string, certData []byte, certificateFormat Cert…
111 if dnsName == "" {
128 requestURL := fmt.Sprintf(azureServiceCertificateURL, dnsName)
/dports/www/grafana8/azure-sdk-for-go-sdk-azcore-v0.19.0/services/classic/management/hostedservice/
H A Dclient.go45 func (h HostedServiceClient) CheckHostedServiceNameAvailability(dnsName string) (AvailabilityRespon…
47 if dnsName == "" {
51 requestURL := fmt.Sprintf(azureHostedServiceAvailabilityURL, dnsName)
61 func (h HostedServiceClient) DeleteHostedService(dnsName string, deleteDisksAndBlobs bool) (managem…
62 if dnsName == "" {
66 requestURL := fmt.Sprintf(getHostedServicePropertiesURL, dnsName)
110 func (h HostedServiceClient) AddCertificate(dnsName string, certData []byte, certificateFormat Cert…
111 if dnsName == "" {
128 requestURL := fmt.Sprintf(azureServiceCertificateURL, dnsName)
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/Azure/azure-sdk-for-go/services/classic/management/hostedservice/
H A Dclient.go56 func (h HostedServiceClient) CheckHostedServiceNameAvailability(dnsName string) (AvailabilityRespon…
58 if dnsName == "" {
62 requestURL := fmt.Sprintf(azureHostedServiceAvailabilityURL, dnsName)
72 func (h HostedServiceClient) DeleteHostedService(dnsName string, deleteDisksAndBlobs bool) (managem…
73 if dnsName == "" {
77 requestURL := fmt.Sprintf(getHostedServicePropertiesURL, dnsName)
121 func (h HostedServiceClient) AddCertificate(dnsName string, certData []byte, certificateFormat Cert…
122 if dnsName == "" {
139 requestURL := fmt.Sprintf(azureServiceCertificateURL, dnsName)
/dports/security/lego/lego-4.5.3/vendor/github.com/Azure/azure-sdk-for-go/services/classic/management/hostedservice/
H A Dclient.go56 func (h HostedServiceClient) CheckHostedServiceNameAvailability(dnsName string) (AvailabilityRespon…
58 if dnsName == "" {
62 requestURL := fmt.Sprintf(azureHostedServiceAvailabilityURL, dnsName)
72 func (h HostedServiceClient) DeleteHostedService(dnsName string, deleteDisksAndBlobs bool) (managem…
73 if dnsName == "" {
77 requestURL := fmt.Sprintf(getHostedServicePropertiesURL, dnsName)
121 func (h HostedServiceClient) AddCertificate(dnsName string, certData []byte, certificateFormat Cert…
122 if dnsName == "" {
139 requestURL := fmt.Sprintf(azureServiceCertificateURL, dnsName)
/dports/security/vault/vault-1.8.2/vendor/github.com/Azure/azure-sdk-for-go/services/classic/management/hostedservice/
H A Dclient.go56 func (h HostedServiceClient) CheckHostedServiceNameAvailability(dnsName string) (AvailabilityRespon…
58 if dnsName == "" {
62 requestURL := fmt.Sprintf(azureHostedServiceAvailabilityURL, dnsName)
72 func (h HostedServiceClient) DeleteHostedService(dnsName string, deleteDisksAndBlobs bool) (managem…
73 if dnsName == "" {
77 requestURL := fmt.Sprintf(getHostedServicePropertiesURL, dnsName)
121 func (h HostedServiceClient) AddCertificate(dnsName string, certData []byte, certificateFormat Cert…
122 if dnsName == "" {
139 requestURL := fmt.Sprintf(azureServiceCertificateURL, dnsName)
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/Azure/azure-sdk-for-go/services/classic/management/hostedservice/
H A Dclient.go45 func (h HostedServiceClient) CheckHostedServiceNameAvailability(dnsName string) (AvailabilityRespon…
47 if dnsName == "" {
51 requestURL := fmt.Sprintf(azureHostedServiceAvailabilityURL, dnsName)
61 func (h HostedServiceClient) DeleteHostedService(dnsName string, deleteDisksAndBlobs bool) (managem…
62 if dnsName == "" {
66 requestURL := fmt.Sprintf(getHostedServicePropertiesURL, dnsName)
110 func (h HostedServiceClient) AddCertificate(dnsName string, certData []byte, certificateFormat Cert…
111 if dnsName == "" {
128 requestURL := fmt.Sprintf(azureServiceCertificateURL, dnsName)
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/Azure/azure-sdk-for-go/services/classic/management/hostedservice/
H A Dclient.go56 func (h HostedServiceClient) CheckHostedServiceNameAvailability(dnsName string) (AvailabilityRespon…
58 if dnsName == "" {
62 requestURL := fmt.Sprintf(azureHostedServiceAvailabilityURL, dnsName)
72 func (h HostedServiceClient) DeleteHostedService(dnsName string, deleteDisksAndBlobs bool) (managem…
73 if dnsName == "" {
77 requestURL := fmt.Sprintf(getHostedServicePropertiesURL, dnsName)
121 func (h HostedServiceClient) AddCertificate(dnsName string, certData []byte, certificateFormat Cert…
122 if dnsName == "" {
139 requestURL := fmt.Sprintf(azureServiceCertificateURL, dnsName)
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/Azure/azure-sdk-for-go/azure-sdk-for-go-16.2.1/services/classic/management/hostedservice/
H A Dclient.go56 func (h HostedServiceClient) CheckHostedServiceNameAvailability(dnsName string) (AvailabilityRespon…
58 if dnsName == "" {
62 requestURL := fmt.Sprintf(azureHostedServiceAvailabilityURL, dnsName)
72 func (h HostedServiceClient) DeleteHostedService(dnsName string, deleteDisksAndBlobs bool) (managem…
73 if dnsName == "" {
77 requestURL := fmt.Sprintf(getHostedServicePropertiesURL, dnsName)
121 func (h HostedServiceClient) AddCertificate(dnsName string, certData []byte, certificateFormat Cert…
122 if dnsName == "" {
139 requestURL := fmt.Sprintf(azureServiceCertificateURL, dnsName)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/Azure/azure-sdk-for-go/services/classic/management/hostedservice/
H A Dclient.go45 func (h HostedServiceClient) CheckHostedServiceNameAvailability(dnsName string) (AvailabilityRespon…
47 if dnsName == "" {
51 requestURL := fmt.Sprintf(azureHostedServiceAvailabilityURL, dnsName)
61 func (h HostedServiceClient) DeleteHostedService(dnsName string, deleteDisksAndBlobs bool) (managem…
62 if dnsName == "" {
66 requestURL := fmt.Sprintf(getHostedServicePropertiesURL, dnsName)
110 func (h HostedServiceClient) AddCertificate(dnsName string, certData []byte, certificateFormat Cert…
111 if dnsName == "" {
128 requestURL := fmt.Sprintf(azureServiceCertificateURL, dnsName)
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/Azure/azure-sdk-for-go/services/classic/management/hostedservice/
H A Dclient.go56 func (h HostedServiceClient) CheckHostedServiceNameAvailability(dnsName string) (AvailabilityRespon…
58 if dnsName == "" {
62 requestURL := fmt.Sprintf(azureHostedServiceAvailabilityURL, dnsName)
72 func (h HostedServiceClient) DeleteHostedService(dnsName string, deleteDisksAndBlobs bool) (managem…
73 if dnsName == "" {
77 requestURL := fmt.Sprintf(getHostedServicePropertiesURL, dnsName)
121 func (h HostedServiceClient) AddCertificate(dnsName string, certData []byte, certificateFormat Cert…
122 if dnsName == "" {
139 requestURL := fmt.Sprintf(azureServiceCertificateURL, dnsName)
/dports/www/grafana8/azure-sdk-for-go-sdk-internal-v0.7.0/services/classic/management/hostedservice/
H A Dclient.go45 func (h HostedServiceClient) CheckHostedServiceNameAvailability(dnsName string) (AvailabilityRespon…
47 if dnsName == "" {
51 requestURL := fmt.Sprintf(azureHostedServiceAvailabilityURL, dnsName)
61 func (h HostedServiceClient) DeleteHostedService(dnsName string, deleteDisksAndBlobs bool) (managem…
62 if dnsName == "" {
66 requestURL := fmt.Sprintf(getHostedServicePropertiesURL, dnsName)
110 func (h HostedServiceClient) AddCertificate(dnsName string, certData []byte, certificateFormat Cert…
111 if dnsName == "" {
128 requestURL := fmt.Sprintf(azureServiceCertificateURL, dnsName)
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/Azure/azure-sdk-for-go/services/classic/management/hostedservice/
H A Dclient.go56 func (h HostedServiceClient) CheckHostedServiceNameAvailability(dnsName string) (AvailabilityRespon…
58 if dnsName == "" {
62 requestURL := fmt.Sprintf(azureHostedServiceAvailabilityURL, dnsName)
72 func (h HostedServiceClient) DeleteHostedService(dnsName string, deleteDisksAndBlobs bool) (managem…
73 if dnsName == "" {
77 requestURL := fmt.Sprintf(getHostedServicePropertiesURL, dnsName)
121 func (h HostedServiceClient) AddCertificate(dnsName string, certData []byte, certificateFormat Cert…
122 if dnsName == "" {
139 requestURL := fmt.Sprintf(azureServiceCertificateURL, dnsName)
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Security/Mono.Security.X509.Extensions/
H A DGeneralNames.cs71 private ArrayList dnsName; field in Mono.Security.X509.Extensions.GeneralNames
95 dnsName = new ArrayList (); in GeneralNames()
98 dnsName.Add(dnsname); in GeneralNames()
134 if (dnsName == null) in GeneralNames()
135 dnsName = new ArrayList (); in GeneralNames()
136 dnsName.Add (Encoding.ASCII.GetString (sequence[i].Value)); in GeneralNames()
188 if (dnsName == null)
190 return (string[])dnsName.ToArray (typeof (string));
225 if (dnsName != null) { in ToString()
226 foreach (string s in dnsName) { in ToString()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Tokens/
H A DSaml2SubjectLocality.cs21 private string dnsName; field in System.IdentityModel.Tokens.Saml2SubjectLocality
35 public Saml2SubjectLocality(string address, string dnsName) in Saml2SubjectLocality() argument
38 this.DnsName = dnsName; in Saml2SubjectLocality()
57 get { return this.dnsName; }
58 set { this.dnsName = XmlUtil.NormalizeEmptyString(value); }
/dports/www/gitea/gitea-1.16.5/vendor/github.com/caddyserver/certmagic/
H A Dsolvers.go266 dnsName := challenge.DNS01TXTRecordName()
268 dnsName = s.OverrideDomain
277 activeDNSChallenges.Lock(dnsName)
286 Name: libdns.RelativeName(dnsName+".", zone),
314 dnsName := challenge.DNS01TXTRecordName()
316 dnsName = s.OverrideDomain
338 ready, err = checkDNSPropagation(dnsName, keyAuth, resolvers)
355 dnsName := challenge.DNS01TXTRecordName()
360 delete(s.txtRecords, dnsName)
364 activeDNSChallenges.Unlock(dnsName)
[all …]
/dports/net-mgmt/ocsinventory-ocsreports/ocsinventory-ocsreports/require/saas/
H A DSaas.php33 * @param string $dnsName [description]
35 public function add_saas($saasName, $dnsName){ argument
37 $arg_verif = array($saasName, $dnsName);
43 $arg_sql = array($saasName, $dnsName);
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Dns/
H A DManagedZone.php23 public $dnsName; variable in Google_Service_Dns_ManagedZone
52 public function setDnsName($dnsName) argument
54 $this->dnsName = $dnsName;
58 return $this->dnsName;
/dports/security/lego/lego-4.5.3/vendor/github.com/gophercloud/gophercloud/acceptance/openstack/networking/v2/extensions/dns/
H A Ddns.go35 func CreatePortDNS(t *testing.T, client *gophercloud.ServiceClient, networkID, subnetID, dnsName st…
52 DNSName: dnsName,
66 th.AssertEquals(t, port.DNSName, dnsName)
73 …PDNS(t *testing.T, client *gophercloud.ServiceClient, networkID, portID, dnsName, dnsDomain string… argument
85 DNSName: dnsName,
100 th.AssertEquals(t, floatingIP.DNSName, dnsName)
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/gophercloud/gophercloud/acceptance/openstack/networking/v2/extensions/dns/
H A Ddns.go35 func CreatePortDNS(t *testing.T, client *gophercloud.ServiceClient, networkID, subnetID, dnsName st…
52 DNSName: dnsName,
66 th.AssertEquals(t, port.DNSName, dnsName)
73 …PDNS(t *testing.T, client *gophercloud.ServiceClient, networkID, portID, dnsName, dnsDomain string… argument
85 DNSName: dnsName,
100 th.AssertEquals(t, floatingIP.DNSName, dnsName)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/gophercloud/gophercloud/acceptance/openstack/networking/v2/extensions/dns/
H A Ddns.go35 func CreatePortDNS(t *testing.T, client *gophercloud.ServiceClient, networkID, subnetID, dnsName st…
52 DNSName: dnsName,
66 th.AssertEquals(t, port.DNSName, dnsName)
73 …PDNS(t *testing.T, client *gophercloud.ServiceClient, networkID, portID, dnsName, dnsDomain string… argument
85 DNSName: dnsName,
100 th.AssertEquals(t, floatingIP.DNSName, dnsName)
/dports/security/vault/vault-1.8.2/vendor/github.com/gophercloud/gophercloud/acceptance/openstack/networking/v2/extensions/dns/
H A Ddns.go35 func CreatePortDNS(t *testing.T, client *gophercloud.ServiceClient, networkID, subnetID, dnsName st…
52 DNSName: dnsName,
66 th.AssertEquals(t, port.DNSName, dnsName)
73 …PDNS(t *testing.T, client *gophercloud.ServiceClient, networkID, portID, dnsName, dnsDomain string… argument
85 DNSName: dnsName,
100 th.AssertEquals(t, floatingIP.DNSName, dnsName)

12345678910>>...18