Searched refs:checkhost (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dapps.h346 const char *checkhost,
H A Dx509.c153 " -checkhost host - check certificate matches \"host\"\n",
218 char *checkhost = NULL; local
449 } else if (strcmp(*argv, "-checkhost") == 0) {
452 checkhost = *(++argv);
986 print_cert_checks(STDout, x, checkhost, checkemail, checkip);
H A Dapps.c2789 const char *checkhost,
2794 if (checkhost) {
2796 checkhost, X509_check_host(x, checkhost, 0, 0, NULL) == 1
2788 print_cert_checks(BIO *bio, X509 *x, const char *checkhost, const char *checkemail, const char *checkip) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dapps.h346 const char *checkhost,
H A Dx509.c153 " -checkhost host - check certificate matches \"host\"\n",
218 char *checkhost = NULL; local
449 } else if (strcmp(*argv, "-checkhost") == 0) {
452 checkhost = *(++argv);
986 print_cert_checks(STDout, x, checkhost, checkemail, checkip);
H A Dapps.c2789 const char *checkhost,
2794 if (checkhost) {
2796 checkhost, X509_check_host(x, checkhost, 0, 0, NULL) == 1
2788 print_cert_checks(BIO *bio, X509 *x, const char *checkhost, const char *checkemail, const char *checkip) argument

Completed in 57 milliseconds