libio-socket-ssl-perl (1.88-1) unstable; urgency=low

  Upstream version 1.79 introduced the following change: IO::Socket::SSL will
  complain if SSL_verify_mode is SSL_VERIFY_NONE for client unless it was
  explicity set this way. In the future the default will change to verify the
  server certificate and apps, which don't provide the necessary credentials
  should fail.

  The module will carp with:

  *******************************************************************
   Using the default of SSL_verify_mode of SSL_VERIFY_NONE for client
   is deprecated! Please set SSL_verify_mode to SSL_VERIFY_PEER
   together with SSL_ca_file|SSL_ca_path for verification.
   If you really don't want to verify the certificate and keep the
   connection open to Man-In-The-Middle attacks please set
   SSL_verify_mode explicitly to SSL_VERIFY_NONE in your application.
  *******************************************************************

 -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 13 May 2013 21:58:44 +0200
