[Commits] [SCM] claws branch, master, updated. 3.10.0-78-g0a91875

claws at claws-mail.org claws at claws-mail.org
Mon Jun 9 08:21:57 CEST 2014


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


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

    generate a 2048 bit key (default size in gpg)

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

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

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list