From: Hubert Kario Date: Thu, 12 Sep 2013 09:37:12 +0000 (+0200) Subject: add description of -attime to man page X-Git-Tag: OpenSSL_1_0_0m~16 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6270d1c0864d2f700a1cfcc559f090bde30fc849;p=oweals%2Fopenssl.git 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. --- diff --git a/doc/apps/verify.pod b/doc/apps/verify.pod index f249225be1..adb8311189 100644 --- a/doc/apps/verify.pod +++ b/doc/apps/verify.pod @@ -25,6 +25,7 @@ B B [B<-untrusted file>] [B<-help>] [B<-issuer_checks>] +[B<-attime timestamp>] [B<-verbose>] [B<->] [certificates] @@ -78,6 +79,12 @@ certificate was rejected. However the presence of rejection messages does not itself imply that anything is wrong: during the normal verify process several rejections may take place. +=item B<-attime timestamp> + +Perform validation checks using time specified by B and not +current system time. B is the number of seconds since +01.01.1970 (UNIX time). + =item B<-policy arg> Enable policy processing and add B to the user-initial-policy-set