isislovecruft / python-gnupg

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

bugfix GPG.sign() & GPG.verify_file() #177

Closed mugwort-rc closed 6 years ago

mugwort-rc commented 7 years ago

Probabry same problem #169 is occurring in GPG.verify_file()

https://gist.github.com/mugwort-rc/ca27e54853d8b8ef5f204908ae4e92a5#file-failure-log

>>> set([gnupg._util.binary(bytes([x])) for x in range(0x80, 0x100)])
{b'\xef\xbf\xbd'}
isislovecruft commented 6 years ago

Hi @mugwort-rc! Thanks for the patch! This looks good to me, so I'm merging it for the 3.0.3 release.