Skip Menu |

This queue is for tickets about the GnuPG-Interface CPAN distribution.

Report information
The Basics
Id: 57130
Status: resolved
Priority: 0/
Queue: GnuPG-Interface

People
Owner: Nobody in particular
Requestors: dkg [...] fifthhorseman.net
Cc:
AdminCc:

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



Subject: GnuPG::Signature should report on expirations
Date: Sat, 01 May 2010 18:37:41 -0400
To: submit [...] bugs.debian.org, bug-GnuPG-Interface [...] rt.cpan.org
From: Daniel Kahn Gillmor <dkg [...] fifthhorseman.net>
Package: libgnupg-interface-perl GnuPG::Signature reports the time that a given signature was created, but does not provide information about when the signature is scheduled to expire. Not all signatures have expiration dates, but those that do, it's a pretty relevant piece of information ;) http://tools.ietf.org/html/rfc4880#section-5.2.3.10 The attached patch adds support for signature expiration, and standardizes/clarifies what the expiration should look like (undef) in the event that there is no expiration for a key or a signature. --dkg

Message body is not shown because sender requested not to inline it.

Download signature.asc
application/pgp-signature 892b

Message body not shown because it is not plain text.

Subject: Re: [rt.cpan.org #57130] AutoReply: GnuPG::Signature should report on expirations
Date: Sat, 01 May 2010 21:07:19 -0400
To: bug-GnuPG-Interface [...] rt.cpan.org, 579873 [...] bugs.debian.org
From: Daniel Kahn Gillmor <dkg [...] fifthhorseman.net>
Hrm. looks like there was one other place to normalize the expiration dates returning undef when not present. This patch should handle all the cases. --dkg

Message body is not shown because sender requested not to inline it.

Download signature.asc
application/pgp-signature 892b

Message body not shown because it is not plain text.

On 2010-05-01T18:37:57-04:00, dkg@fifthhorseman.net wrote: Show quoted text
> The attached patch adds support for signature expiration, and > standardizes/clarifies what the expiration should look like (undef) in > the event that there is no expiration for a key or a signature.
This was applied as 828604d and released in 0.43. - Alex