[commits] Horde branch master updated. 2e27f7441812c687645588de7c0938466dd79aa3
Michael M Slusarz
slusarz at horde.org
Tue Apr 21 05:36:56 UTC 2015
The branch "master" has been updated.
The following is a summary of the commits.
from: 73659335261b1c141ab015bede455aa244b9ae3c
e6b4896 Implement additional subpacket information when generating a key
7983c26 Move cipher testing to encryptSymmetric test
9cd9273 Made exact compression algorithm conifgurable
0587fb4 Upstream fix: fix ability to verify user ID information
904cb5d Better support for verifying user IDs in keys
48c72f4 Move encryption packet determination to Key element
5e5baa9 Convert to data provider
0d62799 Support full key revocations
819680a Add support for subkey revocation
2e27f74 Bug #13963: Fix display of images in popup window
Summary: http://github.com/horde/horde/compare/73659335261b1c141ab015bede455aa244b9ae3c...2e27f7441812c687645588de7c0938466dd79aa3
-----------------------------------------------------------------------
commit e6b489683f4f8ccdf5d9e975805b05a3271a7cdf
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Apr 17 19:31:48 2015 -0600
Implement additional subpacket information when generating a key
Pretty much copy the information that gnupg creates when making a key.
framework/Pgp/lib/Horde/Pgp/Backend/Openpgp.php | 112 ++++++++++++++---------
1 files changed, 69 insertions(+), 43 deletions(-)
http://github.com/horde/horde/commit/e6b489683f4f8ccdf5d9e975805b05a3271a7cdf
-----------------------------------------------------------------------
commit 7983c263daf8db2025a214fcb9717b6e715e7ab3
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Apr 17 21:12:15 2015 -0600
Move cipher testing to encryptSymmetric test
Cipher selection may be influenced by public key parameters
framework/Pgp/test/Horde/Pgp/Backend/TestBase.php | 103 +++++++++++----------
1 files changed, 52 insertions(+), 51 deletions(-)
http://github.com/horde/horde/commit/7983c263daf8db2025a214fcb9717b6e715e7ab3
-----------------------------------------------------------------------
commit 9cd9273de2d143e9579338d64e85f1488e2fa825
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Apr 17 21:37:20 2015 -0600
Made exact compression algorithm conifgurable
framework/Pgp/lib/Horde/Pgp.php | 85 ++++++++++++++-------
framework/Pgp/lib/Horde/Pgp/Backend.php | 6 +-
framework/Pgp/lib/Horde/Pgp/Backend/Openpgp.php | 56 ++++++--------
framework/Pgp/lib/Horde/Pgp/Mime.php | 9 +-
framework/Pgp/test/Horde/Pgp/Backend/TestBase.php | 55 ++++++-------
5 files changed, 111 insertions(+), 100 deletions(-)
http://github.com/horde/horde/commit/9cd9273de2d143e9579338d64e85f1488e2fa825
-----------------------------------------------------------------------
commit 0587fb47ef0e00b5fbaaecbc7a5988eda3ee87d5
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Apr 17 23:31:43 2015 -0600
Upstream fix: fix ability to verify user ID information
framework/Pgp/bundle/CHANGED | 2 ++
.../Pgp/bundle/vendor/singpolyma/openpgp-php/lib/openpgp.php | 5 ++++-
2 files changed, 6 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/0587fb47ef0e00b5fbaaecbc7a5988eda3ee87d5
-----------------------------------------------------------------------
commit 904cb5d7a8ff06bf910977f92c651fa2bdd2b431
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Apr 17 23:40:31 2015 -0600
Better support for verifying user IDs in keys
framework/Pgp/lib/Horde/Pgp/Element/Key.php | 63 ++++++++++++++++++++++++---
1 files changed, 57 insertions(+), 6 deletions(-)
http://github.com/horde/horde/commit/904cb5d7a8ff06bf910977f92c651fa2bdd2b431
-----------------------------------------------------------------------
commit 48c72f498469a93f4a2f2a66399f39626a0431ef
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sat Apr 18 00:58:07 2015 -0600
Move encryption packet determination to Key element
framework/Pgp/lib/Horde/Pgp/Backend/Openpgp.php | 65 ++++-----
framework/Pgp/lib/Horde/Pgp/Element/Key.php | 172 ++++++++++++++++-------
framework/Pgp/test/Horde/Pgp/KeyTest.php | 37 ++---
3 files changed, 162 insertions(+), 112 deletions(-)
http://github.com/horde/horde/commit/48c72f498469a93f4a2f2a66399f39626a0431ef
-----------------------------------------------------------------------
commit 5e5baa9e7b74c49fdda2bf43a3a47cfe5f1f0ebb
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sat Apr 18 02:02:02 2015 -0600
Convert to data provider
framework/Crypt_Blowfish/test/Horde/Crypt/Blowfish/CbcTest.php | 96 +++++---
framework/Crypt_Blowfish/test/Horde/Crypt/Blowfish/EcbTest.php | 90 ++++---
2 files changed, 108 insertions(+), 78 deletions(-)
http://github.com/horde/horde/commit/5e5baa9e7b74c49fdda2bf43a3a47cfe5f1f0ebb
-----------------------------------------------------------------------
commit 0d62799479d4db4ce319237b45e6e7510c8946b9
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Apr 19 23:38:57 2015 -0600
Support full key revocations
framework/Pgp/lib/Horde/Pgp/Element/Key.php | 20 ++++++++++++++++----
framework/Pgp/test/Horde/Pgp/KeyTest.php | 4 ++++
2 files changed, 20 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/0d62799479d4db4ce319237b45e6e7510c8946b9
-----------------------------------------------------------------------
commit 819680a3b1fa2c6d76d1b947bba731bddb537be1
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Apr 19 23:47:13 2015 -0600
Add support for subkey revocation
framework/Pgp/lib/Horde/Pgp/Element/Key.php | 11 +++-
framework/Pgp/test/Horde/Pgp/KeyTest.php | 4 +
framework/Pgp/test/Horde/Pgp/fixtures/pgp_public_revoked.txt | 23 +++++++
framework/Pgp/test/Horde/Pgp/fixtures/pgp_public_revokedsub.txt | 23 +++++++
4 files changed, 60 insertions(+), 1 deletions(-)
create mode 100644 framework/Pgp/test/Horde/Pgp/fixtures/pgp_public_revoked.txt
create mode 100644 framework/Pgp/test/Horde/Pgp/fixtures/pgp_public_revokedsub.txt
http://github.com/horde/horde/commit/819680a3b1fa2c6d76d1b947bba731bddb537be1
-----------------------------------------------------------------------
commit 2e27f7441812c687645588de7c0938466dd79aa3
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Apr 20 23:32:54 2015 -0600
Bug #13963: Fix display of images in popup window
imp/lib/Mime/Viewer/Html.php | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/2e27f7441812c687645588de7c0938466dd79aa3
More information about the commits
mailing list