Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Dcrl.c95 unsigned long dateopt = ASN1_DTFLGS_RFC822; in crl_main() local
167 if (!set_dateopt(&dateopt, opt_arg())) in crl_main()
336 ASN1_TIME_print_ex(bio_out, X509_CRL_get0_lastUpdate(x), dateopt); in crl_main()
342 ASN1_TIME_print_ex(bio_out, X509_CRL_get0_nextUpdate(x), dateopt); in crl_main()
H A Dca.c102 int default_op, int ext_copy, int selfsign, unsigned long dateopt);
130 int default_op, int ext_copy, int selfsign, unsigned long dateopt);
279 unsigned long dateopt = ASN1_DTFLGS_RFC822; in ca_main() local
329 if (!set_dateopt(&dateopt, opt_arg())) in ca_main()
971 ext_copy, dateopt); in ca_main()
992 ext_copy, dateopt); in ca_main()
1388 int default_op, int ext_copy, int selfsign, unsigned long dateopt) in certify() argument
1427 ext_copy, selfsign, dateopt); in certify()
1484 ext_copy, 0, dateopt); in certify_cert()
1908 ASN1_TIME_print_ex(bio_err, X509_get0_notAfter(ret), dateopt); in do_body()
[all …]
H A Dx509.c282 unsigned long dateopt = ASN1_DTFLGS_RFC822; in x509_main() local
348 if (!set_dateopt(&dateopt, opt_arg())) { in x509_main()
991 ASN1_TIME_print_ex(out, X509_get0_notBefore(x), dateopt); in x509_main()
995 ASN1_TIME_print_ex(out, X509_get0_notAfter(x), dateopt); in x509_main()
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-crl.pod.in16 [B<-dateopt>]
85 =item B<-dateopt>
H A Dopenssl-x509.pod.in27 [B<-dateopt>]
217 =item B<-dateopt>
H A Dopenssl-ca.pod.in47 [B<-dateopt>]
213 =item B<-dateopt>
/freebsd/crypto/openssl/apps/include/
H A Dapps.h105 int set_dateopt(unsigned long *dateopt, const char *arg);
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c1186 int set_dateopt(unsigned long *dateopt, const char *arg) in set_dateopt() argument
1189 *dateopt = ASN1_DTFLGS_RFC822; in set_dateopt()
1191 *dateopt = ASN1_DTFLGS_ISO8601; in set_dateopt()