Skip to content

Releases: pavlo-v-chernykh/keystore-go

v4.5.0

31 Aug 23:33
ae44a5e
Compare
Choose a tag to compare
  • Introduce GetPrivateKeyEntryCertificateChain to get certificate chain associated with private key entry without a password
  • Bump golangci-lint version up to v1.54.2

v4.4.1

11 Jan 17:14
Compare
Choose a tag to compare
  • Cut a new tag trying to fix checksum mismatch issue #41

v4.4.0

08 Jun 08:38
Compare
Choose a tag to compare
  • Change all github.com/pavel-v-chernykh/keystore-go to github.com/pavlo-v-chernykh/keystore-go
  • Bump golang version up to 1.17
  • Bump golangci-lint version up to 1.46.2
  • Use standard UnixMilli to convert time to ms and ms to time

v4.3.0

22 Jan 19:44
7fd2f4f
Compare
Choose a tag to compare
  1. Introduce WithCustomRandomNumberGenerator configuration option #35

v4.2.0

28 Oct 08:44
42dbb69
Compare
Choose a tag to compare
  1. Remove hardcoded minPasswordLen #31
  2. Introduce WithMinPasswordLen configuration option #31

v4.1.0

12 Nov 21:05
d66cbc2
Compare
Choose a tag to compare
  • Introduce DeleteEntry method to delete the entry from the keystore. #24
  • Introduce WithOrderedAliases option to keep aliases in alphabetical order in the keystore file. #24
  • Introduce WithCaseExactAliases option to preserve the original case of aliases (by default aliases are lowercased). #24
  • Introduce gitpod.io support #22 #25

v4.0.0

31 Oct 10:52
3e3bbb9
Compare
Choose a tag to compare
  • Reproduce Java KeyStore API #20

v3.1.0

26 Oct 12:55
f2a310a
Compare
Choose a tag to compare
  • Introduce key password #18

v3.0.4

14 Aug 08:29
532a365
Compare
Choose a tag to compare
  • Fixed digest computation in Decode #15

v3.0.3

24 Jul 08:48
9d96101
Compare
Choose a tag to compare
  • Fix Go modules spec compliance issue (thanks @KateGo520 for the detailed report)