summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2008-12-05 18:53:06 +0000
committerWerner Koch <wk@gnupg.org>2008-12-05 18:53:06 +0000
commitbd5ca43389e2219b930d67ec51ad688650951e25 (patch)
tree3a7dc8c95a91fc0b7084b0c6199b68f47823ecb9 /doc
parentdb0387be06f205591870e882c8a4ae0e0ebf0846 (diff)
downloadlibgcrypt-bd5ca43389e2219b930d67ec51ad688650951e25.tar.gz
Allow (transient-key) for DSA.
Type fix. Made sure that gcry_free preserves ERRNO.
Diffstat (limited to 'doc')
-rw-r--r--doc/gcrypt.texi11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/gcrypt.texi b/doc/gcrypt.texi
index 9569c81b..4ccaae89 100644
--- a/doc/gcrypt.texi
+++ b/doc/gcrypt.texi
@@ -2708,10 +2708,11 @@ are allowed. When specifying Q all values of N in the range 512 to
15680 are valid as long as they are multiples of 8.
@item transient-key
-This is only meaningful for RSA keys. This is a flag with no value. If
-given the RSA key is created using a faster and a somewhat less secure
-random number generator. This flag may be used for keys which are only
-used for a short time and do not require full cryptographic strength.
+This is only meaningful for RSA and DSA keys. This is a flag with no
+value. If given the RSA or DSA key is created using a faster and a
+somewhat less secure random number generator. This flag may be used
+for keys which are only used for a short time and do not require full
+cryptographic strength.
@item domain
This is only meaningful for DLP algorithms. If specified keys are
@@ -5563,7 +5564,7 @@ DSA key generation refuses to create a key with a keysize other
than 1024 bits.
@item
-The @code{transient-key} flag for RSA key generation is ignored.
+The @code{transient-key} flag for RSA and DSA key generation is ignored.
@item
Support for the VIA Padlock engine is disabled.