Releases: pavlo-v-chernykh/keystore-go
Releases · pavlo-v-chernykh/keystore-go
v3.0.2
- Fix integer overflow compiler errors
- Remove mage dependency
- Introduce GitHub Actions
- Introduce Makefile
v3.0.1
- Introduce golangci-lint to run linters
- Introduce magefile to run fmt, tests, linter
- Add -cover flag for tests
- Improve error messages
v3.0.0
- 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
- Provide
EncodeWithRand
which lets you specify custom PRNG and CSPRNG. - Explicitly specify
NULL
value forParameters
inAlgo
field for private key entry. - Fixes for x86 32bit architecture.
v2.0.1
- Fixed incorrect conversion of entry creation date
v2.0.0
- Zero out passwords for security
- Encode and Decode functions signatures were changed
v1.0.0
- Encoder and decoder implemented for JKS