aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2023-03-07Merge pull request #7184 from gabor-mezei-arm/6349_Secp224r1_fast_reductionJanos Follath2-1/+74
2023-03-06The is_valid() function is needed to not filter out test casesGabor Mezei1-0/+12
2023-03-06Correct the maximum canonical value in testsGabor Mezei1-2/+2
2023-03-06Code style: have two empty lines before and after class definitionsGabor Mezei1-0/+4
2023-03-06Remove unnecessary function overrideGabor Mezei1-12/+0
2023-03-01Use lower case hex numberGabor Mezei1-2/+3
2023-03-01Merge pull request #7147 from paul-elliott-arm/interruptible_sign_hash_codest...Gilles Peskine1-18/+0
2023-02-27Add more test cases for P224 testingGabor Mezei1-0/+15
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-21Merge pull request #7095 from paul-elliott-arm/interruptible_sign_hash_codestyleGilles Peskine1-0/+263
2023-02-21Add test generation for ecp_mod_p224_rawGabor Mezei1-0/+49
2023-02-21Use a common function to calculate the number of hex digitsGabor Mezei1-1/+5
2023-02-21Merge pull request #7045 from lpy4105/issue/6947/apply-exclusions-in-code_sty...Gilles Peskine1-8/+21
2023-02-16Move num_ops ECP abstraction fully into internal implementationPaul Elliott1-16/+4
2023-02-16Fix tests for 32bitGabor Mezei1-1/+1
2023-02-15Add comment to explain lack of driver dispatchPaul Elliott1-0/+8
2023-02-15Fix {sign|verify}_get_num_opsPaul Elliott1-2/+10
2023-02-15Fix issues with get_{sign/verify}_num_opsPaul Elliott1-0/+8
2023-02-15Add internal implementationPaul Elliott1-23/+38
2023-02-15Revert the addition of hex digit calculator functionGabor Mezei1-5/+1
2023-02-15Restrict input parameter size for ecp_mod_p521_rawGabor Mezei1-4/+3
2023-02-15Add corner case to mod_p521 testsJanos Follath1-0/+7
2023-02-15Fix 32-bit issuesGabor Mezei1-1/+1
2023-02-15Fix pylint issuesGabor Mezei2-2/+8
2023-02-15Add test generation for ecp_mod_p521_rawGabor Mezei1-0/+83
2023-02-15Merge pull request #6971 from gabor-mezei-arm/6026_Secp192r1_fast_reductionGilles Peskine2-0/+78
2023-02-15Initial empty driver wrapper implementationPaul Elliott1-0/+236
2023-02-15Fix CI failurePengyu Lv1-1/+1
2023-02-15Only check files known to gitPengyu Lv1-9/+13
2023-02-14Make \retval commands non-emptyGilles Peskine1-3/+3
2023-02-14Improve readabilityPengyu Lv1-4/+4
2023-02-13Add more test casesGabor Mezei1-0/+3
2023-02-10Update psa_crypto_driver_wrappers.c.jinjaSergey1-1/+2
2023-02-10adjust help messagePengyu Lv1-2/+3
2023-02-10print skipped file names to stdoutPengyu Lv1-5/+2
2023-02-08code_style.py: Add helpers to print warning and skipped filesPengyu Lv1-0/+14
2023-02-08code_style.py: Apply exclusions to the file listPengyu Lv1-12/+9
2023-02-07Merge pull request #6975 from davidhorstmann-arm/c-build-helper-improvementsGilles Peskine1-18/+33
2023-01-31Merge pull request #6964 from davidhorstmann-arm/code-style-improvementsGilles Peskine1-31/+26
2023-01-31Fix pylint issuesGabor Mezei1-2/+1
2023-01-31Fix test file generation on windowsGabor Mezei1-0/+1
2023-01-31Add test generation for ecp_mod_p192_rawGabor Mezei1-0/+50
2023-01-31Add test generation support for the ecp moduleGabor Mezei1-0/+25
2023-01-31Merge pull request #6941 from gabor-mezei-arm/6375_quasi-reduction_functionGilles Peskine1-0/+31
2023-01-30Add docstring for new compile function.David Horstmann1-0/+7
2023-01-27Make c_build_helper module respect HOSTCCDavid Horstmann1-1/+4
2023-01-27c_build_helper.py: Move compile to helperDavid Horstmann1-18/+23
2023-01-27Shorten the prefix of the test case belongs to the fix quasi-reduction functionGabor Mezei1-1/+1
2023-01-27Revert "Add dependency for generated test cases"Gabor Mezei1-1/+0