Skip to content

Commit 95bdbb3

Browse files
committed
nit
1 parent 8ab3eff commit 95bdbb3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crypto/x509/v3_ncons.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -729,8 +729,8 @@ static int nc_uri(const ASN1_IA5STRING *uri, const ASN1_IA5STRING *base) {
729729
// RFC 5280 §4.2.1.10 requires the host to be a fully qualified domain name.
730730
// Validate that the host contains only characters valid in a DNS name
731731
// (RFC 1034 §3.5): letters, digits, hyphens, and dots. This rejects
732-
// percent-encoded hosts, IPv4 literals, and any other non-FQDN syntax,
733-
// preventing equivalence bypasses (e.g., "b%61d.com" evading ".bad.com").
732+
// percent-encoded hosts and any other non-FQDN syntax, preventing
733+
// equivalence bypasses (e.g., "b%61d.com" evading ".bad.com").
734734
if (CBS_len(&host) == 0) {
735735
return X509_V_ERR_UNSUPPORTED_NAME_SYNTAX;
736736
}

0 commit comments

Comments
 (0)