commit: 0b2edc8ff515b404efd8284b3b961b9ffdb4223e
Author: Brian Dolbec dolsen <dolsen <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 15 01:04:22 2018 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Wed Aug 15 01:04:22 2018 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-keys.git/commit/?id=0b2edc8f
gkeys checks.py: Update glep 63 specs
gkeys/gkeys/checks.py | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gkeys/gkeys/checks.py b/gkeys/gkeys/checks.py
index 7610d70..8119395 100644
--- a/gkeys/gkeys/checks.py
+++ b/gkeys/gkeys/checks.py
@@ -51,18 +51,17 @@ SPEC_STAT = ['', '','', False, False, False, False, False,
False, False, False,
# and approved options, limits
TEST_SPEC = {
'bits': {
- 'DSA': 2048,
'RSA': 2048,
},
- 'expire': 5 * 365, # in days
+ 'expire': 900, # in days
'subkeys': { # warning/error mode
'encrypt': {
'mode': 'notice',
- 'expire': 5 * 365,
+ 'expire': 900,
},
'sign': {
'mode': 'error',
- 'expire': 5 * 365,
+ 'expire': 900,
},
},
'algorithms': ['DSA', 'RSA', '1', '2', '3', '17'],