Skip to content

Releases: jshawl/minisign

v0.2.1 - fix documentation

19 Feb 12:21
v0.2.1
feb2e51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0 - cli

17 Feb 13:41
v0.2.0
e97c27d
Compare
Choose a tag to compare

What's Changed

Added

  • Support for changing or removing the password from the private key
  • minisign executable
  • Minisign::PrivateKey#sign adds a new optional untrusted_comment argument
  • Custom error classes:
    • Minisign::SignatureVerificationError
    • Minisign::PasswordMissingError
    • Minisign::PasswordIncorrectError

Changed

  • Minisign::PublicKey#verify now raises Minisign::SignatureVerificationError instead of Ed25519::VerifyError and specifies whether the global signature or the comment signature failed to verify
  • Minisign::PrivateKey now raises Minisign::PasswordMissingError or Minisign::PasswordIncorrectError instead of RuntimeError

Full Changelog: v0.1.0...v0.2.0

v0.1.0 - Generate Key Pair and Signatures

10 Feb 00:37
v0.1.0
8858994
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.8...v0.1.0

v0.0.8 - create signatures

03 Feb 23:22
v0.0.8
bd272aa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.7...v0.0.8

v0.0.7 - Add key id verification

22 Jun 21:05
v0.0.7
ef408cc
Compare
Choose a tag to compare

v0.0.6 - Add key id verification

22 Jun 20:54
v0.0.6
96fbc4a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.5...v0.0.6

v0.0.5 Add Documentation

30 May 20:23
v0.0.5
d698be3
Compare
Choose a tag to compare

v0.0.4 Initial Release

30 May 18:44
v0.0.4
22b61dd
Compare
Choose a tag to compare

Initial release