[commits] Horde branch master updated. 0267d8080302301d6b3d5b5ee2120c1c30e0ddeb

Michael M Slusarz slusarz at horde.org
Sat Apr 18 00:41:55 UTC 2015


The branch "master" has been updated.
The following is a summary of the commits.

from: 57e80a9e87dd85ffb6fb48457b116b867ad3789e

9a0cdff Simplify configuration of hash algorithm
cffc50f Need to maintain this prototypejs patch any time the base file is updated
a1c9035 Not a direct dependency
304028e Remove support for 1024 bit RSA keys and add 3072 bit option
5994d49 ws
8f4bb6b Keyserver class cleanups
8b3249b Add Horde_Pgp_Mime#publicKeyPart()
32fadc2 [mms] Fix indexing MIME part when base is a multipart object.
332b661 Move armor to part code to Horde_Pgp_Mime
71a6a2a Add missing symmetric support for MIME encrypt methods
5788001 Don't need separate port config parameter
b4cffd6 phpdoc
60f644b Allow multiple symmetric passwords to be added to an encrypted message
0731ee8 Try to do better job of ignoring network errors
1e9cdf7 openssl_encrypt requires a non-null IV.
0267d80 Test all encryption ciphers

Summary: http://github.com/horde/horde/compare/57e80a9e87dd85ffb6fb48457b116b867ad3789e...0267d8080302301d6b3d5b5ee2120c1c30e0ddeb

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

commit 9a0cdff19448b62ec4d5c4debd132d23864ae986
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Apr 16 10:54:06 2015 -0600

    Simplify configuration of hash algorithm

 framework/Pgp/lib/Horde/Pgp.php                 |   21 ++++++---------------
 framework/Pgp/lib/Horde/Pgp/Backend.php         |    4 +---
 framework/Pgp/lib/Horde/Pgp/Backend/Openpgp.php |   16 +++++++---------
 3 files changed, 14 insertions(+), 27 deletions(-)

http://github.com/horde/horde/commit/9a0cdff19448b62ec4d5c4debd132d23864ae986

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

commit cffc50f009a4fa7a1eb954bca494293cc5aa4fb7
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Apr 16 13:35:13 2015 -0600

    Need to maintain this prototypejs patch any time the base file is updated

 framework/Core/js/prototype.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/cffc50f009a4fa7a1eb954bca494293cc5aa4fb7

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

commit a1c903528b1be13b0ea9a51bd118b45bc0d617aa
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Apr 16 13:42:00 2015 -0600

    Not a direct dependency

 framework/Pgp/package.xml |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

http://github.com/horde/horde/commit/a1c903528b1be13b0ea9a51bd118b45bc0d617aa

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

commit 304028e436def6fa6f9b2636186830036200dd88
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Apr 16 13:51:39 2015 -0600

    Remove support for 1024 bit RSA keys and add 3072 bit option

 imp/config/conf.xml |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

http://github.com/horde/horde/commit/304028e436def6fa6f9b2636186830036200dd88

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

commit 5994d49f7d297d629df8d1ac4d8614e9424e898b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Apr 16 21:34:45 2015 -0600

    ws

 framework/Pgp/lib/Horde/Pgp/Element/Key.php |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/5994d49f7d297d629df8d1ac4d8614e9424e898b

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

commit 8f4bb6bff3009cb02e2c6c09467af5deed15bb59
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Apr 16 21:35:00 2015 -0600

    Keyserver class cleanups

 framework/Pgp/lib/Horde/Pgp/Keyserver.php |   52 +++++++++++++---------------
 1 files changed, 24 insertions(+), 28 deletions(-)

http://github.com/horde/horde/commit/8f4bb6bff3009cb02e2c6c09467af5deed15bb59

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

commit 8b3249b4ae2d32ad5f5654c6e5ac248b885504ee
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Apr 16 21:35:03 2015 -0600

    Add Horde_Pgp_Mime#publicKeyPart()

 framework/Pgp/lib/Horde/Pgp/Mime.php |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/8b3249b4ae2d32ad5f5654c6e5ac248b885504ee

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

