From: Jonathan McDowell Date: Sat, 14 Jul 2012 19:20:27 +0000 (-0600) Subject: Fix the size of the hash array when checking sig hashes X-Git-Tag: onak-0.4.2~18 X-Git-Url: http://the.earth.li/gitweb/?a=commitdiff_plain;h=666b0d041ecf22f2b4936d3b04a98e5807f55877;hp=666b0d041ecf22f2b4936d3b04a98e5807f55877;p=onak.git Fix the size of the hash array when checking sig hashes It was only 20 bytes - big enough for SHA1, but not when the larger SHA2 hashes are available in nettle. This allows up to SHA512. ---