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

Changes for version 0.57_04

  • Reorganize Makefile.PL to break individual steps in to subroutines so as to facilitate localized future modifications. Whether there was any point to this remains to be seen.
  • In Makefile.PL, accommodate ActiveState+MingW configuration
  • Pick the correct lib location for Strawberry Perl (bug #60230).
  • Apply fixes in bug reports #59312 and #33954 to Net/SSL.pm.
  • Bump version number in Net/SSL.pm to indicate development release.

Changes for version 0.57_03 - 2010-08-09

  • If the last component of $inc_dir is 'openssl', set $inc_dir to its parent and set $prefix to 'openssl'. Otherwise, leave $inc_dir as is and set $prefix to '' (I hope this fixes bugs #28431, #28680, #32084, #43084, #54103 without breaking anything).
  • Improved OpenSSL detection on Win32/Strawberry Perl (bug #49285).
  • Add MIME::Base64 as a prerequisite as Net::SSL needs it.
  • exit 0 if OpenSSL can't be found to avoid superfluous reports from CPAN Testers.
  • Add \ to $opt_bench in eg/net-ssl-test (bugs #30931, #39363).

Changes for version 0.57_02 - 2010-08-08

  • Refactor the version detection algorithm in Makefile.PL to handle all known variations of version number encoding. Should fix bug #52408.

Changes for version 0.57_01 - 2008-02-18

  • use #include <..> rather than #include "..." in crypt_ssleay_version.h.
  • add command-line switch to avoid live tests (bug #30268).
  • skip tests in t/01-connect.t if 443 is already in use (bug #30985).
  • make code gcc -Wwrite-strings compatible (bug #31926).

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