aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-02test: verify that TLS and X509 are independent from mbedtls_ecp_curve functionsfeatures/new-code-style/test/good/old/6863features/new-code-style/test/6863/oldValerio Setti1-0/+13
2023-01-02tls: remove dependency from mbedtls_ecp_curve functionsValerio Setti7-80/+239
2022-12-23Merge pull request #6595 from mfischer/lms_heapGilles Peskine1-15/+32
2022-12-23Merge pull request #6836 from gilles-peskine-arm/code-style-more-kr-20221222Gilles Peskine1-2/+2
2022-12-23Merge pull request #6776 from gabor-mezei-arm/6222_bignum_mod_mulManuel Pégourié-Gonnard5-0/+223
2022-12-23Merge pull request #6747 from gilles-peskine-arm/bignum-mod-randomManuel Pégourié-Gonnard15-175/+909
2022-12-22Require a space after a castGilles Peskine1-2/+2
2022-12-22Merge pull request #6282 from gstrauss/sw_derive_yManuel Pégourié-Gonnard5-34/+182
2022-12-21More robust dependency filteringGilles Peskine1-1/+3
2022-12-21Simplify logic and document test_cases_for_valuesGilles Peskine1-5/+20
2022-12-21Pacify pylintGilles Peskine1-2/+2
2022-12-21Split the high nesting of BignumModRawConvertRep.generate_function_testsGilles Peskine1-10/+15
2022-12-21Fix type declarationGilles Peskine1-1/+1
2022-12-21bignum_mod_raw.py: Added a filtering logic to `BignumModRawConvertRep.generat...Minos Galanakis1-0/+5
2022-12-21bignum_common.py: Refactored `BignumModRawConvertRep.generate_function_tests()`Minos Galanakis1-9/+5
2022-12-21bignum_common.py: Introduce the set_representation setter.Minos Galanakis1-8/+5
2022-12-21bignum_mod_raw: Simplified `BignumModRawCanonicalToFromModulusRep` output exp...Minos Galanakis1-4/+2
2022-12-21bignum_common: Adjusted `format_arg` to always size input according to modulo.Minos Galanakis1-4/+1
2022-12-21Fix possible uninitialization errorGabor Mezei1-3/+3
2022-12-21Merge pull request #6795 from gilles-peskine-arm/check_test_cases-quiet_ciManuel Pégourié-Gonnard1-1/+1
2022-12-20Fix representation conversion with 32-bit limbsGilles Peskine1-6/+20
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 Peskine3-30/+58
2022-12-20Generate test cases for mpi_mod_raw_modulus_to_canonical_rep as wellGilles Peskine1-11/+28
2022-12-20Generate test cases for mpi_mod_raw_canonical_to_modulus_repGilles Peskine1-1/+35
2022-12-20Generalize representation handling in mbedtls_mpi_mod_readGilles Peskine1-2/+1
2022-12-20Document modulus representation selectorsGilles Peskine1-2/+15
2022-12-20Functions to convert raw residues to/from the modulus representationGilles Peskine3-0/+116
2022-12-20Helpers for generating representation-aware test casesGilles Peskine1-0/+29
2022-12-20Mod operations: fill arguments to the width of the modulusGilles Peskine1-0/+6
2022-12-20Add some missing type annotationsGilles Peskine1-3/+3
2022-12-20Remove unused importGilles Peskine1-1/+0
2022-12-20Fix possible uninitialization errorGabor Mezei1-14/+12
2022-12-20Use equality checking for NULL valueGabor Mezei1-1/+1
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-20Supress pylint's duplicated code warningGabor Mezei1-0/+1
2022-12-20Use helper functions to simplify test codeGabor Mezei1-71/+47
2022-12-20Generate operands in Mongomery representation for the test functionGabor Mezei2-16/+4
2022-12-20TypoGabor Mezei1-1/+1
2022-12-20Fix documentationGabor Mezei1-10/+10
2022-12-20Add tests for mod_mulGabor Mezei3-0/+212
2022-12-20Add mod_mul functionGabor Mezei2-0/+56
2022-12-20Merge pull request #6825 from minosgalanakis/bignum/adjust_pylintDave Rodgman1-0/+1
2022-12-20Merge pull request #6826 from daverodgman/fix_gettimeofdayDave Rodgman2-1/+4
2022-12-20Add Changelog entryDave Rodgman1-0/+3
2022-12-20Fix overflow in mbedtls_timing_hardclockDave Rodgman1-1/+1
2022-12-20pylint: Set a minimum duplicate match to 10 lines.Minos Galanakis1-0/+1
2022-12-20remove duplicated consecutive preproc directivesGlenn Strauss1-2/+1