Skip to content

Releases: containers/ocicrypt

ocicrypt v1.1.10

12 Mar 01:08
v1.1.10
Compare
Choose a tag to compare

What's changed

  • update to go-jose v3.0.3
  • jwe: Support overriding the algorithm when supplying a JWK

Full Changelog: v1.1.9...v1.1.10

ocicrypt v1.1.9

31 Oct 14:11
v1.1.9
Compare
Choose a tag to compare

What's changed

  • Updated dependencies
  • Fix a possible race with concurrent encryption with the same config (@mtrmac )

Full Changelog: v1.1.8...v1.1.9

ocicrypt v1.1.8

15 Aug 01:27
v1.1.8
Compare
Choose a tag to compare

What's Changed

  • pkcs11: getHostAndOsType add support for riscv64

Full Changelog: v1.1.7...v1.1.8

ocicrypt 1.1.7

19 Jan 04:53
Compare
Choose a tag to compare

What's Changed

  • regex not preallocated in init program

Full Changelog: v1.1.6...v1.1.7

ocicrypt 1.1.6

07 Oct 14:40
v1.1.6
Compare
Choose a tag to compare

What's Changed

  • spec: Define media types for zstd + encryption support
  • add check annotations is nil

Full Changelog: v1.1.5...v1.1.6

ocicrypt 1.1.5

06 Jun 00:16
v1.1.5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.4...v1.1.5

ocicrypt 1.1.4

05 May 13:41
Compare
Choose a tag to compare

What's Changed

  • Default the pkcs11 code to use sha256 for OAEP padding by @stefanberger in #61

Full Changelog: v1.1.3...v1.1.4

ocicrypt 1.1.3

18 Mar 15:04
Compare
Choose a tag to compare

Updates:

ocicrypt 1.1.2

28 Jun 18:38
Compare
Choose a tag to compare

Bug fixes with processing of x509 certificates as decryption keys.

ocicrypt 1.1.1

12 Apr 15:31
Compare
Choose a tag to compare

Ocicrypt Release 1.1.1

This release contains minor updates.

Changes
There are several minor changes including:

  • Handle deprecation of some crypto golang calls and annotate backwards compatibility as required
  • Add golang testing with golang 1.16