containers / ocicrypt

Encryption libraries for Encrypted OCI Container images
Apache License 2.0
133 stars 31 forks source link

Update CreateDecryptConfig to parse x509 certs in keys #17

Closed lumjjb closed 3 years ago

lumjjb commented 3 years ago

Allow passing in of certs with decryption keys to help runtimes ingest certs for PKCS7 decryption

Signed-off-by: Brandon Lum lumjjb@gmail.com

stefanberger commented 3 years ago

otherwise LGTM

lumjjb commented 3 years ago

Fixed!