Skip to content
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.

Releases: confidential-containers/ocicrypt-rs

v0.6.0

05 Jun 15:25
Compare
Choose a tag to compare

What's Changed

  • Feature: add openssl and ring to implement block cipher by @Xynnn007 in #62
  • Cargo.toml: added new feature cc_kbc_occlum by @Xynnn007 in #65
  • [DO NOT MERGE] bump: attestation-agent to latest commit by @Xynnn007 in #66
  • bump: to v0.6.0 by @Xynnn007 in #67

Full Changelog: v0.5.1...v0.6.0

v0.5.1

14 Apr 12:24
3bf5bc4
Compare
Choose a tag to compare
Merge pull request #64 from fidencio/topic/update-attestation-agent-t…

v0.5.0

14 Apr 08:36
Compare
Choose a tag to compare
chore: bump attestation-agent version with the latest one

This bump will fix the version of v0.5.0 release of
attestation-agent version

Signed-off-by: Xynnn007 <[email protected]>

v0.4.0

28 Feb 07:41
Compare
Choose a tag to compare
ci: Fix failed build rats-tls with latest commits

ocicrypt-rs/rats-tls/src/verifiers/sgx-ecdsa/verify_evidence.c: In function 'ecdsa_verify_evidence':
ocicrypt-rs/rats-tls/src/verifiers/sgx-ecdsa/verify_evidence.c:68:5: error: 'sgx_ql_qve_collateral_t {aka struct _sgx_ql_qve_collateral_t}' has no member named 'tee_type'
    .tee_type = 0x00000000, /* SGX */
     ^~~~~~~~

Signed-off-by: Wang, Arron <[email protected]>

v0.3.0: ocicrypt: add feature "block-cipher"

12 Jan 17:05
Compare
Choose a tag to compare
Add feature "block-cipher" to make image layer encryption/decryption.

Signed-off-by: Jiang Liu <[email protected]>

v0.2.0: cargo: Bump oci-distribution to v0.9.3

07 Nov 04:30
Compare
Choose a tag to compare