Home
last modified time | relevance | path

Searched refs:dateopt (Results 1 – 8 of 8) sorted by relevance

/openssl/apps/
H A Dcrl.c95 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 Dca.c104 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 Dx509.c291 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 Dopenssl-crl.pod.in16 [B<-dateopt>]
85 =item B<-dateopt>
H A Dopenssl-x509.pod.in27 [B<-dateopt>]
226 =item B<-dateopt>
H A Dopenssl-ca.pod.in50 [B<-dateopt>]
227 =item B<-dateopt>
/openssl/apps/include/
H A Dapps.h113 int set_dateopt(unsigned long *dateopt, const char *arg);
/openssl/apps/lib/
H A Dapps.c1218 int set_dateopt(unsigned long *dateopt, const char *arg) in set_dateopt() argument
1221 *dateopt = ASN1_DTFLGS_RFC822; in set_dateopt()
1223 *dateopt = ASN1_DTFLGS_ISO8601; in set_dateopt()

Completed in 63 milliseconds