summaryrefslogtreecommitdiffstats
path: root/doc/apps/ts.pod
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2006-02-26 23:34:53 +0000
committerUlf Möller <ulf@openssl.org>2006-02-26 23:34:53 +0000
commit11503177d1842dcb070fb93bac3d96d0f59f78e0 (patch)
treefd07a87f6e66d486b2bf64a23887990208c2d621 /doc/apps/ts.pod
parent9ab899a660b30d80d844c5d1be9998180c91149a (diff)
TS bugfixes: Do not hardcode message digest algorithms; fix ASN1 decoding.
Submitted by: Zoltan Glozik <zglozik@opentsa.org>
Diffstat (limited to 'doc/apps/ts.pod')
-rw-r--r--doc/apps/ts.pod8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/apps/ts.pod b/doc/apps/ts.pod
index 95da5b7b5c..a630762f19 100644
--- a/doc/apps/ts.pod
+++ b/doc/apps/ts.pod
@@ -12,7 +12,7 @@ B<-query>
[B<-config> configfile]
[B<-data> file_to_hash]
[B<-digest> digest_bytes]
-[B<-md2>|B<-md4>|B<-md5>|B<-sha>|B<-sha1>|B<-mdc2>|B<-ripemd160>]
+[B<-md2>|B<-md4>|B<-md5>|B<-sha>|B<-sha1>|B<-mdc2>|B<-ripemd160>|B<...>]
[B<-policy> object_id]
[B<-no_nonce>]
[B<-cert>]
@@ -124,9 +124,11 @@ per byte, the bytes optionally separated by colons (e.g. 1A:F6:01:... or
1AF601...). The number of bytes must match the message digest algorithm
in use. (Optional)
-=item B<-md2>|B<-md4>|B<-md5>|B<-sha>|B<-sha1>|B<-mdc2>|B<-ripemd160>
+=item B<-md2>|B<-md4>|B<-md5>|B<-sha>|B<-sha1>|B<-mdc2>|B<-ripemd160>|B<...>
-The message digest to apply to the data file. The default is SHA-1. (Optional)
+The message digest to apply to the data file, it supports all the message
+digest algorithms that are supported by the openssl B<dgst> command.
+The default is SHA-1. (Optional)
=item B<-policy> object_id