The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.53_05 - 2007-03-28

  • Fixed up incorrect LIBS key in WriteMakefile args. Thanks to David Cantrell for giving me access to an OpenBSD box that revealed this problem.
  • Added the list of modules that depend on Crypt::SSLeay to the README, as per cpants.perl.org. (think: improvements to the test suite).

Changes for version 0.53_04 - 2007-03-06

  • Tweaks for Strawberry Perl detection.
  • Minor diagnostic tweaks to track down failures from automated testers.

Changes for version 0.53_03 - 2007-03-04

  • Adjusted the typemap shims to silence the compiler warnings that occur when sizeof(IV) is larger than sizeof(char *).
  • use XSLoader for faster loading if available, otherwise fall back to DynaLoader.
  • Makefile.PL heavily reworked, lots of cruft removed.
  • Ask to see whether the live tests should be run.
  • renamed net_sst.t to 01-connect.t
  • added 02-live.t that performs live HTTPS requests.

Changes for version 0.53_02 - 2007-01-29

  • don't proxy hosts in NO_PROXY environment variable (CPAN bug #11078).
  • don't send user agent string to proxy unless send_useragent_to_proxy is enabled. (CPAN bug #4759).
  • Net::SSL bumped to 2.80

Changes for version 0.53_01 - 2007-01-24

  • patch for CPAN #12444 applied (Jeff Lavallee). Net::SSL bumped tp 2.79.
  • example scripts moved into eg/ directory and the documentation updated.
  • added a TODO to remind me of what needs to be done.

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