python-gnupg/gnupg
Isis Lovecruft 4da7ec92bd
Handle KEYREVOKED status message during signature verification.
If we get a VALIDSIG, but the signing key has since been revoked, we
(mostly) ignore the KEYREVOKED status message (except to append "key
revoked" to the `Verify.status` string).

 * ADD ability to handle KEYREVOKED status to `gnupg._parsers.Verify`.

 * FIXES Issue #66
   https://github.com/isislovecruft/python-gnupg/issues/66

 * THANKS TO Tom Galloway for finding this bug.
   https://github.com/tomgalloway

 * CLOSES PR#38
   https://github.com/isislovecruft/python-gnupg/pull/38
2014-09-26 03:39:36 +00:00
..
test Merge remote-tracking branch 'anarcat/dev/monkeysign' into develop 2014-09-24 21:12:05 +00:00
__init__.py fix sphinx errors&warnings; some pep8 2013-10-14 01:24:17 -03:00
_ansistrm.py Change LICENSE to GPLv3+, after discussion with intrigeri. 2013-07-27 19:27:53 +00:00
_logger.py more py2.6 fixes 2014-04-23 14:49:24 +02:00
_meta.py Only use `--debug-level=` syntax if GnuPG<=1.4.18. 2014-09-26 02:43:22 +00:00
_parsers.py Handle KEYREVOKED status message during signature verification. 2014-09-26 03:39:36 +00:00
_trust.py WIP fixing serveral Python 3 tests for #16 2014-03-30 19:53:45 -04:00
_util.py Only compile the version string regex once on module import. 2014-09-26 02:24:46 +00:00
_version.py
copyleft.py Change LICENSE to GPLv3+, after discussion with intrigeri. 2013-07-27 19:27:53 +00:00
gnupg.py Move logic for sanity check and getting binary version to new method. 2014-09-26 02:29:59 +00:00