Skip to content

1.1.0 – TLS/SSL Support and Security Enhancements

Latest

Choose a tag to compare

@ssh-den ssh-den released this 07 Nov 17:15
· 3 commits to main since this release

v1.1.0 — Security enhancements and documentation

I finally added TLS/SSL support — PadRelay can now encrypt TCP connections properly.
Documentation is now published both on GitHub Pages and ReadTheDocs.

This release focuses on security, stability, and better defaults. No breaking changes.

Highlights

  • TLS/SSL encryption for all TCP connections
    Includes automatic self-signed certificate generation, custom certificate paths, and TLS 1.2+ minimum version.
    New CLI options: --enable-tls, --disable-tls, --cert-path, --key-path
  • Password strength warnings with recommendations (non-blocking)
  • Safer logs and configuration handling with permission checks
  • Updated dependencies: cryptography>=41.0.0, cffi>=1.15.0

Documentation: https://ssh-den.github.io/PadRelay/
PyPI: https://pypi.org/project/padrelay/