]> the.earth.li Git - onak.git/commit
Fix the size of the hash array when checking sig hashes
authorJonathan McDowell <noodles@earth.li>
Sat, 14 Jul 2012 19:20:27 +0000 (13:20 -0600)
committerJonathan McDowell <noodles@earth.li>
Sat, 14 Jul 2012 19:20:27 +0000 (13:20 -0600)
commit666b0d041ecf22f2b4936d3b04a98e5807f55877
tree4334cb6a7ba3485e000530811867e0ea4469cea1
parent3e6c8174ae89d13ae936129b0844d3fab5778152
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.
sigcheck.c