key: add a UserID.uid doctest to ensure proper XML unescaping.
[pgp-mime.git] / pgp_mime /
2012-10-06 W. Trevor Kingkey: add a UserID.uid doctest to ensure proper XML...
2012-10-06 W. Trevor Kingkey: flesh out to use KEYLIST's output XML.
2012-10-06 W. Trevor Kingsignature: use proper tag in failed-integer-value-conve...
2012-10-06 W. Trevor Kingpgp: expect subkey signing in `verify` doctests.
2012-09-26 W. Trevor Kingsignature: add 0:'none' to _public_key_algorithm_enum.
2012-09-26 W. Trevor Kingsignature: fix inverse dictionary name typo in get_publ...
2012-09-20 W. Trevor Kingkey: don't pass args to RESULT in lookup_keys().
2012-09-20 W. Trevor Kingkey: add pgp_mime.key wrapping gpgme-tool's KEYLIST...
2012-09-20 W. Trevor Kingsignature: we don't need to import pprint in pgp_mime...
2012-09-20 W. Trevor Kingcrypt: add encryption/verification doctests using the...
2012-09-20 W. Trevor KingRun update-copyright.py.
2012-09-20 W. Trevor Kingsignature: add Signature class for more Pythonic verifi...
2012-09-20 W. Trevor Kingcrypt: Use a sublogger of pgp_mime.LOG not pyassuan...
2012-08-31 W. Trevor KingRun update-copyright.py.
2012-08-31 W. Trevor Kingpgp: test a Mutt-generated email in pgp.verify.
2012-08-31 W. Trevor Kingemail: use absolute imports in the pgp_mime.email module.
2012-04-25 W. Trevor KingForce \r\n line endings when performing PGP cryptography.
2012-04-24 W. Trevor KingAlways return a new Message instance from pgp.verify().
2012-04-23 W. Trevor KingUse configured pgp_mime.LOG.level for crypt client...
2012-04-21 W. Trevor KingAdd `allow_default_signer` to `sign_and_encrypt_bytes`.
2012-04-21 W. Trevor KingPass file-descriptors when spawning gpgme-tool to avoid...
2012-04-20 W. Trevor KingAdjust to use gpgme-tool (from the gpgme package).