Skip Menu |

This queue is for tickets about the Crypt-GPG CPAN distribution.

Report information
The Basics
Id: 26053
Status: new
Priority: 0/
Queue: Crypt-GPG

People
Owner: Nobody in particular
Requestors: robertojimenoca [...] terra.es
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: Incorrect use of the GnuPG interface
Crypt::GPG is using output from the stderr to GnuPG: $x =~ /Signature made (\S+ \S+ \S+ \S+ \S+ \S+).*(GOOD|BAD)SIG (\S{16}).*(TRUST_(\S+))?/sg; Crypt::GPG should not be using that output as that is not the GnuPG specification and can change in future GnuPG versions and cause lots of problems. Only "[GNUPG:]" lines should be used as input of Crypt::GPG