From: Jonathan McDowell Date: Mon, 30 Sep 2013 11:50:01 +0000 (+0100) Subject: Add support for checking RIPEMD160 signatures X-Git-Tag: onak-0.4.2~6 X-Git-Url: http://the.earth.li/gitweb/?a=commitdiff_plain;h=a8eae82dbcc70ecb4380cf6393c6b594b9abe995;hp=a8eae82dbcc70ecb4380cf6393c6b594b9abe995;p=onak.git 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. ---