[commits] Horde branch master updated. 5c6b801385be4cb95b59bde3a80d2ed1ce58ce09
Michael M Slusarz
slusarz at horde.org
Wed Apr 15 07:38:52 UTC 2015
The branch "master" has been updated.
The following is a summary of the commits.
from: 64a25e8a10ba08d5657447236d35933465285216
2ac04fc Use SHA256 instead of SHA-1 when signing
1ac82b5 Implement Elgamal encryption/decryption
73632e3 Fix upstream typo
aa74d4d Upstream fix: Add support for partial packet body lengths
075e1c2 Improved testing
cdfd6b6 Fix upstream: symmetric session encrypt packet only has valid version of 4, not 3
21b508f Upstream fix: s2k salts must be 8 octets, not 10
d501f61 Fix classname
350c6f8 Clean up DSA usage
a4dec6b Compress encrypted data, if possible
82b236e Comment out failing unit tests
5c6b801 Use SHA1 w/DSA signing
Summary: http://github.com/horde/horde/compare/64a25e8a10ba08d5657447236d35933465285216...5c6b801385be4cb95b59bde3a80d2ed1ce58ce09
-----------------------------------------------------------------------
commit 2ac04fc0213263b774bc37540e0738b12819c172
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Apr 14 11:55:49 2015 -0600
Use SHA256 instead of SHA-1 when signing
framework/Pgp/lib/Horde/Pgp/Backend/Openpgp.php | 12 +++++-------
1 files changed, 5 insertions(+), 7 deletions(-)
http://github.com/horde/horde/commit/2ac04fc0213263b774bc37540e0738b12819c172
-----------------------------------------------------------------------
commit 1ac82b554989b2926189d533d7833b1397df3003
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Apr 14 02:06:37 2015 -0600
Implement Elgamal encryption/decryption
framework/Pgp/lib/Horde/Pgp/Backend/Openpgp.php | 168 ++++++++++++++++++---
framework/Pgp/lib/Horde/Pgp/Crypt/DSA.php | 28 ++--
framework/Pgp/lib/Horde/Pgp/Crypt/Elgamal.php | 138 +++++++++++++++++
framework/Pgp/package.xml | 6 +-
framework/Pgp/test/Horde/Pgp/Backend/TestBase.php | 13 +-
5 files changed, 312 insertions(+), 41 deletions(-)
create mode 100644 framework/Pgp/lib/Horde/Pgp/Crypt/Elgamal.php
http://github.com/horde/horde/commit/1ac82b554989b2926189d533d7833b1397df3003
-----------------------------------------------------------------------
commit 73632e3abab45a46470da5b87af04c54ed9d0826
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Apr 14 15:04:33 2015 -0600
Fix upstream typo
framework/Pgp/bundle/CHANGED | 1 +
.../vendor/singpolyma/openpgp-php/lib/openpgp_crypt_rsa.php | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/73632e3abab45a46470da5b87af04c54ed9d0826
-----------------------------------------------------------------------
commit aa74d4d92de256b25413b4aabc80f078dae169c4
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Apr 14 17:42:28 2015 -0600
Upstream fix: Add support for partial packet body lengths
framework/Pgp/bundle/CHANGED | 3 +-
.../Pgp/bundle/vendor/singpolyma/openpgp-php/lib/openpgp.php | 59 +++--
2 files changed, 42 insertions(+), 20 deletions(-)
http://github.com/horde/horde/commit/aa74d4d92de256b25413b4aabc80f078dae169c4
-----------------------------------------------------------------------
commit 075e1c238de78cb86f0917a1bff349ff0b2e7428
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Apr 14 21:11:13 2015 -0600
Improved testing
framework/Pgp/test/Horde/Pgp/Backend/TestBase.php | 283 +++++++++++++--------
1 files changed, 176 insertions(+), 107 deletions(-)
http://github.com/horde/horde/commit/075e1c238de78cb86f0917a1bff349ff0b2e7428
-----------------------------------------------------------------------
commit cdfd6b660a9bd478745f876dbe96ae09109a70bf
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Apr 14 21:27:37 2015 -0600
Fix upstream: symmetric session encrypt packet only has valid version of 4, not 3
framework/Pgp/bundle/CHANGED | 2 ++
.../Pgp/bundle/vendor/singpolyma/openpgp-php/lib/openpgp.php | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/cdfd6b660a9bd478745f876dbe96ae09109a70bf
-----------------------------------------------------------------------
commit 21b508fe5f0c85a1d6f7f068e6a6485d8838dda6
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Apr 14 21:27:57 2015 -0600
Upstream fix: s2k salts must be 8 octets, not 10
framework/Pgp/bundle/CHANGED | 2 ++
.../vendor/singpolyma/openpgp-php/lib/openpgp_crypt_symmetric.php | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/21b508fe5f0c85a1d6f7f068e6a6485d8838dda6
-----------------------------------------------------------------------
commit d501f61aa21cfde11220ce37303c60b440f92452
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Apr 14 23:26:46 2015 -0600
Fix classname
framework/Pgp/lib/Horde/Pgp/Armor.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/d501f61aa21cfde11220ce37303c60b440f92452
-----------------------------------------------------------------------
commit 350c6f852abea1dad84cdac10e916cc4885ed0ac
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Apr 14 23:53:33 2015 -0600
Clean up DSA usage
framework/Pgp/lib/Horde/Pgp/Backend/Openpgp.php | 38 ++++----------
framework/Pgp/lib/Horde/Pgp/Crypt/DSA.php | 63 ++++++++++++++--------
2 files changed, 50 insertions(+), 51 deletions(-)
http://github.com/horde/horde/commit/350c6f852abea1dad84cdac10e916cc4885ed0ac
-----------------------------------------------------------------------
commit a4dec6b26834f7d5445a1566ceb3435fed085fd0
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Apr 15 01:10:57 2015 -0600
Compress encrypted data, if possible
framework/Pgp/lib/Horde/Pgp/Backend/Openpgp.php | 17 +++++++++++------
framework/Pgp/test/Horde/Pgp/Backend/TestBase.php | 3 ++-
2 files changed, 13 insertions(+), 7 deletions(-)
http://github.com/horde/horde/commit/a4dec6b26834f7d5445a1566ceb3435fed085fd0
-----------------------------------------------------------------------
commit 82b236e02bc4f6b59e24bf90471599980b190ed5
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Apr 15 01:11:27 2015 -0600
Comment out failing unit tests
framework/Pgp/test/Horde/Pgp/Backend/TestBase.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/82b236e02bc4f6b59e24bf90471599980b190ed5
-----------------------------------------------------------------------
commit 5c6b801385be4cb95b59bde3a80d2ed1ce58ce09
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Apr 15 01:37:32 2015 -0600
Use SHA1 w/DSA signing
framework/Pgp/lib/Horde/Pgp/Backend/Openpgp.php | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
http://github.com/horde/horde/commit/5c6b801385be4cb95b59bde3a80d2ed1ce58ce09
More information about the commits
mailing list