summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2006-03-21 13:48:51 +0100
committerWerner Koch <wk@gnupg.org>2006-03-21 13:48:51 +0100
commit79f749fec99173a2711c48b34fc514fba29032d8 (patch)
treea0bcdc35e9642acc69a6326c6d1c459a367da010 /doc
parentAdd Kludge for RegTP sillyness. (diff)
downloadgnupg2-79f749fec99173a2711c48b34fc514fba29032d8.tar.xz
gnupg2-79f749fec99173a2711c48b34fc514fba29032d8.zip
Allo RMD160 signatures
Diffstat (limited to 'doc')
-rw-r--r--doc/scdaemon.texi9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/scdaemon.texi b/doc/scdaemon.texi
index 8bc5810cb..24a22355e 100644
--- a/doc/scdaemon.texi
+++ b/doc/scdaemon.texi
@@ -444,7 +444,14 @@ hex notation. The actual signing is done using the command
@end example
where @var{keyid} is the hexified ID of the key to be used. The key id
-may have been retrieved using the command @code{LEARN}.
+may have been retrieved using the command @code{LEARN}. If another
+hash algorithm than SHA-1 is used, that algorithm may be given like:
+
+@example
+ PKSIGN --hash=@var{algoname} @var{keyid}
+@end example
+
+With @var{algoname} are one of @code{sha1}, @code{rmd160} or @code{md5}.
@node Scdaemon PKDECRYPT