diff --git a/ChangeLog b/ChangeLog index fe12382d..e717ea0f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-11-11 Tatsuhiro Tsujikawa + + Updated supported hash functions. + * README + 2010-11-11 Tatsuhiro Tsujikawa Added sha-224, sha-384, sha-512 hash function support. diff --git a/README b/README index 51389fbb..d25d0917 100644 --- a/README +++ b/README @@ -214,10 +214,10 @@ The current implementation supports HTTP(S)/FTP/BitTorrent. The other P2P protocols are ignored. Both Metalink4 and Metalink version 3.0 documents are supported. -For checksum verification, MD5, SHA1, and SHA256 are supported. If -multiple hash algorithms are provided, aria2 uses stronger one. If -whole file checksum verification fails, aria2 doesn't retry the -download and just exits with non-zero return code. +For checksum verification, md5, sha-1, sha-224, sha-256, sha-384 and +sha-512 are supported. If multiple hash algorithms are provided, aria2 +uses stronger one. If whole file checksum verification fails, aria2 +doesn't retry the download and just exits with non-zero return code. The supported user preferences are version, language, location, protocol and os. diff --git a/README.html b/README.html index 2a7cdab8..34cedcf6 100644 --- a/README.html +++ b/README.html @@ -1008,10 +1008,10 @@ As of release 0.10.0, aria2 stops sending request message after

The current implementation supports HTTP(S)/FTP/BitTorrent. The other P2P protocols are ignored. Both Metalink4 and Metalink version 3.0 documents are supported.

-

For checksum verification, MD5, SHA1, and SHA256 are supported. If -multiple hash algorithms are provided, aria2 uses stronger one. If -whole file checksum verification fails, aria2 doesn’t retry the -download and just exits with non-zero return code.

+

For checksum verification, md5, sha-1, sha-224, sha-256, sha-384 and +sha-512 are supported. If multiple hash algorithms are provided, aria2 +uses stronger one. If whole file checksum verification fails, aria2 +doesn’t retry the download and just exits with non-zero return code.

The supported user preferences are version, language, location, protocol and os.

If chunk checksums are provided in Metalink file, aria2 automatically @@ -1064,7 +1064,7 @@ man aria2c