Skip Menu |

This queue is for tickets about the IO-Socket-SSL CPAN distribution.

Report information
The Basics
Id: 39277
Status: resolved
Priority: 0/
Queue: IO-Socket-SSL

People
Owner: Nobody in particular
Requestors: tjtoocool [...] phreaker.net
Cc:
AdminCc:

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



Subject: CRL bug
Enabling CRL checking via SSL_check_crl causes a segfault. It was calling the wrong X509 sub. The attached diff fixes the issue.
Subject: SSL.pm.diff
1311c1311 < Net::SSLeay::X509_STORE_CTX_set_flags( --- > Net::SSLeay::X509_STORE_set_flags(
Subject: Re: [rt.cpan.org #39277] CRL bug
Date: Fri, 19 Sep 2008 08:54:25 +0200
To: "tjtoocool [...] phreaker.net via RT" <bug-IO-Socket-SSL [...] rt.cpan.org>
From: Steffen Ullrich <Steffen_Ullrich [...] genua.de>
Hi, Thanks for your bug report. I'll fixed the issue in version 1.16 which I just uploaded. I'll notify the maintainer of Net::SSLeay because it looks like IO::Socket::SSL got it from a bad example in the documentation for this module. Regards, Steffen On Sun, Sep 14, 2008 at 08:38:26PM -0400, "tjtoocool@phreaker.net via RT" <bug-IO-Socket-SSL@rt.cpan.org> wrote: Show quoted text
> Sun Sep 14 20:38:23 2008: Request 39277 was acted upon. > Transaction: Ticket created by tjtoocool@phreaker.net > Queue: IO-Socket-SSL > Subject: CRL bug > Broken in: (no value) > Severity: Critical > Owner: Nobody > Requestors: tjtoocool@phreaker.net > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=39277 > > > > Enabling CRL checking via SSL_check_crl causes a segfault. It was > calling the wrong X509 sub. The attached diff fixes the issue.
-- GeNUA Gesellschaft für Netzwerk - und Unix-Administration mbH Domagkstr. 7, D-85551 Kirchheim. http://www.genua.de Tel: (089) 99 19 50-0, Fax: (089) 99 10 50 - 999 Geschäftsführer: Dr. Magnus Harlander, Dr. Michaela Harlander, Bernhard Schneck. Amtsgericht München HRB 98238
Subject: Re: [rt.cpan.org #39277] CRL bug
Date: Fri, 19 Sep 2008 08:54:25 +0200
To: "tjtoocool [...] phreaker.net via RT" <bug-IO-Socket-SSL [...] rt.cpan.org>
From: Steffen Ullrich <Steffen_Ullrich [...] genua.de>
Hi, Thanks for your bug report. I'll fixed the issue in version 1.16 which I just uploaded. I'll notify the maintainer of Net::SSLeay because it looks like IO::Socket::SSL got it from a bad example in the documentation for this module. Regards, Steffen On Sun, Sep 14, 2008 at 08:38:26PM -0400, "tjtoocool@phreaker.net via RT" <bug-IO-Socket-SSL@rt.cpan.org> wrote: Show quoted text
> Sun Sep 14 20:38:23 2008: Request 39277 was acted upon. > Transaction: Ticket created by tjtoocool@phreaker.net > Queue: IO-Socket-SSL > Subject: CRL bug > Broken in: (no value) > Severity: Critical > Owner: Nobody > Requestors: tjtoocool@phreaker.net > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=39277 > > > > Enabling CRL checking via SSL_check_crl causes a segfault. It was > calling the wrong X509 sub. The attached diff fixes the issue.
-- GeNUA Gesellschaft für Netzwerk - und Unix-Administration mbH Domagkstr. 7, D-85551 Kirchheim. http://www.genua.de Tel: (089) 99 19 50-0, Fax: (089) 99 10 50 - 999 Geschäftsführer: Dr. Magnus Harlander, Dr. Michaela Harlander, Bernhard Schneck. Amtsgericht München HRB 98238
Subject: Re: [rt.cpan.org #39277] CRL bug
Date: Fri, 19 Sep 2008 08:54:25 +0200
To: "tjtoocool [...] phreaker.net via RT" <bug-IO-Socket-SSL [...] rt.cpan.org>
From: Steffen Ullrich <Steffen_Ullrich [...] genua.de>
Hi, Thanks for your bug report. I'll fixed the issue in version 1.16 which I just uploaded. I'll notify the maintainer of Net::SSLeay because it looks like IO::Socket::SSL got it from a bad example in the documentation for this module. Regards, Steffen On Sun, Sep 14, 2008 at 08:38:26PM -0400, "tjtoocool@phreaker.net via RT" <bug-IO-Socket-SSL@rt.cpan.org> wrote: Show quoted text
> Sun Sep 14 20:38:23 2008: Request 39277 was acted upon. > Transaction: Ticket created by tjtoocool@phreaker.net > Queue: IO-Socket-SSL > Subject: CRL bug > Broken in: (no value) > Severity: Critical > Owner: Nobody > Requestors: tjtoocool@phreaker.net > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=39277 > > > > Enabling CRL checking via SSL_check_crl causes a segfault. It was > calling the wrong X509 sub. The attached diff fixes the issue.
-- GeNUA Gesellschaft für Netzwerk - und Unix-Administration mbH Domagkstr. 7, D-85551 Kirchheim. http://www.genua.de Tel: (089) 99 19 50-0, Fax: (089) 99 10 50 - 999 Geschäftsführer: Dr. Magnus Harlander, Dr. Michaela Harlander, Bernhard Schneck. Amtsgericht München HRB 98238
Fixed in 1.16 Bug closed