talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 0a91875b791fef8cd709fa6dde9d4b781ec70b3e
parent c9831fc989d81a3e208f367747d5d85ace6f8bf1
Author: Paul <paul@claws-mail.org>
Date:   Mon,  9 Jun 2014 07:21:44 +0100

generate a 2048 bit key (default size in gpg)

Diffstat:
Msrc/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 @@ -789,7 +789,7 @@ again: key_parms = g_strdup_printf("<GnupgKeyParms format=\"internal\">\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"