aboutsummaryrefslogtreecommitdiff
path: root/3rdparty/p256-m
AgeCommit message (Expand)AuthorFilesLines
2024-07-10Move everest and p256-mRonald Cron9-2777/+0
2024-07-10Adjust build systemsRonald Cron1-1/+2
2024-07-01Adjust build systemsRonald Cron1-0/+1
2024-06-13Adjust build systemsRonald Cron1-0/+1
2024-06-12Add and update some .gitignore filesRonald Cron1-0/+1
2024-01-24Fix Make issues with Everest enabledPaul Elliott1-3/+3
2023-11-03Update license for p256-mDave Rodgman6-232/+6
2023-10-06Fix 3rdparty target names for custom configDavid Horstmann1-2/+2
2023-10-04Merge pull request #8273 from davidhorstmann-arm:target-prefix-3rdpartyMinos Galanakis1-3/+5
2023-10-02Add custom config logic to 3rdparty modulesDavid Horstmann1-0/+13
2023-09-28Add MBEDTLS_TARGET_PREFIX to 3rdparty CMakeDavid Horstmann1-3/+5
2023-09-26Change the extension type of the file psa_crypto_driver_wrapperXiaokang Qian1-2/+1
2023-09-26Revert 3rd party p-256 entry fileXiaokang Qian1-0/+1
2023-09-26Ensure build of P256 passXiaokang Qian1-0/+1
2023-09-26Define the psa wrapper functions as static inlineThomas Daubney1-1/+0
2023-09-20Give a production-sounding name to the p256m optionGilles Peskine3-5/+5
2023-09-20Merge pull request #8041 from mpg/tfm-p256mManuel Pégourié-Gonnard4-66/+301
2023-09-20Fix typo in variable declarationManuel Pégourié-Gonnard1-1/+1
2023-09-20Fix documentation of error codesManuel Pégourié-Gonnard1-15/+24
2023-09-20Improve comments on key formatsManuel Pégourié-Gonnard1-11/+9
2023-09-20Improve return codeManuel Pégourié-Gonnard1-3/+3
2023-09-18Fix some issues in commentsManuel Pégourié-Gonnard1-2/+2
2023-09-13Merge pull request #8034 from gilles-peskine-arm/bump_version-doc_mainpageDave Rodgman1-1/+1
2023-09-12Update spelling "mbed TLS" to "Mbed TLS"Gilles Peskine1-1/+1
2023-09-12Use macros for sizes in p256-m driverManuel Pégourié-Gonnard1-24/+34
2023-09-12Improve error codes in p256-m driverManuel Pégourié-Gonnard1-41/+36
2023-09-12Add export_public_key entry point to p256-m driverManuel Pégourié-Gonnard2-0/+61
2023-09-12Add import_key entry point to p256-m driverManuel Pégourié-Gonnard2-0/+78
2023-09-12Add key management utilities to p256-mManuel Pégourié-Gonnard2-0/+84
2023-09-06Use the zeroize function from Mbed TLSGilles Peskine1-6/+2
2023-08-29Disable p256-m asm on aarch64Dave Rodgman1-1/+3
2023-08-11p256m: minor fixes to the driver interfaceValerio Setti1-2/+2
2023-06-15Add copyright (as agreed with Manuel)Dave Rodgman2-0/+2
2023-04-28Minor changes to documentation and code comments for clarityAditya Deshpande3-14/+28
2023-04-28Add support for building p256-m alongside Mbed TLS with CMake.Aditya Deshpande3-25/+39
2023-04-28Migrate p256-m_driver_entrypoints.[hc] to new code styleAditya Deshpande2-58/+68
2023-04-28Add warnings to documentation stating that p256-m code may be out of date wit...Aditya Deshpande2-2/+6
2023-04-28Use psa_generate_random() instead of mbedtls_ctr_dbrgAditya Deshpande1-23/+4
2023-04-28Add SPDX license identifiers to driver entry point filesAditya Deshpande2-0/+40
2023-04-28Add README and license from the p256-m repoAditya Deshpande2-0/+540
2023-04-28Remove rand() from p256_generate_random() and move to an implementation based...Aditya Deshpande2-6/+33
2023-04-28Add README in p256-m/Aditya Deshpande1-0/+3
2023-04-28Remove unnecessary no-check-names commentsAditya Deshpande1-4/+0
2023-04-28Rename p256m to p256 for uniform function/macro prefixesAditya Deshpande2-16/+16
2023-04-28Integrate p256-m as an example driver alongside Mbed TLS and write documentat...Aditya Deshpande6-0/+2120