summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHubert Kario <hkario@redhat.com>2013-09-12 11:37:12 +0200
committerMatt Caswell <matt@openssl.org>2014-05-30 23:33:10 +0100
commit427a37ca3f2ac155a10ec0c0d8024d5edc08dc75 (patch)
treed19430622e77ad55c6f85bfea5638a73071b6694 /doc
parent39ae3b338f4ef03354b195c039413216258dbe5e (diff)
add description of -attime to man page
the verify app man page didn't describe the usage of attime option even though it was listed as a valid option in the -help message. This patch fixes this omission.
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/verify.pod7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/apps/verify.pod b/doc/apps/verify.pod
index 5d3437f2ea..f35d402950 100644
--- a/doc/apps/verify.pod
+++ b/doc/apps/verify.pod
@@ -25,6 +25,7 @@ B<openssl> B<verify>
[B<-untrusted file>]
[B<-help>]
[B<-issuer_checks>]
+[B<-attime timestamp>]
[B<-verbose>]
[B<->]
[certificates]
@@ -80,6 +81,12 @@ rejected. The presence of rejection messages does not itself imply that
anything is wrong; during the normal verification process, several
rejections may take place.
+=item B<-attime timestamp>
+
+Perform validation checks using time specified by B<timestamp> and not
+current system time. B<timestamp> is the number of seconds since
+01.01.1970 (UNIX time).
+
=item B<-policy arg>
Enable policy processing and add B<arg> to the user-initial-policy-set (see