mirror of
git://git.gnupg.org/gnupg.git
synced 2025-03-20 21:29:58 +01:00
gpg: Set default expiration date to 3 years.
* g10/keygen.c (default_expiration_interval): Change. -- This is a revision of GnuPG-bug-id: 2701
This commit is contained in:
parent
5825daaf11
commit
8613230602
2
NEWS
2
NEWS
@ -1,6 +1,8 @@
|
||||
Noteworthy changes in version 2.2.42 (unreleased)
|
||||
-------------------------------------------------
|
||||
|
||||
* gpg: Set default expiration date to 3 years. [T2701]
|
||||
|
||||
* gpg: Support OCB encryption. [T6263]
|
||||
|
||||
* gpg: New command --quick-update-pref. [rGf16c946be7]
|
||||
|
@ -54,7 +54,7 @@
|
||||
|
||||
/* When generating keys using the streamlined key generation dialog,
|
||||
use this as a default expiration interval. */
|
||||
const char *default_expiration_interval = "2y";
|
||||
const char *default_expiration_interval = "3y";
|
||||
|
||||
/* Flag bits used during key generation. */
|
||||
#define KEYGEN_FLAG_NO_PROTECTION 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user