Home
last modified time | relevance | path

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

/openssl/apps/
H A Dx509.c274 char *checkhost = NULL, *checkemail = NULL, *checkip = NULL; in x509_main() local
583 checkemail = opt_arg(); in x509_main()
1052 if (!check_cert_attributes(out, x, checkhost, checkemail, checkip, 1)) in x509_main()
/openssl/apps/include/
H A Dapps.h278 const char *checkemail, const char *checkip, int print);
/openssl/apps/lib/
H A Dapps.c2096 const char *checkemail, const char *checkip, in check_cert_attributes() argument
2115 if (checkemail != NULL) { in check_cert_attributes()
2116 valid_mail = X509_check_email(x, checkemail, 0, 0); in check_cert_attributes()
2119 checkemail, valid_mail ? "" : " NOT"); in check_cert_attributes()
/openssl/doc/man1/
H A Dopenssl-x509.pod.in53 [B<-checkemail> I<host>]
347 =item B<-checkemail> I<email>

Completed in 21 milliseconds