Bug#551007: please add ripemd160 digest to libnet-ssleay-perl

2009-10-15 Thread gregor herrmann
On Wed, 14 Oct 2009 17:27:12 -0400, Daniel Kahn Gillmor wrote: I've attached a patch that WorksForMeâ„¢, including test cases and a note in the QuickRef documentation. I'd be happy for review (and inclusion upstream, if there's any interest -- it's licensed under the same terms as Net::SSLeay

Bug#551007: please add ripemd160 digest to libnet-ssleay-perl

2009-10-15 Thread Daniel Kahn Gillmor
regarding http://bugs.debian.org/551007 , a patch for adding RIPEMD160 support to Net::SSLeay : On 10/15/2009 03:44 PM, gregor herrmann wrote: IMO both the idea and the patch are reasonable. I'm just thinking that asking upstream first might be a better idea? good point. i've asked to join

Bug#551007: [Net-ssleay-devel] Bug#551007: please add ripemd160 digest to libnet-ssleay-perl

2009-10-15 Thread Mike McCauley
Hello Daniel, Speaking only for myself, I think the best thing at the moment would be to have you send your patches to the net-ssleay list. You will find that we generally adopt reasonable patches. Accordingly, for the moment I have rejected your request, but Florian and I welcome your

Bug#551007: [Net-ssleay-devel] Bug#551007: please add ripemd160 digest to libnet-ssleay-perl

2009-10-15 Thread Daniel Kahn Gillmor
On 10/15/2009 05:35 PM, Mike McCauley wrote: Speaking only for myself, I think the best thing at the moment would be to have you send your patches to the net-ssleay list. You will find that we generally adopt reasonable patches. Accordingly, for the moment I have rejected your request, but

Bug#551007: [Net-ssleay-devel] Bug#551007: please add ripemd160 digest to libnet-ssleay-perl

2009-10-15 Thread Mike McCauley
Hi Daniel, Thanks for th patch. Thinking about backwards compat, is openssl/ripemd.h available going back to the dim history of openssl? If not it should be #ifdefed with some version number (net-ssleay is expected to compile against old versions of openssl). Cheers. On Friday 16 October

Bug#551007: [Net-ssleay-devel] Bug#551007: please add ripemd160 digest to libnet-ssleay-perl

2009-10-15 Thread Daniel Kahn Gillmor
Hi Mike-- On 10/15/2009 06:11 PM, Mike McCauley wrote: Thanks for th patch. You're welcome. Thinking about backwards compat, is openssl/ripemd.h available going back to the dim history of openssl? If not it should be #ifdefed with some version number (net-ssleay is expected to compile

Bug#551007: please add ripemd160 digest to libnet-ssleay-perl

2009-10-14 Thread Daniel Kahn Gillmor
Package: libnet-ssleay-perl Tags: patch Severity: wishlist hey good folks behind Net::SSLeay in debian-- there's currently no good ripemd160 implementation available in perl in debian that i know of (and Crypt::RIPEMD160 has dubious licensing issues). For various reasons, it'd be nice to be

Bug#551007: please add ripemd160 digest to libnet-ssleay-perl

2009-10-14 Thread Daniel Kahn Gillmor
here's an updated version of the patch including perldoc documentation of the included digests. --dkg diff -ruN libnet-ssleay-perl-1.35/QuickRef libnet-ssleay-perl-1.35.dkg/QuickRef --- libnet-ssleay-perl-1.35/QuickRef 2008-07-23 21:03:22.0 -0400 +++