mbedtls/include
Gilles Peskine 7fad3ef3b5 Switch key slots to psa_key_attributes_t
Switch `psa_key_slot_t` to the full `psa_key_attributes_t`, now that this
structure only has psa_core_key_attributes_t`.

To minimize the diff without breaking the build much, temporarily make
`psa_key_attributes_t` contain either the `core` field or all the fields.
This allows both things like `slot->attr.core.type` and `slot->attr.type`
to exist. The build breaks with compilers that don't support anonymous
unions and structs, which are only standard C since C11.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2024-02-28 01:30:24 +01:00
..
mbedtls Merge pull request #8844 from davidhorstmann-arm/restore-x509-functions-to-public 2024-02-27 10:55:16 +00:00
psa Switch key slots to psa_key_attributes_t 2024-02-28 01:30:24 +01:00
.gitignore
CMakeLists.txt