Skip to content

Releases: ovh/symmecrypt

v0.6.1

19 Jul 07:46
v0.6.1
060996e

Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

14 Mar 09:03
430abfa

Choose a tag to compare

  • Update to go 1.19
  • Upgrade golang.org/x/crypto

v0.5.1

26 Nov 15:30
2b81caa

Choose a tag to compare

  • Fix read issues in stream package: missing chunks and invalid headers

v0.5.0

09 Nov 09:18
e548945

Choose a tag to compare

  • 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

24 Apr 09:47
55da9c7

Choose a tag to compare

  • NewKey function (split from LoadKey)

v0.4.2

05 Feb 18:07
v0.4.2
262d351

Choose a tag to compare

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

11 Sep 14:49
262d351

Choose a tag to compare

Fix miscreant import path (#23)

v0.4.0

27 Aug 14:35
95035df

Choose a tag to compare

  • Decrypt Marshal uses json.Decoder UseNumber()

Support loading from separate configstore instances

23 Jul 14:42
0d66d1a

Choose a tag to compare

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

18 Jun 13:41

Choose a tag to compare

Adding travis build report (#18)

Signed-off-by: Romain Beuque <romain.beuque@corp.ovh.com>