Summary | Lacking possibility to set PGP expiration date when generating key pair |
Queue | IMP |
Queue Version | Git master |
Type | Enhancement |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | libre (at) immerda (dot) ch |
Created | 09/27/2007 (6503 days ago) |
Due | |
Updated | 08/29/2012 (4705 days ago) |
Assigned | |
Resolved | 12/06/2011 (4972 days ago) |
Milestone | |
Patch | No |
commit ea689184939c8d08be1f06f106d79d066792212c
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Dec 5 17:04:22 2011 -0700
[mms] Allow expiration date to be provided when creating personal
PGP key (
Request #5754).Conflicts:
imp/docs/CHANGES
imp/package.xml
imp/js/pgp.js | 61
++++++++++++++++++++++++++++++++
imp/lib/Crypt/Pgp.php | 16 +++++----
imp/lib/Prefs/Ui.php | 13 ++++++-
imp/package.xml | 2 +-
imp/templates/prefs/pgpprivatekey.html | 16 ++++++++
5 files changed, 99 insertions(+), 9 deletions(-)
http://git.horde.org/horde-git/-/commit/ea689184939c8d08be1f06f106d79d066792212c
Revert "[mms] Allow expiration date to be provided when creating
personal PGP key (
Request #5754)."This reverts commit f76b7572faa4b736f5781febed7b1b4fb5f0abc3.
Conflicts:
imp/docs/CHANGES
imp/package.xml
Moved to 5.1
6 files changed, 9 insertions(+), 103 deletions(-)
http://git.horde.org/horde-git/-/commit/458ba44d19262e59cfa727a7a6accdd946884bc6
Assigned to Michael Slusarz
State ⇒ Resolved
[mms] Allow expiration date to be provided when creating personal PGP
key (
Request #5754).6 files changed, 103 insertions(+), 9 deletions(-)
http://git.horde.org/horde-git/-/commit/f76b7572faa4b736f5781febed7b1b4fb5f0abc3
[mms] Allow expiration date to be given to
Horde_Crypt_Pgp#generateKey() (
Request #5754).2 files changed, 14 insertions(+), 8 deletions(-)
http://git.horde.org/horde-git/-/commit/713fd7cefdf649c58cccc0a4340e628277643ec0
Version ⇒ Git master
this issue meanwhile been addressed?
Version ⇒ HEAD
Queue ⇒ IMP
State ⇒ Accepted
Priority ⇒ 2. Medium
Type ⇒ Enhancement
Summary ⇒ Lacking possibility to set PGP expiration date when generating key pair
Due ⇒ 09/28/2007
Queue ⇒ Horde Base
State ⇒ New
not possible to set an expiration date. This way, people are forced to
create keys with unlimited expiration which are a risk if the key is
compromised. And a really big nuisance if the key is deleted and no
revocation certificate is generated. By the way, a revocation
certificate would be nice... ;)