Searched refs:checkip (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/crypto/openssl/apps/
H A Dx509.c131 {"checkip", OPT_CHECKIP, 's', "Check certificate matches ipaddr"},
168 char *checkhost = NULL, *checkemail = NULL, *checkip = NULL, *exts = NULL; local
451 checkip = opt_arg();
866 print_cert_checks(out, x, checkhost, checkemail, checkip);
H A Dapps.h568 const char *checkemail, const char *checkip);
H A Dapps.c2010 const char *checkemail, const char *checkip)
2027 if (checkip) {
2029 checkip, X509_check_ip_asc(x, checkip, 0) ? "" : " NOT");
2008 print_cert_checks(BIO *bio, X509 *x, const char *checkhost, const char *checkemail, const char *checkip) argument

Completed in 117 milliseconds