mbedtls/3rdparty/p256-m
Paul Elliott 0c847bcbe7 Fix Make issues with Everest enabled
Apply Gilles suggestion to fix the problem with make on the CI when everest is enabled, i.e. use $(THIRDPARTY_DIR) instead of a fuzz specific hack involving $(THIRDPARTY_INCLUDES)

Signed-off-by: Paul Elliott <paul.elliott@arm.com>
2024-01-24 19:08:31 +00:00
..
p256-m Update license for p256-m 2023-11-03 09:31:36 +00:00
CMakeLists.txt Fix 3rdparty target names for custom config 2023-10-06 12:04:25 +01:00
Makefile.inc Fix Make issues with Everest enabled 2024-01-24 19:08:31 +00:00
p256-m_driver_entrypoints.c Update license for p256-m 2023-11-03 09:31:36 +00:00
p256-m_driver_entrypoints.h Update license for p256-m 2023-11-03 09:31:36 +00:00
README.md Update license for p256-m 2023-11-03 09:31:36 +00:00

The files within the p256-m/ subdirectory originate from the p256-m GitHub repository. They are distributed here under a dual Apache-2.0 OR GPL-2.0-or-later license. They are authored by Manuel Pégourié-Gonnard. p256-m is a minimalistic implementation of ECDH and ECDSA on NIST P-256, especially suited to constrained 32-bit environments. Mbed TLS documentation for integrating drivers uses p256-m as an example of a software accelerator, and describes how it can be integrated alongside Mbed TLS. It should be noted that p256-m files in the Mbed TLS repo will not be updated regularly, so they may not have fixes and improvements present in the upstream project.

The files p256-m.c, p256-m.h and README.md have been taken from the p256-m repository. It should be noted that p256-m deliberately does not supply its own cryptographically secure RNG function. As a result, the PSA RNG is used, with p256_generate_random() wrapping psa_generate_random().