Home
last modified time | relevance | path

Searched refs:checkhost (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
598 checkhost = 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.h279 const char *checkhost, const char *checkemail,
/openssl/apps/lib/
H A Dapps.c2173 int check_cert_attributes(BIO *bio, X509 *x, const char *checkhost, in check_cert_attributes() argument
2185 if (checkhost != NULL) { in check_cert_attributes()
2186 valid_host = X509_check_host(x, checkhost, 0, 0, NULL); in check_cert_attributes()
2189 checkhost, valid_host == 1 ? "" : " NOT"); in check_cert_attributes()
/openssl/doc/man1/
H A Dopenssl-x509.pod.in52 [B<-checkhost> I<host>]
352 =item B<-checkhost> I<host>

Completed in 42 milliseconds