Skip to content

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 26 Jul 22:34
· 48 commits to master since this release

Changelog

  • 922c2b8 feat: add --time/--memory/--threads to encrypt, --ssh-privkey/--passphrase-file to decrypt
  • 1d4aeaf fix: copy privkey before clear in IdentityFromSSHPrivateKey
  • e55b2aa fix: handle -o - as stdout; clean partial output on error; detect armored files
  • 8b829c2 fix: remove ineffectual r2 assignment in info.go
  • a6f6b41 fix: resolve 8 audit findings — shred nil-ptr, rekey OOM, genkey order, password clearing
  • 25e3088 fix: wait for goroutine in EncryptDirContext/DecryptDirContext to prevent temp dir cleanup races