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

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
  • #EOF

Modules

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