Searched refs:checkemail (Results 1 – 4 of 4) sorted by relevance
/openssl/apps/ |
H A D | x509.c | 283 char *checkhost = NULL, *checkemail = NULL, *checkip = NULL; in x509_main() local 601 checkemail = opt_arg(); in x509_main() 1083 if (!check_cert_attributes(out, x, checkhost, checkemail, checkip, 1)) in x509_main()
|
/openssl/apps/include/ |
H A D | apps.h | 279 const char *checkhost, const char *checkemail,
|
/openssl/apps/lib/ |
H A D | apps.c | 2174 const char *checkemail, const char *checkip, in check_cert_attributes() argument 2193 if (checkemail != NULL) { in check_cert_attributes() 2194 valid_mail = X509_check_email(x, checkemail, 0, 0); in check_cert_attributes() 2197 checkemail, valid_mail ? "" : " NOT"); in check_cert_attributes()
|
/openssl/doc/man1/ |
H A D | openssl-x509.pod.in | 53 [B<-checkemail> I<host>] 356 =item B<-checkemail> I<email>
|
Completed in 26 milliseconds