mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-11-06 05:54:50 +00:00
Adds a macro (`MBEDTLS_ERR_ADD`) to add error codes together and check that the result will not be corrupted. This additional check is only enabled during testing when `MBEDTLS_TEST_HOOKS` is defined. Also includes a reference usage example in `rsa.c` where two high-level error codes could be incorrectly added together under the right conditions. This now ensures that when this error occurs during testing it will be correctly reported. Signed-off-by: Chris Jones <christopher.jones@arm.com> |
||
|---|---|---|
| .. | ||
| drivers | ||
| asn1_helpers.h | ||
| constant_flow.h | ||
| fake_external_rng_for_test.h | ||
| helpers.h | ||
| macros.h | ||
| psa_crypto_helpers.h | ||
| psa_exercise_key.h | ||
| psa_helpers.h | ||
| random.h | ||