Summary | Incorrect hash algorithm shown |
Queue | Horde Framework Packages |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | build+horde (at) de-korte (dot) org |
Created | 05/05/2018 (2594 days ago) |
Due | |
Updated | 05/13/2018 (2586 days ago) |
Assigned | |
Resolved | 05/06/2018 (2593 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
commit 5e5bdeca3ae206c649b53e7f9c5cee0d9b9d1b17
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sun, 13 May 2018 11:10:37 -0400
[mjr] Fix detecting digest algo properly (
Bug #14814).M doc/Horde/Crypt/CHANGES
M package.xml
https://github.com/horde/Crypt/commit/5e5bdeca3ae206c649b53e7f9c5cee0d9b9d1b17
commit ec934b2bfb83f00eb11083d91a5227b1f219a8ca
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sun, 13 May 2018 11:10:37 -0400
[mjr] Fix detecting digest algo properly (
Bug #14814).M doc/Horde/Crypt/changelog.yml
https://github.com/horde/Crypt/commit/ec934b2bfb83f00eb11083d91a5227b1f219a8ca
commit 9953a86440cfe98a650f542cdbfd05805c8e31f9
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sun, 13 May 2018 11:18:20 -0400
[mjr] Fix detecting digest algo properly (
Bug #14814).M doc/Horde/Crypt/changelog.yml
https://github.com/horde/Crypt/commit/9953a86440cfe98a650f542cdbfd05805c8e31f9
commit f4c858e712b32d0a14833af1c699016e0a14cdd2
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sun, 06 May 2018 15:39:47 -0400
Fix detecting digest algo, and tests.
Bug: 13190M lib/Horde/Crypt/Pgp/Backend/Binary.php
M test/Horde/Crypt/Pgp/TestBase.php
A test/Horde/Crypt/fixtures/test_digest_algo.txt
https://github.com/horde/Crypt/commit/f4c858e712b32d0a14833af1c699016e0a14cdd2
commit 9dc7610a9308700d894d1eeb67b2cafa6116b3ee
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sun, 06 May 2018 15:34:57 -0400
Fix detecting digest algo, and tests.
Bug: 13190M lib/Horde/Crypt/Pgp/Backend/Binary.php
M test/Horde/Crypt/Pgp/TestBase.php
A test/Horde/Crypt/fixtures/test_digest_algo.txt
https://github.com/horde/Crypt/commit/9dc7610a9308700d894d1eeb67b2cafa6116b3ee
State ⇒ Resolved
Thanks!
commit b8c862b0f0a97f63877d0aeae85ad7b5439a4cf3
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sun, 06 May 2018 15:38:30 -0400
[mjr] Fix detecting digest algo properly (
Bug #14814)M doc/Horde/Crypt/CHANGES
M package.xml
https://github.com/horde/Crypt/commit/b8c862b0f0a97f63877d0aeae85ad7b5439a4cf3
commit 120a21b054bd2dbaeeddc811a6868e32ec6d4dad
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sun, 06 May 2018 15:38:30 -0400
[mjr] Fix detecting digest algo properly (
Bug #14814)M doc/Horde/Crypt/changelog.yml
https://github.com/horde/Crypt/commit/120a21b054bd2dbaeeddc811a6868e32ec6d4dad
commit e1181cf213c1d28ea1a462f6f195cf814653776b
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sun, 06 May 2018 15:40:21 -0400
[mjr] Fix detecting digest algo properly (
Bug #14814)M doc/Horde/Crypt/changelog.yml
https://github.com/horde/Crypt/commit/e1181cf213c1d28ea1a462f6f195cf814653776b
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Incorrect hash algorithm shown
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ Yes
New Attachment: Crypt_Pgp_Backend_Binary.patch
State ⇒ Unconfirmed
the details of a key erroneously show that a pgp-md5 hash is used.
This is because only the first digit of the numeric result from the
'digest algo' is used. Patch attached.