From: Paul Date: Mon, 9 Jun 2014 06:36:30 +0000 (+0100) Subject: generate RSA keys (default in gpg) X-Git-Tag: 3.10.1~1 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=950d3d0730b604bcd5c1efddcd1e2444a272dc62 generate RSA keys (default in gpg) --- diff --git a/src/plugins/pgpcore/sgpgme.c b/src/plugins/pgpcore/sgpgme.c index 62fc6b3bf..ad5241756 100644 --- a/src/plugins/pgpcore/sgpgme.c +++ b/src/plugins/pgpcore/sgpgme.c @@ -788,9 +788,9 @@ again: } key_parms = g_strdup_printf("\n" - "Key-Type: DSA\n" + "Key-Type: RSA\n" "Key-Length: 2048\n" - "Subkey-Type: ELG-E\n" + "Subkey-Type: RSA\n" "Subkey-Length: 2048\n" "Name-Real: %s\n" "Name-Email: %s\n"