mirror of
https://github.com/enix/x509-certificate-exporter.git
synced 2026-08-23 22:16:39 +00:00
Thread ctx through onSecret→fetchPassphrase (contextcheck); suppress SHA-1 gosec warnings in jceksHMAC with nosec (protocol-mandated by JKS/JCEKS wire format); drop dead skip initialiser in decodeJCEKS (ineffassign); remove redundant int64 cast on UnixMilli (unconvert).