mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Add a DECRYPTION_INFO status.
DECRYPTION_INFO <mdc_method> <sym_algo> Print information about the symmetric encryption algorithm and the MDC method. This will be emitted even if the decryption fails.
This commit is contained in:
parent
71e7a1644e
commit
5667e33290
5 changed files with 81 additions and 63 deletions
|
@ -20,7 +20,7 @@
|
|||
#ifndef GNUPG_COMMON_STATUS_H
|
||||
#define GNUPG_COMMON_STATUS_H
|
||||
|
||||
enum
|
||||
enum
|
||||
{
|
||||
STATUS_ENTER,
|
||||
STATUS_LEAVE,
|
||||
|
@ -39,7 +39,7 @@ enum
|
|||
STATUS_TRUST_MARGINAL,
|
||||
STATUS_TRUST_FULLY,
|
||||
STATUS_TRUST_ULTIMATE,
|
||||
|
||||
|
||||
STATUS_NEED_PASSPHRASE,
|
||||
STATUS_VALIDSIG,
|
||||
STATUS_SIG_ID,
|
||||
|
@ -49,6 +49,7 @@ enum
|
|||
STATUS_NO_PUBKEY,
|
||||
STATUS_NO_SECKEY,
|
||||
STATUS_NEED_PASSPHRASE_SYM,
|
||||
STATUS_DECRYPTION_INFO,
|
||||
STATUS_DECRYPTION_FAILED,
|
||||
STATUS_DECRYPTION_OKAY,
|
||||
STATUS_MISSING_PASSPHRASE,
|
||||
|
@ -58,20 +59,20 @@ enum
|
|||
STATUS_ERRMDC,
|
||||
STATUS_IMPORTED,
|
||||
STATUS_IMPORT_OK,
|
||||
STATUS_IMPORT_PROBLEM,
|
||||
STATUS_IMPORT_PROBLEM,
|
||||
STATUS_IMPORT_RES,
|
||||
STATUS_IMPORT_CHECK,
|
||||
|
||||
STATUS_FILE_START,
|
||||
STATUS_FILE_DONE,
|
||||
STATUS_FILE_ERROR,
|
||||
|
||||
|
||||
STATUS_BEGIN_DECRYPTION,
|
||||
STATUS_END_DECRYPTION,
|
||||
STATUS_BEGIN_ENCRYPTION,
|
||||
STATUS_END_ENCRYPTION,
|
||||
STATUS_BEGIN_SIGNING,
|
||||
|
||||
|
||||
STATUS_DELETE_PROBLEM,
|
||||
|
||||
STATUS_GET_BOOL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue