Home
last modified time | relevance | path

Searched refs:checkip (Results 1 – 4 of 4) sorted by relevance

/openssl/apps/
H A Dx509.c283 char *checkhost = NULL, *checkemail = NULL, *checkip = NULL; in x509_main() local
604 checkip = opt_arg(); in x509_main()
1083 if (!check_cert_attributes(out, x, checkhost, checkemail, checkip, 1)) in x509_main()
/openssl/apps/include/
H A Dapps.h280 const char *checkip, int print);
/openssl/apps/lib/
H A Dapps.c2174 const char *checkemail, const char *checkip, in check_cert_attributes() argument
2201 if (checkip != NULL) { in check_cert_attributes()
2202 valid_ip = X509_check_ip_asc(x, checkip, 0); in check_cert_attributes()
2205 checkip, valid_ip ? "" : " NOT"); in check_cert_attributes()
/openssl/doc/man1/
H A Dopenssl-x509.pod.in54 [B<-checkip> I<ipaddr>]
360 =item B<-checkip> I<ipaddr>

Completed in 29 milliseconds