The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.57 - 2007-09-17

  • Honour both $ENV{NO_PROXY} and $ENV{no_proxy} in Net::SSL::proxy_connect_helper. (Bug #29371 reported by Jan Dubois).
  • $@ construction used in Net::SSL::connect was messed up, which could lead to sub-optimal error reporting. (Bug #29372 reported by Jan Dubois).
  • Ensure no proxification is used in t/01-connect.t (which might be the reason for all the spurious smoke failures). Bug #29373 reported by, you guessed it, Jan Dubois).
  • Silence a dubious fopen() warning in SSLeay.xs.
  • s/Netware/NetWare/ in Net/SSL.pm platform check
  • Improvements to Makefile.PL for dealing with platforms where openssl is installed with ./include and ./lib as sibling directories rather than child directories. This should allow the code to configure and build "out of the box" on Solaris (and probably other proprietary platforms).
  • Don't carp in LICENSE key addition code in Makefile.PL

Changes for version 0.56_01 - 2007-08-09

  • Various improvements to the Win32 configure code in Makefile.PL, based on CPAN tickets #28431 and #28432, by Guenter Knauf, notably to allow static linking and OpenSSL living in a relative directory.
  • Net::SSL: alarm() is not implemented on Netware platform, so don't try to set one there. (Guenter Knauf).
  • Should build on Solaris correctly (bug fix in include dir specification). Based on fix suggested in CPAN bug #28680.

Modules

OpenSSL support for LWP
support for Secure Sockets Layer

Provides

in lib/Crypt/SSLeay/CTX.pm
in lib/Crypt/SSLeay/Conn.pm
in lib/Crypt/SSLeay/Err.pm
in lib/Crypt/SSLeay/MainContext.pm
in lib/Crypt/SSLeay/X509.pm