diff options
author | William Edmisten <wcedmisten@gmail.com> | 2021-03-02 00:33:29 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2021-06-11 12:39:46 +0200 |
commit | 8c5bff2220c4f39b48660afda40005871f53250d (patch) | |
tree | bc1d608ac356c10b1e460a296f4200dd310505e3 /doc/man1/openssl-x509.pod.in | |
parent | Update krb5 module and re-enable pkinit tests (diff) | |
download | openssl-8c5bff2220c4f39b48660afda40005871f53250d.tar.xz openssl-8c5bff2220c4f39b48660afda40005871f53250d.zip |
Add support for ISO 8601 datetime format
Fixes #5430
Added the configuration file option "date_opt" to the openssl applications ca,
crl and x509.
Added ASN1_TIME_print_ex which supports the new datetime format using the
flag ASN1_DTFLGS_ISO8601
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14384)
Diffstat (limited to 'doc/man1/openssl-x509.pod.in')
-rw-r--r-- | doc/man1/openssl-x509.pod.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/man1/openssl-x509.pod.in b/doc/man1/openssl-x509.pod.in index 65b6487481..0e073d6b05 100644 --- a/doc/man1/openssl-x509.pod.in +++ b/doc/man1/openssl-x509.pod.in @@ -24,6 +24,7 @@ B<openssl> B<x509> [B<-outform> B<DER>|B<PEM>] [B<-nocert>] [B<-noout>] +[B<-dateopt>] [B<-text>] [B<-certopt> I<option>] [B<-fingerprint>] @@ -208,6 +209,11 @@ but are described in the L</Trust Settings> section. =over 4 +=item B<-dateopt> + +Specify the date output format. Values are: rfc_822 and iso_8601. +Defaults to rfc_822. + =item B<-text> Prints out the certificate in text form. Full details are printed including the |