Skip Menu |

This queue is for tickets about the Net-SSLeay CPAN distribution.

Report information
The Basics
Id: 106180
Status: resolved
Priority: 0/
Queue: Net-SSLeay

People
Owner: MIKEM [...] cpan.org
Requestors: bkaduk [...] akamai.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 1.71



Subject: Net::SSLeay does not support openssl with md4 or md5 disabled
Date: Fri, 31 Jul 2015 17:16:51 +0000
To: "bug-Net-SSLeay [...] rt.cpan.org" <bug-Net-SSLeay [...] rt.cpan.org>
From: "Kaduk, Ben" <bkaduk [...] akamai.com>
It seems to be getting more common to use an openssl installation with old and unneeded features disabled. Support for md2 was already conditionalized, giving a good example from which to copy. The attached patch does the simple wrapping in #ifndef OPENSSL_NO_MD[45], though I expect X509_get_fingerprint() could get a more friendly error message if md5 is not available. -Ben Kaduk

Message body is not shown because sender requested not to inline it.

Subject: Re: [rt.cpan.org #106180] Net::SSLeay does not support openssl with md4 or md5 disabled
Date: Sat, 01 Aug 2015 17:38:05 +1000
To: bug-Net-SSLeay [...] rt.cpan.org
From: Mike McCauley <mikem [...] airspayce.com>
Hi Ben, thanks for the patch. we will look at it very soon. Cheers. On Friday, July 31, 2015 01:17:27 PM you wrote: Show quoted text
> Fri Jul 31 13:17:21 2015: Request 106180 was acted upon. > Transaction: Ticket created by bkaduk@akamai.com > Queue: Net-SSLeay > Subject: Net::SSLeay does not support openssl with md4 or md5 disabled > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: bkaduk@akamai.com > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=106180 > > > > It seems to be getting more common to use an openssl installation with old > and unneeded features disabled. Support for md2 was already > conditionalized, giving a good example from which to copy. > > The attached patch does the simple wrapping in #ifndef OPENSSL_NO_MD[45], > though I expect X509_get_fingerprint() could get a more friendly error > message if md5 is not available. > > -Ben Kaduk
-- Mike McCauley VK4AMM mikem@airspayce.com Airspayce Pty Ltd 9 Bulbul Place Currumbin Waters QLD 4223 Australia http://www.airspayce.com Phone +61 7 5598-7474
Subject: Re: [rt.cpan.org #106180] Net::SSLeay does not support openssl with md4 or md5 disabled
Date: Mon, 03 Aug 2015 08:47 +1000
To: bug-Net-SSLeay [...] rt.cpan.org
From: Mike McCauley <mikem [...] airspayce.com>
Thanks Ben, your patch is now in SVN 450 and will be in the next release. Cheers. On Friday, July 31, 2015 01:17:27 PM you wrote: Show quoted text
> Fri Jul 31 13:17:21 2015: Request 106180 was acted upon. > Transaction: Ticket created by bkaduk@akamai.com > Queue: Net-SSLeay > Subject: Net::SSLeay does not support openssl with md4 or md5 disabled > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: bkaduk@akamai.com > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=106180 > > > > It seems to be getting more common to use an openssl installation with old > and unneeded features disabled. Support for md2 was already > conditionalized, giving a good example from which to copy. > > The attached patch does the simple wrapping in #ifndef OPENSSL_NO_MD[45], > though I expect X509_get_fingerprint() could get a more friendly error > message if md5 is not available. > > -Ben Kaduk
-- Mike McCauley VK4AMM mikem@airspayce.com Airspayce Pty Ltd 9 Bulbul Place Currumbin Waters QLD 4223 Australia http://www.airspayce.com Phone +61 7 5598-7474