[commits] Horde branch master updated. 3763939c98a4a486d94e5baf85c0f388b34a0c78
Michael M Slusarz
slusarz at horde.org
Tue Apr 14 06:40:58 UTC 2015
The branch "master" has been updated.
The following is a summary of the commits.
from: c99fa0f654f973845e8cee0a5fba87e5641fde79
7691935 Allow armor header version to be overwritten
e9e627b Fix string representation of signed message and literal data
7322e71 Add support for DSA signing
a906ec6 Fix generating cleartext signatures
86b1c0d Fix verifying signatures from PGP v3 packets
3763939 De-activate Elgamal test vectors, since that support is not available yet
Summary: http://github.com/horde/horde/compare/c99fa0f654f973845e8cee0a5fba87e5641fde79...3763939c98a4a486d94e5baf85c0f388b34a0c78
-----------------------------------------------------------------------
commit 7691935fabd669eb360fcc396b78312cd71b3792
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Apr 13 17:11:07 2015 -0600
Allow armor header version to be overwritten
framework/Pgp/lib/Horde/Pgp/Element.php | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/7691935fabd669eb360fcc396b78312cd71b3792
-----------------------------------------------------------------------
commit e9e627b6400eeee6bb98f0ce8892471467ccafdb
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Apr 13 21:46:32 2015 -0600
Fix string representation of signed message and literal data
framework/Pgp/lib/Horde/Pgp/Element/SignedMessage.php | 11 +++++++----
framework/Pgp/lib/Horde/Pgp/Element/Text.php | 7 +++++++
2 files changed, 14 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/e9e627b6400eeee6bb98f0ce8892471467ccafdb
-----------------------------------------------------------------------
commit 7322e7175fd964f800be22206475b9bfb4fbe070
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Apr 13 21:46:49 2015 -0600
Add support for DSA signing
framework/Pgp/lib/Horde/Pgp/Backend/Openpgp.php | 104 ++++++++++--
framework/Pgp/lib/Horde/Pgp/Crypt/DSA.php | 205 +++++++++++++++++++++++
2 files changed, 295 insertions(+), 14 deletions(-)
create mode 100644 framework/Pgp/lib/Horde/Pgp/Crypt/DSA.php
http://github.com/horde/horde/commit/7322e7175fd964f800be22206475b9bfb4fbe070
-----------------------------------------------------------------------
commit a906ec64a95082b62401b73d7333f768f3775c15
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Apr 13 21:34:51 2015 -0600
Fix generating cleartext signatures
framework/Pgp/lib/Horde/Pgp/Backend/Openpgp.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/a906ec64a95082b62401b73d7333f768f3775c15
-----------------------------------------------------------------------
commit 86b1c0d6308a9d356d309fab22fcb34cecc4ce96
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Apr 13 22:18:20 2015 -0600
Fix verifying signatures from PGP v3 packets
framework/Pgp/bundle/CHANGED | 8 +++--
.../Pgp/bundle/vendor/singpolyma/openpgp-php/lib/openpgp.php | 4 ++
2 files changed, 9 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/86b1c0d6308a9d356d309fab22fcb34cecc4ce96
-----------------------------------------------------------------------
commit 3763939c98a4a486d94e5baf85c0f388b34a0c78
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Apr 14 00:39:49 2015 -0600
De-activate Elgamal test vectors, since that support is not available yet
All other tests are passing for me.
framework/Pgp/test/Horde/Pgp/Backend/TestBase.php | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/3763939c98a4a486d94e5baf85c0f388b34a0c78
More information about the commits
mailing list