Skip Menu |

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

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

People
Owner: MIKEM [...] cpan.org
Requestors: Steffen_Ullrich [...] genua.de
Cc:
AdminCc:

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



Subject: Fixes für LibreSSL with Net::SSLeay 1.75 development version
Since LibreSSL defines itself as being OpenSSL 2.0 but not providing the API of OpenSSL 1.0.1 the attached changes are needed to compile it on OpenBSD 5.9 with LibreSSL 2.3.6. Apart from that the tests don't run with the default setting of PERL_DL_NONLAZY=1 because they fail to load symbols like SSL_get_server_random etc. With PERL_DL_NONLAZY disabled the offline tests pass (online tests not done since the system is behind a firewall). Regards, Steffen
Subject: diff
Download diff
application/octet-stream 1.1k

Message body not shown because it is not plain text.

Subject: Re: [rt.cpan.org #115849] AutoReply: Fixes für LibreSSL with Net::SSLeay 1.75 development version
Date: Mon, 4 Jul 2016 09:13:32 +0200
To: Bugs in Net-SSLeay via RT <bug-Net-SSLeay [...] rt.cpan.org>
From: Steffen Ullrich <Steffen_Ullrich [...] genua.de>
Show quoted text
> Since LibreSSL defines itself as being OpenSSL 2.0 but not providing the API of OpenSSL 1.0.1 the attached changes are needed to compile it on OpenBSD 5.9 with LibreSSL 2.3.6. > Apart from that the tests don't run with the default setting of PERL_DL_NONLAZY=1 because they fail to load symbols like SSL_get_server_random etc. With PERL_DL_NONLAZY disabled the offline tests pass (online tests not done since the system is behind a firewall).
With the attached diff it works also with PERL_DL_NONLAZY=1. Regards, Steffen

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

Subject: Re: [rt.cpan.org #115849] AutoReply: Fixes für LibreSSL with Net::SSLeay 1.75 development version
Date: Mon, 04 Jul 2016 17:23:38 +1000
To: bug-Net-SSLeay [...] rt.cpan.org
From: Mike McCauley <mikem [...] airspayce.com>
Thanks Steffen Your diff is now in SVN 468 IS this OK to release now in your view? On Monday, July 04, 2016 03:14:08 AM Steffen Ullrich via RT wrote: Show quoted text
> Queue: Net-SSLeay > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=115849 > >
> > Since LibreSSL defines itself as being OpenSSL 2.0 but not providing the > > API of OpenSSL 1.0.1 the attached changes are needed to compile it on > > OpenBSD 5.9 with LibreSSL 2.3.6. Apart from that the tests don't run with > > the default setting of PERL_DL_NONLAZY=1 because they fail to load > > symbols like SSL_get_server_random etc. With PERL_DL_NONLAZY disabled the > > offline tests pass (online tests not done since the system is behind a > > firewall).
> With the attached diff it works also with PERL_DL_NONLAZY=1. > > Regards, > Steffen
-- 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 #115849] AutoReply: Fixes für LibreSSL with Net::SSLeay 1.75 development version
Date: Mon, 4 Jul 2016 09:25:37 +0200
To: Mike McCauley via RT <bug-Net-SSLeay [...] rt.cpan.org>
From: Steffen Ullrich <Steffen_Ullrich [...] genua.de>
On Mon, Jul 04, 2016 at 03:23:58AM -0400, Mike McCauley via RT <bug-Net-SSLeay@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=115849 > > > Thanks Steffen > > Your diff is now in SVN 468 > > IS this OK to release now in your view?
Yes, I think it is ok to release it now. Regards, Steffen