Skip to content

Releases: containers/ocicrypt

ocicrypt 1.1.0

25 Jan 21:06
Compare
Choose a tag to compare

Ocicrypt Release 1.1.0

This new release of ocicrypt contains new usable interfaces and thus is a new minor number. This issue details the notable features added as well as a checklist before making a new release that will be used by consuming projects. Target date for completion is 24th January.

Changes

There are several significant changes in release 1.1.0, this includes:

  • Experimental PKCS11 support enabled via ENV variable
  • Custom keyprovider support enabled via ENV variable

ocicrypt 1.0.3

07 Jul 18:53
ad91003
Compare
Choose a tag to compare

Feature Changes

  • Update CreateDecryptConfig to parse x509 certs in keys
  • go.mod: switch to maintained fork of pkcs7 package

Code Cleanups

  • Remove some dead code pointed out by 'make check'
  • Do not use append in initial assignment of string array
  • Remove parsePlatformArray func

ocicrypt 1.0.2

03 Apr 17:11
bdddf7c
Compare
Choose a tag to compare

Changelog:

  • remove urfave/cli depedency for context
  • Added consumers of library

ocicrypt 1.0.1

24 Feb 20:11
0343cc6
Compare
Choose a tag to compare

Added Features:

  • Updated KeyWrap interfaces to make GetPrivateKeys and other functions truly optional in encryption and decryption

ocicrypt 1.0.0

24 Feb 20:19
0343cc6
Compare
Choose a tag to compare

Initial release of libraries and apis for encrypted container images.