commit | 586882f003037ac8d0fa4678104eea24295a8f1f | [log] [tgz] |
---|---|---|
author | Jordan Yates <jordan@embeint.com> | Sat Apr 13 15:31:28 2024 +1000 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue May 07 17:55:56 2024 -0400 |
tree | 531a92354c144e1cfb1d5faa63f760d0cff17ae6 | |
parent | 8ae0934470c9cd2bc56f4f5c4308c8b3f59485e9 [diff] |
mbedtls: compile FFDH support in PSA mode Include `psa_crypto_ffdh.c` when compiling MbedTLS with PSA support, as `MBEDTLS_PSA_BUILTIN_KEY_TYPE_DH_PUBLIC_KEY` references the included functions. Signed-off-by: Jordan Yates <jordan@embeint.com>