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 (needscargo-binstall; falls through tocargo 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.