[Commits] [SCM] claws branch, master, updated. 3.10.0-79-g950d3d0

claws at claws-mail.org claws at claws-mail.org
Mon Jun 9 08:36:37 CEST 2014


The branch master of project "claws" (Claws Mail) has been updated
       via  950d3d0730b604bcd5c1efddcd1e2444a272dc62 (commit)
      from  0a91875b791fef8cd709fa6dde9d4b781ec70b3e (commit)


- Log -----------------------------------------------------------------
commit 950d3d0730b604bcd5c1efddcd1e2444a272dc62
Author: Paul <paul at claws-mail.org>
Date:   Mon Jun 9 07:36:30 2014 +0100

    generate RSA keys (default in gpg)

diff --git a/src/plugins/pgpcore/sgpgme.c b/src/plugins/pgpcore/sgpgme.c
index 62fc6b3..ad52417 100644
--- 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"

-----------------------------------------------------------------------

Summary of changes:
 src/plugins/pgpcore/sgpgme.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list