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

Changes for version 1.32

  • Don't let the tests die when something unexpected happens. Just BAIL_OUT.
  • Some Win32 improvements.
  • #EOF

Changes for version 1.31_02

  • Fix linking problems on Windows. Tested with VC++ 6.0, Shining Light 0.9.7L on Windows Server 2003 with ActivePerl 5.8.8.820. Also tested with OpenSSL 0.9.8e compiled from source.
  • Unable to get working systems when compiling with MS Visual Studio Express 2005. Contributions requested. This may be relevant: http://www.itwriting.com/blog/?postid=261&replyto=2542
  • Fixed a number of minor compile warnings on Windows
  • Updated README.Win32 to define building procedures on Windows
  • Fixed incorrect test failure reports in 08_external.
  • Add parens to function calls in Makefile.PL to prevent warnings with some perls.
  • Tested on Sparc Solaris 8, Sparc Solaris 10, OpenSuSE 10.2 x64, OpenSuSE 10.0 x86, FreeBSD 6.0 x86, Ubuntu 6.10, Fedora Core 6 x86
  • Changed type of SSL_set_info_callback args to stop compiler warnings on Windows
  • Removed auto_include from Makefile.PL
  • Removed build_requires('Test::NoWarnings') from Makefile.PL
  • Testing with Strawberry Perl on Windows XP SP2, added doc to README.Win32
  • Testing with Perl CamelPack 5.8.7 on Windows XP SP2,added doc to README.Win32

Changes for version 1.31_01

  • Only bind X509_STORE_set_trust #if OPENSSL_VERSION_NUMBER >= 0x0090800fL
  • Removed %Filenum_Objects from Net::SSLeay::Handle so unused handles will be freed.
  • Use ppport.h.
  • improved openssl path guessing, forcing openssl path now requires the -path flag (caution: incompatible flag change) Path guessing works on windows too. mikem, with patches from Stas Bekman
  • Added /usr/sfw/bin/openssl to path guessing for Open Solaris, suggested by Igor Boehme.
  • Fixed a problem with X509_get_subjectAltNames not working when the subjectAltNAmes are the first extension. Reported by Achim Grolms

Modules

Perl extension for using OpenSSL
Perl module that lets SSL (HTTPS) sockets be handled as standard file handles.