[commits] Horde branch master updated. 3c19a3350872912038a6a49cfbc6bd4014efd841
Michael M Slusarz
slusarz at horde.org
Mon Mar 18 05:49:40 UTC 2013
The branch "master" has been updated.
The following is a summary of the commits.
from: 8a066062668bd32a7a970339433e882dcee1cba5
79cde5e make the primary gpg keylength == the subkey length
da180be generate rsa/rsa keys instead of dsa
f1a10b6 Remove outdated phpdoc
f9a9e74 prefer sha-2 algos over sha-1 in key generation
3c19a33 [mms] Improve security in PGP key generation (Request #12099).
-----------------------------------------------------------------------
commit 79cde5e1b28a97b8a87a9702fe1c3415e07af55e
Author: o <o at immerda.ch>
Date: Wed Mar 6 23:53:34 2013 +0100
make the primary gpg keylength == the subkey length
Horde always generates 1024 bit primary keys. This should be considered
a bug, since by the semantic of all other key generating tools, key
length concerns primary and sub-key.
Signed-off-by: Michael M Slusarz <slusarz at horde.org>
Bug #12099
framework/Crypt/lib/Horde/Crypt/Pgp.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/79cde5e1b28a97b8a87a9702fe1c3415e07af55e
-----------------------------------------------------------------------
commit da180be80445347de1651191041a862b51e1de34
Author: o <o at immerda.ch>
Date: Thu Mar 7 00:05:27 2013 +0100
generate rsa/rsa keys instead of dsa
in accordance with gnupg we should create rsa keys instead of
deprecated dsa/el-gamal keys.
see:
http://lists.gnupg.org/pipermail/gnupg-devel/2009-May/025079.html
Signed-off-by: Michael M Slusarz <slusarz at horde.org>
Bug #12099
framework/Crypt/lib/Horde/Crypt/Pgp.php | 23 +++++++++++++----------
1 files changed, 13 insertions(+), 10 deletions(-)
http://git.horde.org/horde-git/-/commit/da180be80445347de1651191041a862b51e1de34
-----------------------------------------------------------------------
commit f1a10b675f73a989510eef5dd8f19bed5aedfd6a
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Mar 17 23:44:48 2013 -0600
Remove outdated phpdoc
framework/Crypt/lib/Horde/Crypt/Pgp.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/f1a10b675f73a989510eef5dd8f19bed5aedfd6a
-----------------------------------------------------------------------
commit f9a9e74deb17f22fe1ad752b2d9e29272816986e
Author: o <o at immerda.ch>
Date: Thu Mar 7 00:26:31 2013 +0100
prefer sha-2 algos over sha-1 in key generation
following the new defaults of gpg.
see
http://lists.gnupg.org/pipermail/gnupg-announce/2009q3/000291.html
below "What's New"
Signed-off-by: Michael M Slusarz <slusarz at horde.org>
Bug #12099
framework/Crypt/lib/Horde/Crypt/Pgp.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/f9a9e74deb17f22fe1ad752b2d9e29272816986e
-----------------------------------------------------------------------
commit 3c19a3350872912038a6a49cfbc6bd4014efd841
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Mar 17 23:49:03 2013 -0600
[mms] Improve security in PGP key generation (Request #12099).
framework/Crypt/package.xml | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
http://git.horde.org/horde-git/-/commit/3c19a3350872912038a6a49cfbc6bd4014efd841
More information about the commits
mailing list