- ca6e8aa Support negative zero as MPI test input by Gilles Peskine · 2 years, 9 months ago
- 9feb19f Use mbedtls_mpi_sint not mbedtls_mpi_uint in mpi_mod_int test by Tom Cosgrove · 2 years, 9 months ago
- 91e35e3 Enable mpi_mod_int test case to take full-range MPI integers by Tom Cosgrove · 2 years, 9 months ago
- ce22066 Rename test_suite_bignum for consistency with bignum.{h,c} by Gilles Peskine · 2 years, 10 months ago[Renamed from tests/suites/test_suite_mpi.function]
- bd3ddaf Move tests added in #6289 by Werner Lewis · 2 years, 10 months ago
- 6baf12b Move legacy mod functions back to test_suite_mpi by Werner Lewis · 2 years, 10 months ago
- ffe4478 Move mpi_core_bitlen tests to bignum_core files by Werner Lewis · 2 years, 10 months ago
- 0c6ea12 Move bignum_mod tests into separate files by Werner Lewis · 2 years, 10 months ago
- c9b6a0a Move bignum_mod_raw tests into separate files by Werner Lewis · 2 years, 10 months ago
- c6004a2 Move bignum_core tests into separate files by Werner Lewis · 2 years, 10 months ago
- db29963 Merge pull request #6289 from gabor-mezei-arm/6237_Add_conditional_assign_and_swap_for_bignum by Gilles Peskine · 2 years, 10 months ago
- 4dceede Fix overly replacement in the documentation by Gabor Mezei · 2 years, 10 months ago
- 0c74e08 Fix condition by Gabor Mezei · 2 years, 10 months ago
- ffb4aa0 Rename variables to have unambiguous names by Gabor Mezei · 2 years, 10 months ago
- 8bcd7cc Use count instead of bytes in ASSERT_ALLOC argument by Gabor Mezei · 2 years, 10 months ago
- b50e433 Test mbedtls_mpi_core_bitlen by Gilles Peskine · 2 years, 10 months ago
- c5772a1 mbedtls_test_read_mpi_core: allow odd number of hex digits by Gilles Peskine · 2 years, 10 months ago
- a67a1a3 Remove the 'is_fail' parameter from the test functions by Gabor Mezei · 2 years, 10 months ago
- d71eb0c Use better test macro by Gabor Mezei · 2 years, 10 months ago
- d6441da Remove redundant memory initialization by Gabor Mezei · 2 years, 10 months ago
- 251cb63 Remove unused macro definition by Gabor Mezei · 2 years, 10 months ago
- 02e5d43 Add more tests for cond_assign/swap functions by Gabor Mezei · 2 years, 10 months ago
- 6546a6c Rewrite tests for cond_assign/swap by Gabor Mezei · 2 years, 10 months ago
- 5bbdfce Streamline mbedtls_mpi_core_lt_ct unit test by Gilles Peskine · 2 years, 11 months ago
- ec5685f Use exact-size buffers for inputs and outputs to library functions in tests by Gabor Mezei · 2 years, 10 months ago
- f5ca726 Rename variables to match bettr to its purpose by Gabor Mezei · 2 years, 10 months ago
- 8b05e3b Add memory freeing by Gabor Mezei · 2 years, 10 months ago
- a758488 Use exact-size buffers for inputs and outputs to library functions in tests by Gabor Mezei · 2 years, 10 months ago
- 821d151 Check true and false condition in the same test case by Gabor Mezei · 2 years, 10 months ago
- 3eff425 Use only one limb parameter for assign by Gabor Mezei · 2 years, 10 months ago
- 027d696 Remove unused code by Gabor Mezei · 2 years, 11 months ago
- b2763ef Do not read uninitialized memory by Gabor Mezei · 2 years, 11 months ago
- cfc0eb8 Remove unused parameter by Gabor Mezei · 2 years, 11 months ago
- 53e455d Remove return value checking from test functions of assign and swap by Gabor Mezei · 2 years, 11 months ago
- b27b1c5 Add tests for conditional assign and swap functions by Gabor Mezei · 2 years, 11 months ago
- 4386ead Correct the aliasing requirements in doc for mbedtls_mpi_core_montmul(), and test them by Tom Cosgrove · 2 years, 10 months ago
- b0b77e1 Document and test aliasing of the bignums given to mbedtls_mpi_core_mla() by Tom Cosgrove · 2 years, 11 months ago
- ea45c1d Document and test aliasing of output for mbedtls_mpi_core_montmul() by Tom Cosgrove · 2 years, 11 months ago
- f2b3818 Test when all three inputs to mbedtls_mpi_core_sub() are aliased by Tom Cosgrove · 2 years, 11 months ago
- c71ca0c Remove some unnecessary whitespace (two spaces after commas) by Tom Cosgrove · 2 years, 11 months ago
- dbc1561 Don't bother to test b + a after testing a + b if a == b by Tom Cosgrove · 2 years, 11 months ago
- 17f1fdc Update comments in mpi_core_add_if() test by Tom Cosgrove · 2 years, 11 months ago
- b7438d1 Update name of mbedtls_mpi_montg_init() by Tom Cosgrove · 2 years, 11 months ago
- 359feb0 Better wording for the reason why we use an input MPI for a scalar value by Tom Cosgrove · 2 years, 11 months ago
- e2159f2 Use the MAX() macro by Tom Cosgrove · 2 years, 11 months ago
- be7209d Remove unnecessary casts by Tom Cosgrove · 2 years, 11 months ago
- 50c477b Use S and sum (rather than X/expected) in mpi_core_add_if() by Tom Cosgrove · 2 years, 11 months ago
- 1feb5ac Switch to using TEST_LE_S() and TEST_LE_U() in tests by Tom Cosgrove · 2 years, 11 months ago
- 2b17792 Use ASSERT_ALLOC() in tests by Tom Cosgrove · 2 years, 11 months ago
- 1135b20 Add mbedtls_mpi_core_add_if() tests for when inputs are aliased by Tom Cosgrove · 3 years ago
- 42dfac6 Rename variables and update comments in mpi_core_mla test by Tom Cosgrove · 3 years ago
- a043aeb Rename variables and update comments in mpi_core_sub test by Tom Cosgrove · 3 years ago
- eceb4cc Rename variables and update comments in mpi_core_add_if test by Tom Cosgrove · 3 years ago
- 1b2947a Remove mbedtls_ prefix from bignum test cases by Tom Cosgrove · 3 years ago
- b0fb17a Use ASSERT_COMPARE() instead of memcmp() in new tests by Tom Cosgrove · 3 years ago
- 9339f05 Swap arguments of TEST_EQUAL() where it improves readability by Tom Cosgrove · 3 years ago
- b2c06f4 Remove stale comment, and fix whitespace issue by Tom Cosgrove · 3 years ago
- f0ffb15 Have mbedtls_mpi_montg_init() take the modulus, rather than just its least significant limb by Tom Cosgrove · 3 years ago
- 9384284 Use mbedtls_mpi_core_montmul() in mpi_montmul() by Tom Cosgrove · 3 years ago
- f334d96 Add unit tests for bignum_new.c:mbedtls_mpi_core_montmul() by Tom Cosgrove · 3 years ago
- 79b70f6 Make a public version of mpi_montg_init() in bignum_new.c and add unit tests by Tom Cosgrove · 3 years ago
- 659c84a Add unit tests for the new function mbedtls_mpi_core_mla() in bignum_new.c by Tom Cosgrove · 3 years ago
- 2a65b85 Add unit tests for the new function mbedtls_mpi_core_sub() in bignum_new.c by Tom Cosgrove · 3 years ago
- 0cc7865 Add unit tests for the new function mbedtls_mpi_core_add_if() in bignum_new.c by Tom Cosgrove · 3 years ago
- 6b8e0c2 Bignum: make tests more readable by Janos Follath · 3 years ago
- 494a6d2 Bignum tests: use TEST_EQUAL by Janos Follath · 3 years ago
- deb8030 Improve mbedtls_mpi_core_lt_ct() unit tests by Janos Follath · 3 years ago
- 8162064 Bignum: Improve style by Janos Follath · 3 years ago
- 7f08178 Unify mpi mod raw read/write test with the other tests by Gabor Mezei · 3 years ago
- 89e3146 Typo by Gabor Mezei · 3 years ago
- 9dfb562 Test little endian core I/O with odd limbs by Janos Follath · 3 years ago
- 1cb3b97 Test big endian core I/O with odd limbs by Janos Follath · 3 years ago
- d089570 Bignum: move internal constants to headers by Janos Follath · 3 years ago
- 1694969 Bignum: Add tests for modulus setup and free by Janos Follath · 3 years ago
- a200f6f Add macro definitions to the tests by Gabor Mezei · 3 years ago
- 23a1ce9 Add tests for mbedtls_mpi_mod_raw read/write functions by Gabor Mezei · 3 years ago
- 23bdeca Add core constant time comparison by Janos Follath · 3 years ago
- 91dc67d Allow (NULL, 0) as a representation of 0 by Janos Follath · 3 years ago
- 6ff3536 Add tests for little endian core I/O by Janos Follath · 3 years ago
- f1d617d Add tests for big endian core I/O by Janos Follath · 3 years ago
- dc47fe7 Use upper case for bignum string comparison by Werner Lewis · 3 years ago
- efda01f Fix formatting in bignum test functions by Werner Lewis · 3 years, 1 month ago
- f65a327 Remove remaining bignum radix args by Werner Lewis · 3 years, 1 month ago
- 9802d36 Remove radix arg from bignum tests by Werner Lewis · 3 years, 1 month ago
- 19b4cd8 Remove radix arg from mbedtls_test_read_mpi by Werner Lewis · 3 years, 1 month ago
- 722c62c Fix copypasta in test function argument name by Gilles Peskine · 4 years, 2 months ago
- e109175 mpi_shrink test: just set the top bit by Gilles Peskine · 4 years, 2 months ago
- 3637488 Add many test cases involving 0 by Gilles Peskine · 4 years, 2 months ago
- 342f71b Test mbedtls_mpi_exp_mod both with and without _RR by Gilles Peskine · 4 years, 2 months ago
- 424390c mbedtls_mpi_exp_mod test: don't read RR from test data by Gilles Peskine · 4 years, 2 months ago
- d0722f8 Test mbedtls_mpi_safe_cond_{assign,swap} with the basic functions by Gilles Peskine · 4 years, 2 months ago
- fc1eeef Overhaul testing of mbedtls_mpi_swap by Gilles Peskine · 4 years, 2 months ago
- 90ec8e8 Overhaul testing of mbedtls_mpi_copy by Gilles Peskine · 4 years, 2 months ago
- dffc710 Test the validity of the sign bit after constructing an MPI object by Gilles Peskine · 4 years, 2 months ago
- 20edee7 Use mbedtls_test_read_mpi in test suites by Gilles Peskine · 4 years, 2 months ago
- 0730cd5 Merge branch 'development' into Remove__CHECK_PARAMS_option by TRodziewicz · 4 years, 2 months ago
- ceefe5d Lift function call out of inner loop by Gilles Peskine · 4 years, 2 months ago
- d463edf MPI random test: fix small-range test stats check when min > 1 by Gilles Peskine · 4 years, 4 months ago
- eedefa5 Better document and slightly simplify >>2^n heuristic by Gilles Peskine · 4 years, 4 months ago
- 422e867 MPI random: add unit tests with a previously nonzero value by Gilles Peskine · 4 years, 4 months ago