commit 32fadc2431f713a482d9ef6a4e6000f7253d0f9a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Apr 16 22:57:42 2015 -0600

    [mms] Fix indexing MIME part when base is a multipart object.

 framework/Mime/lib/Horde/Mime/Part.php |    6 +++++-
 framework/Mime/package.xml             |    4 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/32fadc2431f713a482d9ef6a4e6000f7253d0f9a

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

commit 332b66119770ae89f7f09aceecdf181c6ba8d52a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Apr 16 23:03:58 2015 -0600

    Move armor to part code to Horde_Pgp_Mime
    
    Add unit tests

 framework/Pgp/lib/Horde/Pgp/Armor.php     |  107 -----------------------------
 framework/Pgp/lib/Horde/Pgp/Mime.php      |   95 +++++++++++++++++++++++---
 framework/Pgp/test/Horde/Pgp/MimeTest.php |   76 ++++++++++++++++++--
 3 files changed, 153 insertions(+), 125 deletions(-)

http://github.com/horde/horde/commit/332b66119770ae89f7f09aceecdf181c6ba8d52a

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

commit 71a6a2ae5c54147bf911dc78336b9ed2b2ec2c01
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Apr 17 13:11:01 2015 -0600

    Add missing symmetric support for MIME encrypt methods

 framework/Pgp/lib/Horde/Pgp/Mime.php      |   57 ++++++++++++++++++++---------
 framework/Pgp/test/Horde/Pgp/MimeTest.php |    8 +++-
 2 files changed, 45 insertions(+), 20 deletions(-)

http://github.com/horde/horde/commit/71a6a2ae5c54147bf911dc78336b9ed2b2ec2c01

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

commit 57880010d7d0234e80639956658319f75e21c61f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Apr 17 15:35:58 2015 -0600

    Don't need separate port config parameter

 framework/Pgp/lib/Horde/Pgp/Keyserver.php |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/57880010d7d0234e80639956658319f75e21c61f

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

commit b4cffd698dfd16a276391c42274257fef8fede03
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Apr 17 16:37:58 2015 -0600

    phpdoc

 framework/Pgp/lib/Horde/Pgp/Element/Key.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/b4cffd698dfd16a276391c42274257fef8fede03

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

commit 60f644b68f1ce939638c5e8c73132d86c0cee619
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Apr 17 18:05:10 2015 -0600

    Allow multiple symmetric passwords to be added to an encrypted message

 framework/Pgp/lib/Horde/Pgp.php                   |   45 ++++++-
 framework/Pgp/lib/Horde/Pgp/Backend.php           |    6 +-
 framework/Pgp/lib/Horde/Pgp/Backend/Openpgp.php   |  155 ++++++++++++---------
 framework/Pgp/lib/Horde/Pgp/Mime.php              |    2 +
 framework/Pgp/test/Horde/Pgp/Backend/TestBase.php |   30 +++-
 5 files changed, 160 insertions(+), 78 deletions(-)

http://github.com/horde/horde/commit/60f644b68f1ce939638c5e8c73132d86c0cee619

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

commit 0731ee8e4cdef9145df96de0ca1e7596a6f4018a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Apr 17 18:21:15 2015 -0600

    Try to do better job of ignoring network errors

 framework/Pgp/test/Horde/Pgp/KeyserverTest.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/0731ee8e4cdef9145df96de0ca1e7596a6f4018a

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

commit 1e9cdf7b0626a4b40c7b9c73da2d987a70583c7f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Apr 17 18:29:41 2015 -0600

    openssl_encrypt requires a non-null IV.

 framework/Pgp/lib/Horde/Pgp/Crypt/Cast128.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/1e9cdf7b0626a4b40c7b9c73da2d987a70583c7f

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

commit 0267d8080302301d6b3d5b5ee2120c1c30e0ddeb
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Apr 17 18:30:10 2015 -0600

    Test all encryption ciphers

 framework/Pgp/test/Horde/Pgp/Backend/TestBase.php |   48 ++++++++++++---------
 1 files changed, 27 insertions(+), 21 deletions(-)

http://github.com/horde/horde/commit/0267d8080302301d6b3d5b5ee2120c1c30e0ddeb




More information about the commits mailing list