diff options
author | Werner Koch <[email protected]> | 2003-11-27 14:50:44 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2003-11-27 14:50:44 +0000 |
commit | fb5270eac8ec6598caedad6cbfaa16e377afab04 (patch) | |
tree | 8f78a3d893e8a169b6003c1a170788cbd7f8aeb7 | |
parent | * pubkey.c (pubkey_sign): Return an error if an ElGamal key is used. (diff) | |
download | gnupg-fb5270eac8ec6598caedad6cbfaa16e377afab04.tar.gz gnupg-fb5270eac8ec6598caedad6cbfaa16e377afab04.zip |
Minor additions
Diffstat (limited to '')
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | doc/DETAILS | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -15,6 +15,10 @@ Noteworthy changes in version 1.3.4 (unreleased) version 1.3.4 will try for gpg.conf-1.3.4, gpg.conf-1.3, and gpg.conf-1 before falling back to the regular gpg.conf file. + * Fixed a format string bug in external HKP support. + + * Disabled the creation of ELGamal signatures. + Noteworthy changes in version 1.3.3 (2003-10-10) ------------------------------------------------ diff --git a/doc/DETAILS b/doc/DETAILS index 0ef922c00..757510aa5 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -61,7 +61,7 @@ record. 4. Field: Algorithm: 1 = RSA 16 = ElGamal (encrypt only) 17 = DSA (sometimes called DH, sign only) - 20 = ElGamal (sign and encrypt) + 20 = ElGamal (sign and encrypt - don't use them!) (for other id's see include/cipher.h) 5. Field: KeyID 6. Field: Creation Date (in UTC). For UID and UAT records, this is the |