Searched refs:checkemail (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/apps/ |
D | x509.c | 274 char *checkhost = NULL, *checkemail = NULL, *checkip = NULL; in x509_main() local 582 checkemail = opt_arg(); in x509_main() 1040 print_cert_checks(out, x, checkhost, checkemail, checkip); in x509_main()
|
/third_party/openssl/apps/include/ |
D | apps.h | 272 const char *checkemail, const char *checkip);
|
/third_party/openssl/apps/lib/ |
D | apps.c | 2132 const char *checkemail, const char *checkip) in print_cert_checks() argument 2143 if (checkemail) { in print_cert_checks() 2145 checkemail, X509_check_email(x, checkemail, 0, 0) in print_cert_checks()
|
/third_party/openssl/doc/man1/ |
D | openssl-x509.pod.in | 53 [B<-checkemail> I<host>] 347 =item B<-checkemail> I<email>
|