The branch "master" has been updated. The following is a summary of the commits.
from: 0af9c60c4def9563b8e93342a3e0a661f4a0203a be14014 coding style; phpdoc 219d3ad [mms] Split gnupg specific code out into a separate PGP backend driver. 40d004d Remove spaces in full key fingerprint c12b889 [mms] Added PGP backend support for the gnupg PECL extension (Request #8093). Summary: http://github.com/horde/horde/compare/0af9c60c4def9563b8e93342a3e0a661f4a0203a...c12b889ca90a48ba57da8d5938ad73ca711da644 ----------------------------------------------------------------------- commit be1401465749867708b89b91a6f96a3ab850a031 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 24 12:56:32 2015 -0600 coding style; phpdoc framework/Crypt/lib/Horde/Crypt/Pgp.php | 702 ++++++++++++++++--------------- 1 files changed, 369 insertions(+), 333 deletions(-) http://github.com/horde/horde/commit/be1401465749867708b89b91a6f96a3ab850a031 ----------------------------------------------------------------------- commit 219d3adfa6fbf7983c4d08e7642c90207ccd0a88 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 24 22:50:15 2015 -0600 [mms] Split gnupg specific code out into a separate PGP backend driver. framework/Crypt/lib/Horde/Crypt.php | 62 +- framework/Crypt/lib/Horde/Crypt/Pgp.php | 1093 ++++------------ framework/Crypt/lib/Horde/Crypt/Pgp/Backend.php | 206 +++ framework/Crypt/lib/Horde/Crypt/Pgp/Backend/Binary.php | 788 +++++++++++ framework/Crypt/package.xml | 12 +- 5 files changed, 1253 insertions(+), 908 deletions(-) create mode 100644 framework/Crypt/lib/Horde/Crypt/Pgp/Backend.php create mode 100644 framework/Crypt/lib/Horde/Crypt/Pgp/Backend/Binary.php http://github.com/horde/horde/commit/219d3adfa6fbf7983c4d08e7642c90207ccd0a88 ----------------------------------------------------------------------- commit 40d004d7422bf6c4900c1107b3a19f462d859d22 Author: Michael M Slusarz <[email protected]> Date: Wed Mar 25 00:27:11 2015 -0600 Remove spaces in full key fingerprint framework/Crypt/lib/Horde/Crypt/Pgp/Backend/Binary.php | 2 +- framework/Crypt/test/Horde/Crypt/PgpTest.php | 125 +++++++++++----- 2 files changed, 88 insertions(+), 39 deletions(-) http://github.com/horde/horde/commit/40d004d7422bf6c4900c1107b3a19f462d859d22 ----------------------------------------------------------------------- commit c12b889ca90a48ba57da8d5938ad73ca711da644 Author: Michael M Slusarz <[email protected]> Date: Wed Mar 25 00:32:06 2015 -0600 [mms] Added PGP backend support for the gnupg PECL extension (Request #8093). For now, only a few features are implemented. Still need to add the bulk of the functionality. framework/Crypt/lib/Horde/Crypt/Pgp.php | 3 + framework/Crypt/lib/Horde/Crypt/Pgp/Backend/Pecl.php | 82 ++++++++++++++++++ framework/Crypt/package.xml | 18 +++- 3 files changed, 99 insertions(+), 4 deletions(-) create mode 100644 framework/Crypt/lib/Horde/Crypt/Pgp/Backend/Pecl.php http://github.com/horde/horde/commit/c12b889ca90a48ba57da8d5938ad73ca711da644 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
