Searched refs:dateopt (Results 1 – 8 of 8) sorted by relevance
/openssl/apps/ |
H A D | crl.c | 95 unsigned long dateopt = ASN1_DTFLGS_RFC822; in crl_main() local 168 if (!set_dateopt(&dateopt, opt_arg())) in crl_main() 335 ASN1_TIME_print_ex(bio_out, X509_CRL_get0_lastUpdate(x), dateopt); in crl_main() 341 ASN1_TIME_print_ex(bio_out, X509_CRL_get0_nextUpdate(x), dateopt); in crl_main()
|
H A D | ca.c | 104 int default_op, int ext_copy, int selfsign, unsigned long dateopt); 132 int default_op, int ext_copy, int selfsign, unsigned long dateopt); 285 unsigned long dateopt = ASN1_DTFLGS_RFC822; in ca_main() local 335 if (!set_dateopt(&dateopt, opt_arg())) in ca_main() 936 ext_copy, dateopt); in ca_main() 957 ext_copy, dateopt); in ca_main() 1345 int default_op, int ext_copy, int selfsign, unsigned long dateopt) in certify() argument 1384 ext_copy, selfsign, dateopt); in certify() 1441 ext_copy, 0, dateopt); in certify_cert() 1874 ASN1_TIME_print_ex(bio_err, X509_get0_notAfter(ret), dateopt); in do_body() [all …]
|
H A D | x509.c | 291 unsigned long dateopt = ASN1_DTFLGS_RFC822; in x509_main() local 358 if (!set_dateopt(&dateopt, opt_arg())) { in x509_main() 1034 ASN1_TIME_print_ex(out, X509_get0_notBefore(x), dateopt); in x509_main() 1038 ASN1_TIME_print_ex(out, X509_get0_notAfter(x), dateopt); in x509_main()
|
/openssl/doc/man1/ |
H A D | openssl-crl.pod.in | 16 [B<-dateopt>] 85 =item B<-dateopt>
|
H A D | openssl-x509.pod.in | 27 [B<-dateopt>] 226 =item B<-dateopt>
|
H A D | openssl-ca.pod.in | 50 [B<-dateopt>] 227 =item B<-dateopt>
|
/openssl/apps/include/ |
H A D | apps.h | 113 int set_dateopt(unsigned long *dateopt, const char *arg);
|
/openssl/apps/lib/ |
H A D | apps.c | 1247 int set_dateopt(unsigned long *dateopt, const char *arg) in set_dateopt() argument 1250 *dateopt = ASN1_DTFLGS_RFC822; in set_dateopt() 1252 *dateopt = ASN1_DTFLGS_ISO8601; in set_dateopt()
|
Completed in 29 milliseconds