aboutsummaryrefslogtreecommitdiff
path: root/3rdparty
AgeCommit message (Expand)AuthorFilesLines
13 daysAdjust build systemsRonald Cron2-0/+2
13 daysAdd and update some .gitignore filesRonald Cron1-0/+1
2024-01-24Fix Make issues with Everest enabledPaul Elliott2-7/+7
2023-11-03Update license for p256-mDave Rodgman6-232/+6
2023-10-13Fix 3rdparty/Makefile.inc when included recursivelyGilles Peskine1-1/+1
2023-10-06Fix 3rdparty target names for custom configDavid Horstmann2-4/+4
2023-10-04Merge pull request #8273 from davidhorstmann-arm:target-prefix-3rdpartyMinos Galanakis2-6/+10
2023-10-02Add custom config logic to 3rdparty modulesDavid Horstmann2-0/+26
2023-09-29CMake: fix build with 3rdparty module enabled through a custom configGilles Peskine1-10/+2
2023-09-28Add MBEDTLS_TARGET_PREFIX to 3rdparty CMakeDavid Horstmann2-6/+10
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 Peskine4-6/+6
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 Rodgman6-6/+6
2023-09-12Update spelling "mbed TLS" to "Mbed TLS"Gilles Peskine6-6/+6
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-05-12Ignore *.o everywhereGilles Peskine1-1/+0
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 Deshpande5-29/+48
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 Deshpande7-0/+2121
2023-01-11Rename VS2010 directory to VS2013 and update Makefiles etcDave Rodgman3-0/+0
2022-09-15Include platform.h unconditionally: automatic partGilles Peskine1-5/+0
2022-05-25Merge pull request #5724 from Biswa96/cmake-mingwDave Rodgman1-1/+1
2022-05-18Fix typos in documentation and constants with typo finding toolbootstrap-prime1-2/+2
2022-05-12Merge pull request #3641 from okhowang/c99Dave Rodgman1-0/+9