mbedtls/ChangeLog.d
Gilles Peskine ecaa7ca507 Add missing supported algorithm to psa/crypto_config.h
The following shell command lists features that seem to be supported, but
are missing from include/psa/crypto_config.h:
```
for x in $(grep -ho -Ew '(PSA_WANT|MBEDTLS_PSA_BUILTIN)_\w+_\w+' library/psa_crypto*.c | sed 's/^MBEDTLS_PSA_BUILTIN/PSA_WANT/' | sort -u); do grep -qw $x include/psa/crypto_config.h || echo $x; done
```
This looks for PSA_WANT_<kind>_<thing> macros that gate a part of the
library, as well as their MBEDTLS_PSA_BUILTIN_<kind>_<thing> counterparts.
This is not necessarily a complete list of identifiers that must appear
in the config file, since a few features are not gated.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2023-01-19 12:11:18 +01:00
..
00README.md
alignment-perf.txt Improve Changelog 2022-12-09 14:24:33 +00:00
cmake-install.txt Install CMake files in MbedTLS dir 2022-12-04 03:00:38 +00:00
crypto_config_ccm_star.txt Add missing supported algorithm to psa/crypto_config.h 2023-01-19 12:11:18 +01:00
fix_build_for_directory_names_containing_spaces.txt Add ChangeLog entry 2023-01-10 09:35:39 +00:00
fix-gettimeofday-overflow.txt Add Changelog entry 2022-12-20 13:16:34 +00:00
fix-iar-warnings.txt Add Changelog 2023-01-10 10:08:12 +00:00
make_sha224_sha384_independent_from_sha256_sha512.txt changelog: fix text error 2022-12-28 13:28:42 +01:00
mbedtls_ecp_point_read_binary-compressed-fmt.txt
pk-sign-restartable.txt Add a ChangeLog entry for the ECDSA deterministic change 2022-12-09 10:09:34 +01:00
workaround_gnutls_anti_replay_fail.txt Improve comment and changlog 2023-01-10 14:58:08 +08:00