aboutsummaryrefslogtreecommitdiff
path: root/scripts/mbedtls_dev
AgeCommit message (Expand)AuthorFilesLines
2023-08-29Improve directory coverage in PSA repo detectionDavid Horstmann1-1/+1
2023-08-24Support psa-crypto repo in psa_storage.pyDavid Horstmann1-1/+5
2023-08-24Modify build_tree.py for the PSA Crypto repoDavid Horstmann1-2/+9
2023-08-22Fix type annotationGilles Peskine1-1/+1
2023-08-22New test suite for the low-level hash interfaceGilles Peskine1-0/+123
2023-08-21Move PSA information and dependency automation into their own moduleGilles Peskine1-0/+162
2023-08-17Merge pull request #7937 from yanrayw/code_size_compare_improvementBence Szépkúti1-0/+57
2023-08-14logging_util: support to tweak loglevel directed to stderr/stdoutYanray Wang1-7/+9
2023-08-04Merge pull request #8018 from AgathiyanB/add-overflow-test-inputs-bignumTom Cosgrove2-0/+26
2023-08-03Remove trailing whitespaceAgathiyan Bragadeesh1-1/+1
2023-08-01Rename ADD_SUB_DEFAULT to ADD_SUB_DATAAgathiyan Bragadeesh2-4/+4
2023-08-01Use ADD_SUB_DEFAULT as test input for bignum testsAgathiyan Bragadeesh1-0/+3
2023-08-01Add default test cases for add/subtract in bignumAgathiyan Bragadeesh1-0/+23
2023-07-26Fix KeyType.can_do() for DH+FFDHManuel Pégourié-Gonnard1-0/+2
2023-07-26Shorten DH_FAMILY just like ECC_FAMILYManuel Pégourié-Gonnard1-1/+1
2023-07-26Enable DH in generate_psa_tests.pyManuel Pégourié-Gonnard1-0/+6
2023-07-26logging_util: rename argumentYanray Wang1-3/+3
2023-07-24code_size_compare: add logging module and tweak prompt messageYanray Wang1-0/+55
2023-06-27ecp.py: Extended EcpP224K1Raw tests for 32/64 bit architectures.Minos Galanakis1-1/+1
2023-06-27bignum_common.py: Added `bits_to_limbs` method.Minos Galanakis2-4/+12
2023-06-16test_suite_ecp: Added `MBEDTLS_ECP_NIST_OPTIM` define guards.Minos Galanakis1-5/+10
2023-06-15Split out mbedtls_ecp_mod_p448_raw()Paul Elliott1-2/+6
2023-06-15Merge pull request #7637 from paul-elliott-arm/fixed_ecp_mod_p448Paul Elliott1-0/+6
2023-06-13Move corner test case into python frameworkPaul Elliott1-0/+6
2023-05-23ecp_curves: Minor refactoring of `mbedtls_ecp_mod_p255_raw()`Minos Galanakis1-37/+23
2023-05-23ecp.py: Fixed types for `arguments()` overrides.Minos Galanakis1-9/+10
2023-05-23ecp.py: Added tests for `mbedtls_ecp_mod_p255_raw`Minos Galanakis1-0/+82
2023-05-22Merge pull request #7565 from gabor-mezei-arm/7263_split_out_Koblitz_raw_func...Paul Elliott1-10/+26
2023-05-16Merge pull request #7489 from minosgalanakis/ecp/7246_xtrack_core_shift_lPaul Elliott2-0/+79
2023-05-16Add `_raw` function to P256K1Gabor Mezei1-5/+13
2023-05-16Add `_raw` function to P224K1Gabor Mezei1-3/+7
2023-05-16Add `_raw` function to P192K1Gabor Mezei1-2/+6
2023-05-16bignum_core.py: Simplified result calculation for `BignumCoreShiftL`Minos Galanakis1-1/+1
2023-05-12Add test cases to test overflow in the Kobltz reductionGabor Mezei1-0/+12
2023-05-11bignum_common.py: Addressed minor typosMinos Galanakis1-4/+4
2023-05-10Merge pull request #7482 from gabor-mezei-arm/6029_use_core_api_in_ecp_mod_ko...Paul Elliott1-2/+1
2023-05-05Fix input parameter alignment in P256K1 test casesGabor Mezei1-2/+1
2023-05-03Remove unrequired limb size calculationPaul Elliott1-2/+1
2023-05-03Correct max canonical multiplication resultPaul Elliott1-3/+3
2023-04-26Add Curve 448 testsPaul Elliott1-0/+90
2023-04-26bignum_core.py: Add "BignumCoreShiftL()"Minos Galanakis2-0/+79
2023-04-25ecp_curves: Added unit-tests for `secp256k1`Minos Galanakis1-0/+65
2023-04-18ecp_curves: Added unit-tests for `secp224k1`Minos Galanakis1-0/+65
2023-04-17Fix test case dependencyGabor Mezei1-1/+1
2023-04-13Add dependency for P192K1 testsGabor Mezei1-0/+1
2023-04-13Add generated tests for ecp_mod_p192k1Gabor Mezei1-0/+63
2023-04-06ecp.py: Set test-dependencies as attributes.Minos Galanakis2-1/+9
2023-04-06test_suite_ecp: Introduced `ecp_mod_p_generic_raw`Minos Galanakis1-5/+26
2023-04-06Merge pull request #7351 from gabor-mezei-arm/7109_ecp_fast_reduction_testingJanos Follath1-98/+158
2023-04-05bignum: Removed merge scaffolding.Minos Galanakis4-149/+0