Skip Menu |

This queue is for tickets about the POE-Component-SSLify CPAN distribution.

Report information
The Basics
Id: 43018
Status: resolved
Priority: 0/
Queue: POE-Component-SSLify

People
Owner: Nobody in particular
Requestors: chris [...] bingosnet.co.uk
Cc:
AdminCc:

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



Subject: [PATCH] Allow passing of custom CTX object to Server_SSLify
Date: Wed, 4 Feb 2009 10:33:01 +0000
To: bug-POE-Component-SSLify [...] rt.cpan.org
From: "Chris 'BinGOs' Williams" <chris [...] bingosnet.co.uk>
Download (untitled)
application/pgp-signature 189b

Message body not shown because it is not plain text.

Hi, I've been trying to update POE::Component::Server::NRPE to remove the requirement for a hacked version of POE::Component::SSLify. I need to pass a customised CTX object to Server_SSLify as the NRPE protocol uses Diffe-Hellman cipher. See attached patch which adds the option of passing a custom CTX object as the second argument. I've tested it this against the current development version of POE::Component::Server::NRPE and it works fine. Many thanks, -- Chris Williams aka BinGOs PGP ID 0x4658671F http://www.gumbynet.org.uk ==========================

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

Hello, Thanks again for the patch! However, you could have just used SSLify_GetCTX() and set your option on the ctx instead of passing in a custom ctx all the time. Just my 1c, but your change is accepted as I can think of users who want to vary the ctx per connection, or stuff like that... Expect a new version on CPAN soon ;) On Wed Feb 04 05:33:29 2009, chris@bingosnet.co.uk wrote: Show quoted text
> Hi, > > I've been trying to update POE::Component::Server::NRPE to remove the > requirement for > a hacked version of POE::Component::SSLify. > > I need to pass a customised CTX object to Server_SSLify as the NRPE > protocol uses > Diffe-Hellman cipher. > > See attached patch which adds the option of passing a custom CTX > object as the second > argument. > > I've tested it this against the current development version of > POE::Component::Server::NRPE > and it works fine. > > Many thanks, >
-- ~Apocalypse
SSLify v0.15 on CPAN contains this patch. Thanks again :) -- ~Apocalypse