Add support for checking RIPEMD160 signatures
authorJonathan McDowell <noodles@earth.li>
Mon, 30 Sep 2013 11:50:01 +0000 (12:50 +0100)
committerJonathan McDowell <noodles@earth.li>
Mon, 30 Sep 2013 11:50:01 +0000 (12:50 +0100)
commita8eae82dbcc70ecb4380cf6393c6b594b9abe995
tree93cea216bf59690c9264a96729ef3dab324736c1
parentf5be3640e7ca1e6978e199a0a767bda3f40def87
Add support for checking RIPEMD160 signatures

Sufficiently recent versions of nettle have support for RIPEMD160 and
there are various keys in the wild that use this algorithm, so add an
autoconf check for the nettle support and use it if it's available.
m4/ax_lib_nettle.m4
sigcheck.c