diff options
Diffstat (limited to 'doc/DETAILS')
-rw-r--r-- | doc/DETAILS | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index 618c2a0e4..4641bf7a4 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -111,13 +111,26 @@ more arguments in future versions. NEED_PASSPHRASE_SYM <cipher_algo> <s2k_mode> <s2k_hash> Issued whenever a passphrase for symmetric encryption is needed. + MISSING_PASSPHRASE + BAD_PASSPHRASE <long keyid> The supplied passphrase was wrong + GOOD_PASSPHRASE + The supplied passphrase was good and the secret key material + is therefore usuable. + DECRYPTION_FAILED The symmetric decryption failed - one reason could be a wrong passphrase for a symmetrical encrypted message. + DECRYPTION_OKAY + The decryption process succeeded. This means, that either the + correct secret key has been used or the correct passphrase + for a conventional encrypted message was given. The program + itself may return an errorcode becuase it may not be possible to + verify a signature for some reasons. + NO_PUBKEY <long keyid> NO_SECKEY <long keyid> The key is not available |