diff options
author | Werner Koch <[email protected]> | 1999-04-08 07:41:35 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1999-04-08 07:41:35 +0000 |
commit | 97efca04ef9d1e3971f2858bc31f2e8d7a60b05b (patch) | |
tree | 094b3b289b32d275862f5e16397b588f80472256 /doc | |
parent | See ChangeLog: Wed Apr 7 20:51:39 CEST 1999 Werner Koch (diff) | |
download | gnupg-97efca04ef9d1e3971f2858bc31f2e8d7a60b05b.tar.gz gnupg-97efca04ef9d1e3971f2858bc31f2e8d7a60b05b.zip |
See ChangeLog: Thu Apr 8 09:35:53 CEST 1999 Werner Koch
Diffstat (limited to 'doc')
-rw-r--r-- | doc/DETAILS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index 27a8d9d4b..618c2a0e4 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -108,9 +108,16 @@ more arguments in future versions. NEED_PASSPHRASE <long keyid> Issued whenever a passphrase is needed. + NEED_PASSPHRASE_SYM <cipher_algo> <s2k_mode> <s2k_hash> + Issued whenever a passphrase for symmetric encryption is needed. + BAD_PASSPHRASE <long keyid> The supplied passphrase was wrong + DECRYPTION_FAILED + The symmetric decryption failed - one reason could be a wrong + passphrase for a symmetrical encrypted message. + NO_PUBKEY <long keyid> NO_SECKEY <long keyid> The key is not available |