Releases: chipsalliance/caliptra-sw
Releases · chipsalliance/caliptra-sw
release_v20240202_0
fpga-image: Move gdb dependencies from VM to SD image (#1307)
release_v20240201_0
Add certify_key_csr integration test With this test, Runtime coverage shoots up to 82.59488% from ~75%.
release_v20240126_0
Test that attestation fails after calling DisableAttestation
release_v20240125_0
Update chrono from 0.4.24 to 0.4.32. This removes the time-0.1 dependency, resolving https://github.com/chipsalliance/caliptra-sw/security/dependabot/4.
release_v20240124_0
Update chrono from 0.4.24 to 0.4.32. This removes the time-0.1 dependency, resolving https://github.com/chipsalliance/caliptra-sw/security/dependabot/4.
release_v20240123_0
Do not borrow mbox from drivers during the mbox_responder loop. This allows future commands to call helpers that borrow `drivers`. In addition, add helpers for reading requests / writing responses, for brevity.
release_v20240120_0
CI: Update Caliptra RTL (#1282)
release_v20240119_0
nightly-release: Fix rtl-repo-sync permission error. (#1280) Whoops, #1271 broke the nightly build: ``` github/workflows/nightly-release.yml (Line: 10, Col: 3): Error calling workflow 'chipsalliance/caliptra-sw/.github/workflows/rtl-repo-sync.yml@d51627a91130c6d5f7c1151ab0e5304e9153753a'. The workflow is requesting 'contents: write, pull-requests: write', but is only allowed 'contents: read, pull-requests: none'. ``` Give the rtl-repo-sync job the necessary permissions to create the pull-request.
rom-1.0.0
Caliptra 1.0 ROM.
CI Dashboard: https://chipsalliance.github.io/caliptra-sw/run-2024-01-12-005614.html
release_v20240116_0
Add runtime crypto routines for hashing and HMACing data from KV. Due to hardware limitations these use HMAC and ECDSA keygen, respectively.