aboutsummaryrefslogtreecommitdiff
path: root/tests/suites
AgeCommit message (Expand)AuthorFilesLines
2022-12-23Merge pull request #6776 from gabor-mezei-arm/6222_bignum_mod_mulManuel Pégourié-Gonnard2-0/+147
2022-12-23Merge pull request #6747 from gilles-peskine-arm/bignum-mod-randomManuel Pégourié-Gonnard4-26/+346
2022-12-22Merge pull request #6282 from gstrauss/sw_derive_yManuel Pégourié-Gonnard3-13/+68
2022-12-21Fix possible uninitialization errorGabor Mezei1-3/+3
2022-12-20Cosmetic fixGilles Peskine1-1/+1
2022-12-20Update of the RNG seed in mpi_mod_random_valuesGilles Peskine1-4/+1
2022-12-20Fix representation of mod-random outputGilles Peskine2-29/+57
2022-12-20Functions to convert raw residues to/from the modulus representationGilles Peskine1-0/+52
2022-12-20Fix possible uninitialization errorGabor Mezei1-14/+12
2022-12-20Fix the order of freeing memoryGabor Mezei1-5/+5
2022-12-20Calling the residue_release() is not neededGabor Mezei1-8/+0
2022-12-20Use helper functions to simplify test codeGabor Mezei1-71/+47
2022-12-20Generate operands in Mongomery representation for the test functionGabor Mezei1-12/+0
2022-12-20Add tests for mod_mulGabor Mezei2-0/+193
2022-12-17Merge pull request #6777 from tom-cosgrove-arm/issue-6292-mod_invGilles Peskine4-15/+246
2022-12-17Merge pull request #6742 from gabor-mezei-arm/6022_bignum_mod_raw_mulGilles Peskine1-0/+95
2022-12-16Generate operands in Mongomery representation for the test functionGabor Mezei1-12/+0
2022-12-16Document the test strategyGilles Peskine1-0/+32
2022-12-16Add validation tests for mbedtls_mpi_{mod,mod_raw}_randomGilles Peskine2-0/+105
2022-12-16Implement and test mbedtls_mpi_mod_randomGilles Peskine1-0/+19
2022-12-16Fix leak of modulus structures in testsGilles Peskine1-1/+1
2022-12-16Implement and test mbedtls_mpi_mod_raw_randomGilles Peskine2-17/+103
2022-12-16Rename MPI-legacy test function for clarityGilles Peskine2-14/+14
2022-12-16Move bignum helpers to their own moduleGilles Peskine1-0/+1
2022-12-16Merge pull request #6303 from gilles-peskine-arm/bignum-core-randomManuel Pégourié-Gonnard6-379/+683
2022-12-15Merge pull request #6723 from mpg/restartable-vs-use-psaGilles Peskine2-1/+4
2022-12-15Merge pull request #6793 from tom-cosgrove-arm/update-mbedtls_mpi_mod_sub-tes...Gilles Peskine1-16/+21
2022-12-15Add tests for mbedtls_mpi_mod_inv()Tom Cosgrove2-0/+144
2022-12-15Add low-level Montgomery conversion functions to bignum_coreTom Cosgrove1-14/+72
2022-12-15Add an explicit mbedtls_mpi_core_montmul_working_limbs() functionTom Cosgrove2-1/+11
2022-12-15Add mbedtls_mpi_core_check_zero_ct() and testsTom Cosgrove1-0/+19
2022-12-15Unify RNG initialization that must be unifiedGilles Peskine1-8/+11
2022-12-15Add generated tests for mod_raw_mulGabor Mezei1-0/+107
2022-12-15Merge pull request #6772 from wernerlewis/bignum_refactor_subGilles Peskine1-16/+8
2022-12-15Merge pull request #6594 from gilles-peskine-arm/generate_test_code-function_...Gilles Peskine1-1/+6
2022-12-15Update mbedtls_mpi_mod_sub() tests to incorporate mod_add test feedbackTom Cosgrove1-16/+21
2022-12-15Merge pull request #6732 from wernerlewis/bignum_6019_mod_addManuel Pégourié-Gonnard2-0/+122
2022-12-14Merge pull request #986 from Mbed-TLS/merge-back-3.3.0-3Dave Rodgman2-3/+3
2022-12-14Revert "Add generated files"Dave Rodgman9-67968/+0
2022-12-14Merge pull request #6680 from valeriosetti/issue6599Manuel Pégourié-Gonnard2-0/+105
2022-12-14Remove B + A testsWerner Lewis1-18/+0
2022-12-14Reallocate X_raw to enforce no overflowWerner Lewis1-3/+13
2022-12-14Rename oret to expected_retWerner Lewis1-7/+7
2022-12-13Merge pull request #6743 from minosgalanakis/bignum/implement_modular_negationManuel Pégourié-Gonnard1-0/+54
2022-12-12Test for both PKCS 7 bugs found by OSS-FuzzDemi Marie Obenour1-1/+1
2022-12-12Refactor mpi_core_sub tests to use arch_splitWerner Lewis1-16/+8
2022-12-12Merge pull request #6666 from daverodgman/fast_unalignedManuel Pégourié-Gonnard4-0/+636
2022-12-12bignum_mod_raw testsuite: Refactored `mpi_mod_raw_neg()`.Minos Galanakis1-5/+4
2022-12-12test_suite_bignumg_mod_raw: Added test for mpi_mod_raw_negMinos Galanakis1-0/+55
2022-12-12test: pake: modify opaque key verification before destructionValerio Setti1-1/+3