Skip to content

Releases: pavlo-v-chernykh/keystore-go

v3.0.2

13 Jun 09:23
Compare
Choose a tag to compare
  • Fix integer overflow compiler errors
  • Remove mage dependency
  • Introduce GitHub Actions
  • Introduce Makefile

v3.0.1

30 Oct 17:26
Compare
Choose a tag to compare
  • Introduce golangci-lint to run linters
  • Introduce magefile to run fmt, tests, linter
  • Add -cover flag for tests
  • Improve error messages

v3.0.0

16 Sep 20:32
Compare
Choose a tag to compare
  • Remove errors from public API
  • Expand fields names for KeyStore entry structs
  • Introduce go modules support
  • Improve error handling
  • Improve error messages

v2.1.0

13 Feb 13:25
7bbcda7
Compare
Choose a tag to compare
  • Provide EncodeWithRand which lets you specify custom PRNG and CSPRNG.
  • Explicitly specify NULL value for Parameters in Algo field for private key entry.
  • Fixes for x86 32bit architecture.

v2.0.1

21 Sep 08:39
Compare
Choose a tag to compare
  • Fixed incorrect conversion of entry creation date

v2.0.0

31 Jul 12:39
Compare
Choose a tag to compare
  • Zero out passwords for security
  • Encode and Decode functions signatures were changed

v1.0.0

25 Jul 08:58
Compare
Choose a tag to compare
  • Encoder and decoder implemented for JKS