Skip to main content


Nearly transparent SSL encapsulation for IO::Socket::INET.

Changes for 2.083 - 2023-05-18

  • fix t/protocol_version.t for OpenSSL versions which don't support SECLEVEL (regression from #122)
#122


Nearly transparent SSL encapsulation for IO::Socket::INET.

Changes for 2.082 - 2023-05-17

  • SSL_version default now TLS 1.2+ since TLS 1.1 and lower deprecated #122
  • fix output of alert string when debugging #132
  • improve regex for hostname validation #130, #126
  • add can_ciphersuites subroutine for feature checking #127
  • Utils::CERT_create - die if unexpected arguments are given instead of ignoring these
#122 #132 #130 #126 #127