Skip to content

Commit 2d280fe

Browse files
tniessent8m
authored andcommitted
Clarify flags argument of X509_check_ip
Because no supported flag affects the behavior of X509_check_ip, the flags argument currently has no effect. Reviewed-by: Paul Dale <[email protected]> Reviewed-by: Tomas Mraz <[email protected]> (Merged from #17536)
1 parent 148b592 commit 2d280fe

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

doc/man3/X509_check_host.pod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ X509_check_ip() checks if the certificate matches a specified IPv4 or
6262
IPv6 address. The B<address> array is in binary format, in network
6363
byte order. The length is either 4 (IPv4) or 16 (IPv6). Only
6464
explicitly marked addresses in the certificates are considered; IP
65-
addresses stored in DNS names and Common Names are ignored.
65+
addresses stored in DNS names and Common Names are ignored. There are
66+
currently no B<flags> that would affect the behavior of this call.
6667

6768
X509_check_ip_asc() is similar, except that the NUL-terminated
6869
string B<address> is first converted to the internal representation.

0 commit comments

Comments
 (0)