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

Changes for version 0.65_13 - 2014-04-15

  • Work in progress
  • Add ability to query OpenSSL version, add test whether OpenSSL library being used is vulnerable to the Heartbleed bug.
  • Assorted fixes to Makefile.PL, most importantly to fix build problems with Strawberry Perl.

Changes for version 0.65_08 - 2014-04-10

  • Work in progress
  • In Makefile.PL, use assert_lib to find the libraries against which we can actually link rather than passing a big bowl of libs to WriteMakefile. Bail out early if we can't link against any of the candidate libraries.

Changes for version 0.65_07 - 2014-04-10

  • Work in progres
  • Make sure t/02-live.t actually uses Net::SSL.

Changes for version 0.65_06 - 2014-04-10

  • Work in progress
  • Address RT bugs #88786, #88269, #78848, and #79477
  • Makefile.PL now respects live-tests and no-live-tests, and allows library and header locations to be specified via the command line arguments libpath and incpath, respectively.
  • These options can also be specified using the environment variables
    • CRYPT_SSLEAY_LIVE_TEST_WANTED OPENSSL_LIB OPENSSL_INC
  • Also fixed a number of embarrasing logic errors and typos in Makefile.PL which were introduced in previous 0.65_xx versions.

Changes for version 0.65_05 - 2014-04-04

  • Work in progress
  • Reorganize Makefile.PL to allow incpath and libpath command line arguments. This attempts to address RT #88786, #88269, #79477, and #78848. This was supposed to be the next step immediately after drastically specifying Makefile.PL. But never got done.
  • Also add encoded version number to openssl-version output.

Changes for version 0.65_04 - 2014-04-02

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/Version.pm
in lib/Crypt/SSLeay/X509.pm