aboutsummaryrefslogtreecommitdiff
path: root/scripts/data_files
AgeCommit message (Expand)AuthorFilesLines
26 hoursAdjust build systemsRonald Cron1-1/+1
2024-03-22Fix #ifdef guard in driver wrapper templateAntonio de Angelis1-2/+2
2024-03-13Update the MSBuild toolset versions to VS2017Bence Szépkúti3-5/+13
2024-03-13Rename solution files to referece VS2017Bence Szépkúti3-0/+0
2024-02-28Use attribute accessor functions in driver wrappersGilles Peskine2-48/+48
2024-02-20Rename "key generation method" to "key production parameters"Gilles Peskine1-10/+12
2024-02-15generate key ext: skip driver invocation with non-default methodGilles Peskine1-4/+16
2024-02-15generate/derive key ext: pass method_data_length rather than method_lengthGilles Peskine1-2/+2
2024-02-15psa_generate_key_ext: RSA: support custom public exponentGilles Peskine1-1/+6
2023-11-02update headersDave Rodgman5-65/+5
2023-10-06Remove logically dead codePaul Elliott1-12/+19
2023-09-29Merge pull request #8272 from daverodgman/iar-warningsGilles Peskine1-31/+3
2023-09-29Undo not-needed changeDave Rodgman1-5/+4
2023-09-29Remove redundant codeDave Rodgman1-20/+1
2023-09-28Assume get_num_ops cannot failDave Rodgman1-14/+12
2023-09-28Fix return typeDave Rodgman1-2/+2
2023-09-28Fix IAR statement is unreachable warningDave Rodgman1-30/+22
2023-09-28Fix error handling in psa_driver_wrapper_xxx_hash_get_num_opsDave Rodgman1-9/+13
2023-09-26Remove useless empty lineXiaokang Qian1-1/+0
2023-09-26Remove the UN_USED_DISABLE attributeXiaokang Qian1-73/+2
2023-09-26Change the extension type of the file psa_crypto_driver_wrapperXiaokang Qian2-2/+2
2023-09-26Automaticly generate psa_crypto_driver_wrappers_no_static.cXiaokang Qian1-0/+237
2023-09-26Move functions out of the static fileXiaokang Qian1-84/+0
2023-09-26Disable unused warning on visual studio and generate files before libXiaokang Qian1-61/+73
2023-09-26Move function psa_driver_wrapper_export_public_key out of auto-generatedXiaokang Qian1-70/+0
2023-09-26Ensure build of P256 passXiaokang Qian1-2/+1
2023-09-26Surpress the unsed function warningsXiaokang Qian1-0/+62
2023-09-26Define the psa wrapper functions as static inlineThomas Daubney1-62/+63
2023-09-25vs2013 templates: Set bcrypt to be the sole dependency.Minos Galanakis2-14/+9
2023-09-25Code style fixesMinos Galanakis2-6/+6
2023-09-25Fix Visual Studio Release|x64 buildsSimon Butcher1-1/+1
2023-09-25Remove redundant Visual Studio 6 data filesSimon Butcher3-213/+0
2023-09-25Replace Windows APIs that are banned in Windows Store appsKevin Kane2-3/+11
2023-09-20Give a production-sounding name to the p256m optionGilles Peskine2-10/+10
2023-09-20Merge pull request #8041 from mpg/tfm-p256mManuel Pégourié-Gonnard2-1/+21
2023-09-12Add comment to p256-m driver JSON fileManuel Pégourié-Gonnard1-0/+1
2023-09-12Add JSON file for p256-m driverManuel Pégourié-Gonnard2-1/+20
2023-08-29Fully replace mbedtls_psa_safer_memcmpDave Rodgman1-1/+2
2023-08-08Remove "export_key" from transparent driver jsonManuel Pégourié-Gonnard1-1/+1
2023-06-14Shorten encoding of version featuresDave Rodgman1-0/+6
2023-04-28Minor formatting change to driver wrapper jinja templateAditya Deshpande1-26/+26
2023-04-28Rename p256m to p256 for uniform function/macro prefixesAditya Deshpande1-4/+4
2023-04-28Integrate p256-m as an example driver alongside Mbed TLS and write documentat...Aditya Deshpande1-0/+72
2023-03-31psa: Remove MBEDTLS_PSA_CRYPTO_DRIVERS configuration optionRonald Cron1-2/+0
2023-03-09Merge pull request #6567 from mprse/ecjpake-driver-dispatchDave Rodgman1-0/+159
2023-03-01Merge pull request #7147 from paul-elliott-arm/interruptible_sign_hash_codest...Gilles Peskine1-18/+0
2023-02-24Remove driver entry points for {get|set}_max_ops().Paul Elliott1-18/+0
2023-02-24Merge pull request #7098 from gilles-peskine-arm/retval-non-emptyPaul Elliott1-3/+3
2023-02-22Remove support for pake opaque driverPrzemek Stekiel1-27/+1
2023-02-22Documentation fixes and code adaptationPrzemek Stekiel1-4/+6