Releases: containers/ocicrypt
Releases · containers/ocicrypt
ocicrypt 1.1.2
Bug fixes with processing of x509 certificates as decryption keys.
ocicrypt 1.1.1
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
ocicrypt 1.1.0
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
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
Changelog:
- remove urfave/cli depedency for context
- Added consumers of library
ocicrypt 1.0.1
Added Features:
- Updated KeyWrap interfaces to make
GetPrivateKeys
and other functions truly optional in encryption and decryption
ocicrypt 1.0.0
Initial release of libraries and apis for encrypted container images.