Skip Menu |

This queue is for tickets about the perl-ldap CPAN distribution.

Report information
The Basics
Id: 77180
Status: resolved
Priority: 0/
Queue: perl-ldap

People
Owner: Nobody in particular
Requestors: Steffen_Ullrich [...] genua.de
Cc:
AdminCc:

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



Subject: invalid SSL_version default in LDAP.pm (fix included)
Hi, in LDAP.pm you set a default for SSL_version to 'sslv2/3'. This value is wrong and worked in the past only because it silently fall back to 'SSLv23' for invalid SSL_version values. With newer version the syntax for SSL_version was extended, so that it know looks harder at the value and coraks if it is invalid. Please adjust your default to 'SSLv23' (case insensitive) or better yet leave it undef so that it will use the new default of 'SSLv23:!SSLv2' which disables SSLv2 support. Regards, Steffen
Subject: Re: [rt.cpan.org #77180] AutoReply: invalid SSL_version default in LDAP.pm (fix included)
Date: Sun, 13 May 2012 17:17:30 +0200
To: Bugs in perl-ldap via RT <bug-perl-ldap [...] rt.cpan.org>
From: Steffen Ullrich <Steffen_Ullrich [...] genua.de>
Hi, from looking at the older documentation it seems, that sslv2/3 was a valid value. So 1.74 restores that behavior and handles SSLv2/3 like SSLv23. Nevertheless - it would be better if you don't set a default at all and thus use the default SSLv23:!SSLv2 from IO::Socket::SSL to have SSLv2 disabled for security reasons. Regards, Steffen
Hi,
fixed in version 0.45