mcuboot/boot
David Brown 1d79ef35ee boot: Fix ASN.1 for mbedtls >= 3.1
In Mbed TLS 3.1, the private fields in the ASN.1 structure were made private.
This breaks code that accesses these private macros.

Fix this by changing the ASN.1 specific code to use a new field accessor
`ASN1_CONTEXT_MEMBER` that will be conditionally defined based on the version of
Mbed TLS that is present.

Signed-off-by: David Brown <david.brown@linaro.org>
2024-06-28 10:04:35 -06:00
..
boot_serial boot: Removed unnecessary if-statement 2024-04-18 10:49:14 +01:00
bootutil boot: Fix ASN.1 for mbedtls >= 3.1 2024-06-28 10:04:35 -06:00
cypress boot: Add MCUBOOT_HW_KEY support for image encryption 2024-06-12 15:17:54 -06:00
espressif espressif: allow the use of a different toolchain for building 2023-10-17 04:41:37 -03:00
mbed boot: Add MCUBOOT_HW_KEY support for image encryption 2024-06-12 15:17:54 -06:00
mynewt mynewt: Igore swap_scratch.c for single application slot 2024-05-23 18:09:36 +02:00
nuttx nuttx: switch to flash_area_get_sector 2023-08-02 11:28:34 +02:00
zcbor zcbor: Make changes to zcbor code to satisfy mynewt compile options 2024-01-30 12:18:51 +00:00
zephyr boot: Add MCUBOOT_HW_KEY support for image encryption 2024-06-12 15:17:54 -06:00