Mailing List Archive

1.0.1 --with-colons does not list expiration for subkeys
This seems strange, but GnuPG 1.0.1 does not seem to list the expiration
date for subkeys when the '--with-colons' argument is used. The
expiration date is shown, however, if I list my secret keys instead of the
public keys.

Public key listing:
isr4033 ~> gpg --homedir test --with-colons --list-keys 53AE596EF950DA9C
pub:u:1024:17:53AE596EF950DA9C:2000-02-06:2002-02-05:59:f:GnuPG test key
(for testing purposes only):
uid:u::::::::Foo Bar (1):
sub:u:768:16:ADB99D9C2E854A6B:2000-02-06::59::
isr4033 ~>

Note that the 'sub' record shows an creation date, but not an expiration
date. Now see:

Secret key listing:

isr4033 ~> gpg --homedir test --with-colons --list-secret 53AE596EF950DA9C
sec:u:1024:17:53AE596EF950DA9C:2000-02-06:2002-02-05:::GnuPG test key (for
testing purposes only):
uid:u::::::::Foo Bar (1):
ssb::768:16:ADB99D9C2E854A6B:2000-02-06:2002-02-05:::
isr4033 ~>

Note that this time the expiration date in the 'ssb' record is shown.

BTW, should I be posting bugs like this to the -users or -devel list? Or
some other list?

--
Frank Tobin http://www.neverending.org/~ftobin/

"To learn what is good and what is to be valued,
those truths which cannot be shaken or changed." Myst: The Book of Atrus
Re: 1.0.1 --with-colons does not list expiration for subkeys [ In reply to ]
On Sat, 18 Mar 2000, Frank Tobin wrote:

> This seems strange, but GnuPG 1.0.1 does not seem to list the expiration
> date for subkeys when the '--with-colons' argument is used. The
> expiration date is shown, however, if I list my secret keys instead of the

The latest development version 1.0.1d fixes this.

Werner