Skip to content

Releases: cloudflare/gokey

v0.1.3

29 Apr 17:05
Compare
Choose a tag to compare

What's Changed

  • Import deterministic ECDSA key generation code from Go 1.18 crypto/ecdsa package by @zhsj in #63
  • CI: bump actions/setup-go to v4 by @kbdharun in #64
  • chore: use bytes.Equal instead by @testwill in #66
  • Update workflow definitions by @ignatk in #71
  • Move the gokey cmd main to an importable package by @pdmccormick in #70
  • Bump golang.org/x/crypto from 0.0.0-20220622213112-05595931fe9d to 0.17.0 by @dependabot in #68
  • allow setting master password via environment variable by @dannyfast in #72

New Contributors

Full Changelog: v0.1.2...v0.1.3

v0.1.2

09 Sep 11:23
Compare
Choose a tag to compare

What's Changed

  • Ensure correct code formatting with gofmt in CI by @ignatk in #53
  • Accept gofmt -s suggestion by @ignatk in #54
  • Fix typo by @sandro in #55
  • Backport math/big prime generation algorithm from Go 1.18 by @ignatk in #59

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

28 Jul 21:19
dc01847
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

First tagged release

08 Jul 13:25
Compare
Choose a tag to compare

Starting to tag releases for better integration with Go modules ecosystem