diff options
author | Pablo RodrÃguez <ousia@users.noreply.github.com> | 2024-08-30 16:56:03 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2024-09-05 17:26:58 +0200 |
commit | 6fd9bc65689cf62854797927121a580bed1565c4 (patch) | |
tree | c6e1cc7f11a88806139dec324cdc89da01521fd3 /doc | |
parent | Fix inaccurate comment about default nonce length in demos/cipher/aesccm.c (diff) | |
download | openssl-6fd9bc65689cf62854797927121a580bed1565c4.tar.xz openssl-6fd9bc65689cf62854797927121a580bed1565c4.zip |
blank line required to display code in `openssl-ts.pod.in`
CLA:trivial
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25338)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man1/openssl-ts.pod.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/man1/openssl-ts.pod.in b/doc/man1/openssl-ts.pod.in index 632d2e6b25..ecce6df8c7 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 |