[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] [PATCH] Support Metalink's md5, sha1, sha256, sha384, and
From: |
Matthew White |
Subject: |
Re: [Bug-wget] [PATCH] Support Metalink's md5, sha1, sha256, sha384, and sha512 hashes |
Date: |
Tue, 2 Aug 2016 09:31:07 +0200 |
On Sat, 30 Jul 2016 12:01:16 +0200
Matthew White <address@hidden> wrote:
> Hello,
> I see that Metalink's checksum verification is limited to sha256.
>
> I cannot find an option to enable md5, sha1, sha384, or sha512.
>
> Attached to this message there is a patch to add md5, sha1, sha384, and
> sha512 computation to the Metalink module.
>
> Let me know what you think.
>
> --
> Matthew White <address@hidden>
Hi,
After the suggestions of Tim, I changed the patch description. So, scratch the
previous patch and use this one instead.
I also added support for sha-224 to the Metalink module.
There are two patches attached, the second one adds support for the deprecated
md2 and md4, since they are insecure I prefer to keep the patch separated from
the main one.
Do you think it's right to enable md2 and md4? Let me know.
--
Matthew White <address@hidden>
0001-Add-support-for-Metalink-s-md5-sha1-sha224-sha384-an.patch
Description: Text Data
0002-Add-support-for-Metalink-s-md2-and-md4-hashes.patch
Description: Text Data
- Re: [Bug-wget] [PATCH] Support Metalink's md5, sha1, sha256, sha384, and sha512 hashes,
Matthew White <=
- Re: [Bug-wget] [PATCH] Support Metalink's md5, sha1, sha256, sha384, and sha512 hashes, Tim Ruehsen, 2016/08/02
- Re: [Bug-wget] [PATCH] Support Metalink's md5, sha1, sha256, sha384, and sha512 hashes, Tim Ruehsen, 2016/08/03