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
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);
115 unsigned long nameopt, int default_op, int ext_copy, unsigned long dateopt);
124 … unsigned long nameopt, int default_op, int ext_copy, 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()
977 certopt, get_nameopt(), default_op, ext_copy, selfsign, dateopt); in ca_main()
998 certopt, get_nameopt(), default_op, ext_copy, selfsign, dateopt); in ca_main()
[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()
1036 ASN1_TIME_print_ex(out, X509_get0_notBefore(x), dateopt); in x509_main()
1040 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>]
226 =item B<-dateopt>
H A Dopenssl-ca.pod.in50 [B<-dateopt>]
227 =item B<-dateopt>
/freebsd/crypto/openssl/apps/include/
H A Dapps.h114 int set_dateopt(unsigned long *dateopt, const char *arg);
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c1255 int set_dateopt(unsigned long *dateopt, const char *arg) in set_dateopt() argument
1258 *dateopt = ASN1_DTFLGS_RFC822; in set_dateopt()
1260 *dateopt = ASN1_DTFLGS_ISO8601; in set_dateopt()