Releases: ovh/symmecrypt
Releases · ovh/symmecrypt
v0.6.0
- Update to go 1.19
- Upgrade golang.org/x/crypto
v0.5.1
- Fix
read
issues in stream package: missing chunks and invalid headers
v0.5.0
- Support encrypting large file via the stream package to split it in smaller chunks
- Support convergent encryption via the convergent package
- Remove dependencies on error/log packages
v0.4.3
NewKey
function (split from LoadKey
)
v0.4.2
v0.4.2 is the same version than 0.4.1, but we proper semver to match Golang modules requirements, and on the correct commit.
Fix miscreant import path (#23)
v0.4.1
Fix miscreant import path (#23)
v0.4.0
- Decrypt Marshal uses json.Decoder
UseNumber()
Support loading from separate configstore instances
keyloader: Support loading keys from separate store instances (#19)
* keyloader: Support loading keys from separate store instances
* Typos in comments
* seal: Parameter order
* Misc fixes
Minor: support loading base64 encryption keys
Adding travis build report (#18)
Signed-off-by: Romain Beuque <romain.beuque@corp.ovh.com>