isislovecruft / python-gnupg

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

Should be possible to verify detached signature when both data and signature are in memory #202

Open jikamens opened 7 years ago

jikamens commented 7 years ago

It appears that the module expects either the data being verified or the signature to be a file on disk. It seems to me there should be a way to verify when both the data and the signature are separate in-memory blobs of data.

frankhucek commented 6 years ago

Please do this!!