From 0a91875b791fef8cd709fa6dde9d4b781ec70b3e Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 9 Jun 2014 07:21:44 +0100 Subject: [PATCH] generate a 2048 bit key (default size in gpg) --- src/plugins/pgpcore/sgpgme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/pgpcore/sgpgme.c b/src/plugins/pgpcore/sgpgme.c index dd26197d1..62fc6b3bf 100644 --- a/src/plugins/pgpcore/sgpgme.c +++ b/src/plugins/pgpcore/sgpgme.c @@ -789,7 +789,7 @@ again: key_parms = g_strdup_printf("\n" "Key-Type: DSA\n" - "Key-Length: 1024\n" + "Key-Length: 2048\n" "Subkey-Type: ELG-E\n" "Subkey-Length: 2048\n" "Name-Real: %s\n" -- 2.25.1