isislovecruft / python-gnupg

A modified version of python-gnupg, including security patches, extensive documentation, and extra features.
Other
424 stars 172 forks source link

Add statuses emitted by gnupg2 > 2.1.19 #220

Closed OdyX closed 6 years ago

OdyX commented 6 years ago

Add DECRYPTION_KEY, ENCRYPTION_COMPLIANCE_MODE and VERIFICATION_COMPLIANCE as known and discarded statuses.

These were added in gnupg2 :

This fixes at least https://github.com/isislovecruft/python-gnupg/issues/207

shollingsworth commented 6 years ago

bump!

ghost commented 6 years ago

bump, ran into this issue on 2.2.4

isislovecruft commented 6 years ago

Hi @OdyX! Thanks for the patch! This looks great to me. Thanks also for documenting which gnupg versions the status messages were added in.

I'll merge this for the next release (3.0.3).