talons

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

commit 950d3d0730b604bcd5c1efddcd1e2444a272dc62
parent 0a91875b791fef8cd709fa6dde9d4b781ec70b3e
Author: Paul <paul@claws-mail.org>
Date:   Mon,  9 Jun 2014 07:36:30 +0100

generate RSA keys (default in gpg)

Diffstat:
Msrc/plugins/pgpcore/sgpgme.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/plugins/pgpcore/sgpgme.c b/src/plugins/pgpcore/sgpgme.c @@ -788,9 +788,9 @@ again: } key_parms = g_strdup_printf("<GnupgKeyParms format=\"internal\">\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"