From: Pablo Rodríguez Date: Fri, 30 Aug 2024 14:56:03 +0000 (+0200) Subject: blank line required to display code in `openssl-ts.pod.in` X-Git-Tag: openssl-3.1.8~143 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e552e25a44508263ca0a172757584b36979d27e6;p=thirdparty%2Fopenssl.git blank line required to display code in `openssl-ts.pod.in` CLA:trivial Reviewed-by: Neil Horman Reviewed-by: Richard Levitte Reviewed-by: Tom Cosgrove Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/25338) (cherry picked from commit 6fd9bc65689cf62854797927121a580bed1565c4) --- diff --git a/doc/man1/openssl-ts.pod.in b/doc/man1/openssl-ts.pod.in index 5f4895b34d6..cd6dfd5305f 100644 --- a/doc/man1/openssl-ts.pod.in +++ b/doc/man1/openssl-ts.pod.in @@ -584,10 +584,12 @@ To verify a timestamp reply that includes the certificate chain: -CAfile cacert.pem To verify a timestamp token against the original data file: + openssl ts -verify -data design2.txt -in design2.tsr \ -CAfile cacert.pem To verify a timestamp token against a message imprint: + openssl ts -verify -digest b7e5d3f93198b38379852f2c04e78d73abdd0f4b \ -in design2.tsr -CAfile cacert.pem