Skip to content

Commit

Permalink
Add DECRYPTION_KEY, ENCRYPTION_COMPLIANCE_MODE and VERIFICATION_COMPL…
Browse files Browse the repository at this point in the history
…IANCE_MODE as known and discarded statuses

FIXES isislovecruft#207
  • Loading branch information
OdyX committed Jan 7, 2018
1 parent 29dc47b commit bb2eb81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gnupg/_parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1497,11 +1497,14 @@ def _handle_status(self, key, value):
"PLAINTEXT_LENGTH",
"POLICY_URL",
"DECRYPTION_INFO",
"DECRYPTION_KEY",
"DECRYPTION_OKAY",
"INV_SGNR",
"PROGRESS",
"PINENTRY_LAUNCHED",
"SUCCESS",
"ENCRYPTION_COMPLIANCE_MODE",
"VERIFICATION_COMPLIANCE_MODE",
):
pass
elif key == "KEY_CONSIDERED":
Expand Down

0 comments on commit bb2eb81

Please sign in to comment.