Skip to content

v1.5.0

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Sep 12:15
· 7 commits to main since this release

Static/cross-compiled binaries (rustls with bundled AWS-LC — no system OpenSSL).

Install paths:

  • cargo binstall adhammer — picks up the binary matching your target
    from this page (needs cargo-binstall; falls through to cargo install).
  • Linux .deb: sudo apt install ./adhammer_<version>_amd64.deb
  • Direct: download adhammer-<target> for your platform.

Verification:

  • SHA-256 sum attached per asset (<asset>.sha256).
  • Sigstore attestation via GitHub OIDC — verify with
    gh attestation verify <asset> --owner icedracon.

Legacy DCs (SHA-1 LDAPS certs): build from source with
--no-default-features --features tls-native.