Changes for version 0.23

  • Fixed a bug in using Crypt::RSA that completely prevented it from functioning on some systems.
  • Fixed random negotiation failure while using Crypt::RSA by moving the compatability key length of from 338 to 512 bits. Unfortunately, this means that negotiation will take longer :(
  • Implemented two new parameters to be passed to the "new" constructor: donotcompresswith, and donotencryptwith. These allow you to selectively disable the use of certain compression/encryption modules.
  • Much better+graceful error-handling for all Encryption and Compression modules
  • Minor internal code cleanups

Modules

Easily create secure, bandwidth-friendly TCP/IP clients and servers