Skip to content

Releases: Vr00mm/ssh-over-tls

v1.1.0

25 Apr 14:10

Choose a tag to compare

Changelog

  • 407de20 feat(handler): add TLS error beautification and improve scanner noise filtering
  • 3b164db feat(handler): extract connection handling into dedicated package
  • 2ec8ed3 feat(protocol): extract protocol detection into dedicated package
  • 0330b6a feat(proxy): add PROXY protocol v1 support and configurable idle timeout
  • c93a8ad feat(tlsutil): add TLS version and cipher suite name helpers
  • 0ac0a64 feat: update actions, improve error handling and protocol detection
  • 0832db3 fix(package): improve debian lifecycle scripts and systemd service for upgrades
  • 3307ce6 fix: add #nosec G104 on best-effort io.CopyBuffer calls
  • b5f28c2 fix: put #nosec annotations first so gosec recognises them
  • 3112a09 fix: restore nolint:errcheck alongside #nosec G104
  • 9177811 refactor(config): split into multiple focused files
  • 5932989 refactor(protocol): tighten HTTP method detection to prevent false positives
  • 29a9656 refactor(proxy): modularize server and extract options