Skip to main content

Search

Items tagged with: 126


Engine for tidyall, your all-in-one code tidier and validator

Changes for 0.84 - 2023-12-09

  • Fixed a bug that made it impossible to specify both `-i` and `-I` with `tidyall. GH #125. PR #126. Fixed by @mauke.
#126 #125


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