Skip to content

Releases: chipsalliance/caliptra-sw

release_v20231110_0

10 Nov 10:32
Compare
Choose a tag to compare
Verify full cert chain in `test_generate_csr_stress`.

This adds checking the LDEV and FMC alias certificates to the test.

release_v20231109_0

09 Nov 10:32
7cf86b5
Compare
Choose a tag to compare
Enable FPGA Realtime Model Clock Gating (#1021)

Co-authored-by: Kor Nielsen <[email protected]>

release_v20231108_0

08 Nov 10:32
Compare
Choose a tag to compare
cfia_assert_eq_N_words: Use explicit registers.

This allows for smaller code because we can guarantee the register ids
fit in the 16-bit encoding.

release_v20231107_0

07 Nov 10:32
dd19104
Compare
Choose a tag to compare
[fix] Make CFI wrappers force inline. (#1045)

This fix adds the force inline attribute to CFI wrappers.

release_v20231104_0

04 Nov 10:33
22676f0
Compare
Choose a tag to compare
Ecc384::key_pair: make ecc_private_key_usage mandatory. (#1042)

The real firmware always sets this, and making this mandatory gets rid
of the branch around the pairwise-consistency check, which was a CFI
risk.

release_v20231103_0

03 Nov 10:31
07c427e
Compare
Choose a tag to compare
Update bitflags 2.0.1 -> 2.4.0. (#805)

By using the same version as caliptra-dpe, we can avoid some confusion
about which version of bitflags we're actually compiling against.

Also, unlike 2.0.1, 2.4.0 has been vetted by Google:
https://github.com/google/rust-crate-audits/blob/main/audits.toml

release_v20231102_0

02 Nov 10:33
2661c12
Compare
Choose a tag to compare
[fix] Remove extra entropy for Xoshiro S* variables (#1015)

This change removes the non-zeroing of the Xoshiro S* variables since ECC needs to be initialized on them.

release_v20231101_0

01 Nov 10:35
9b34966
Compare
Choose a tag to compare
[fix] Return fake random numbers if RNG h/w block unavailable (#935)

release_v20231031_0

31 Oct 10:33
9b34966
Compare
Choose a tag to compare
[fix] Return fake random numbers if RNG h/w block unavailable (#935)

release_v20231028_0

28 Oct 10:33
9b34966
Compare
Choose a tag to compare
[fix] Return fake random numbers if RNG h/w block unavailable (#935)