Skip to content

Releases: hexssl/hexssl-cli

v0.2.0

10 Apr 16:40
91143db

Choose a tag to compare

v0.2.0

This release expands hexssl-cli beyond HSTS-only checks.

Added

  • cert check <target> for certificate inspection
  • dns check <domain> for DNS validation
  • mail check <domain> --selector <selector> for mail trust validation
  • shared core for reusable result models, formatters, and exit-code handling

Notes

  • human-readable and JSON output added for the new modules
  • initial CLI tests added for cert, dns, and mail checks