- 77b1452 test: fix error in test_suite_ssl by Valerio Setti · 2 years, 8 months ago
- b6bf7dc test: fix depends.py for hash tests by Valerio Setti · 2 years, 8 months ago
- e7221a2 test: adjust depends.py to new SHA224/SHA384 changes by Valerio Setti · 2 years, 8 months ago
- 46e8fd8 test: sha: test SHA224 and SHA256 separately by Valerio Setti · 2 years, 8 months ago
- 898e7a3 test: sha: test SHA384 and SHA512 separately by Valerio Setti · 2 years, 8 months ago
- 48232ed Merge pull request #6743 from minosgalanakis/bignum/implement_modular_negation by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- a9ac612 Merge pull request #6666 from daverodgman/fast_unaligned by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- 9a60b23 bignum_mod_raw testsuite: Refactored `mpi_mod_raw_neg()`. by Minos Galanakis · 2 years, 8 months ago
- 6118a3e test_suite_bignumg_mod_raw: Added test for mpi_mod_raw_neg by Minos Galanakis · 2 years, 8 months ago
- 6129268 Bignum: Implement mbedtls_mpi_mod_raw_inv_prime() and tests by Tom Cosgrove · 2 years, 8 months ago
- a7f0d7b mbedtls_mpi_core_exp_mod() ouuput may alias input A by Tom Cosgrove · 2 years, 8 months ago
- 90af1a1 Merge pull request #6734 from daverodgman/fix_test_dep_spelling by Dave Rodgman · 2 years, 8 months ago
- d45924d Merge pull request #6733 from tom-cosgrove-arm/issue-6293-mod_exp-memory by Janos Follath · 2 years, 8 months ago
- 1fe4529 Merge pull request #6685 from gilles-peskine-arm/valgrind-cf-skip-tests by Dave Rodgman · 2 years, 8 months ago
- 92011ee Merge pull request #6717 from tom-cosgrove-arm/fix-typos-2212 by Dave Rodgman · 2 years, 8 months ago
- 6146887 Fix spelling of test dependency by Dave Rodgman · 2 years, 8 months ago
- 0a0dded Have mbedtls_mpi_core_exp_mod() take a temporary instead of allocating memory by Tom Cosgrove · 2 years, 8 months ago
- f51f972 Apply review comments by Tom Cosgrove · 2 years, 8 months ago
- 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
- 62b2048 Implement mbedtls_mpi_mod_sub() by Tom Cosgrove · 2 years, 8 months ago
- 481a5e4 Improve parsing of test data by Dave Rodgman · 2 years, 8 months ago
- 7fc53dd Suppress over-eager compiler warnings in tests by Dave Rodgman · 2 years, 8 months ago
- 266f79c Merge pull request #6426 from aditya-deshpande-arm/driver-wrapper-key-agreement by Paul Elliott · 2 years, 8 months ago
- 9dc55ba Suppress over-eager compiler warnings in test code by Dave Rodgman · 2 years, 8 months ago
- 63e6a88 Suppress over-eager compiler warning in tests by Dave Rodgman · 2 years, 8 months ago
- fb5fedc Add tests for alignment.h by Dave Rodgman · 2 years, 8 months ago
- edaa17b Merge pull request #6547 from yanesca/extract_mod_exp_from_prototype by Gilles Peskine · 2 years, 8 months ago
- d1bc6da Fix the build with MBEDTLS_TEST_HOOKS && !MBEDTLS_USE_PSA_CRYPTO by Gilles Peskine · 2 years, 8 months ago
- b6bc752 Minor formatting fixes to address code review comments by Aditya Deshpande · 2 years, 8 months ago
- 3ffd6bc Create a separate test suite for constant-time functions by Gilles Peskine · 2 years, 8 months ago
- 77e68c3 Move constant-time HMAC testing to its own suite by Gilles Peskine · 2 years, 8 months ago
- 0b9b560 Merge pull request #6601 from valeriosetti/issue6502 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- f9720cf Merge pull request #6670 from gilles-peskine-arm/pkcs7-use-after-free-20221127 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- a13f5eb Add missing dependency for the fuzzer-constructed test data by Gilles Peskine · 2 years, 8 months ago
- d98ac8b Merge remote-tracking branch 'dave/fast_xor' into fast_unaligned by Dave Rodgman · 2 years, 8 months ago
- 1ac41de Add test function for opaque driver (simply returns PSA_ERROR_NOT_SUPPORTED), and address other review comments. by Aditya Deshpande · 2 years, 8 months ago
- a34d030 test: psa_pake: fix dependency by Valerio Setti · 2 years, 8 months ago
- 4f01121 Fix memory leak on error in pkcs7_get_signers_info_set by Gilles Peskine · 2 years, 8 months ago
- 391005c Fix structures initialized too late in tests by Gilles Peskine · 2 years, 8 months ago
- 2336555 Improve test failure reporting by Gilles Peskine · 2 years, 8 months ago
- 290f01b Fix dangling freed pointer on error in pkcs7_get_signers_info_set by Gilles Peskine · 2 years, 8 months ago
- e7190a2 mpi_mod_io_neg: fix use of uninitialized value by Janos Follath · 2 years, 8 months ago
- 0020df9 mpi_mod_io: test with various buffer sizes by Janos Follath · 2 years, 8 months ago
- 8dfc8c4 mbedtls_mpi_mod_write: prevent data corruption by Janos Follath · 2 years, 8 months ago
- d7bb352 mbedtls_mpi_mod_read/write: restrict pre-conditions by Janos Follath · 2 years, 8 months ago
- 6ef582f Bignum Mod Tests: improve readabilty and style by Janos Follath · 2 years, 8 months ago
- 339b439 Bignum Mod: remove unused parameter in io_neg test by Janos Follath · 2 years, 8 months ago
- 566c91d Bignum Mod: io_neg test pass data directly by Janos Follath · 2 years, 8 months ago
- 96070a5 bignum_tests: Refactored `mpi_mod_io_neg()` by Minos Galanakis · 2 years, 8 months ago
- 91f3abd Bignum Mod: improve residue_setup test by Janos Follath · 2 years, 8 months ago
- f55505d Bignum Mod Raw: fix tests after rebase by Janos Follath · 2 years, 8 months ago
- 799eaee Bignum Mod: move init before any goto by Janos Follath · 2 years, 8 months ago
- 91295d2 Bignum Mod: remove endianness from modulus by Janos Follath · 2 years, 9 months ago
- 3e3fc91 Bignum Mod: pass endianness as a parameter by Janos Follath · 2 years, 9 months ago
- d3eed33 Bignum Mod Raw: pass endianness as a parameter by Janos Follath · 2 years, 9 months ago
- 50cd4b8 Bignum Mod: Restrict residue setup by Janos Follath · 2 years, 9 months ago
- b62bad4 Bidnum Mod: fix check in setup by Janos Follath · 2 years, 9 months ago
- 8b37545 bignum_mod: Refactored `mbedtls_mpi_mod_read/write()` by Minos Galanakis · 2 years, 9 months ago
- aed832a bignum_mod: Adjusted input checking for `mbedtls_mpi_mod_residue_setup()` by Minos Galanakis · 2 years, 9 months ago
- a17ad48 bignum_mod: Fixed an issue with input checking in `mpi_mod_residue_setup` by Minos Galanakis · 2 years, 9 months ago
- 8f24270 test_suite_bignum_mod: Added tests for hight level IO by Minos Galanakis · 2 years, 9 months ago
- 590ae53 Merge pull request #6656 from tom-cosgrove-arm/bignum_pr_6225-updated by Janos Follath · 2 years, 8 months ago
- 5a1d00f Merge remote-tracking branch 'origin/development' into fast_xor by Dave Rodgman · 2 years, 8 months ago
- bf9b23a Merge pull request #6648 from gilles-peskine-arm/psa-ecb-null-0 by Dave Rodgman · 2 years, 8 months ago
- 6e85673 Merge pull request #3431 from naynajain/development-pkcs7 by Bence Szépkúti · 2 years, 8 months ago
- ddad40b Free the modulus before the data in it in mod_raw_add tests by Tom Cosgrove · 2 years, 8 months ago
- 505a228 Merge pull request #6606 from gabor-mezei-arm/6222_bignum_low_level_subtraction by Janos Follath · 2 years, 8 months ago
- f1419db Merge pull request #6381 from tom-cosgrove-arm/pr2164 by Dave Rodgman · 2 years, 8 months ago
- ae79fb2 Merge branch 'development' into pr3431 by Bence Szépkúti · 2 years, 9 months ago
- 50fc127 Change order of test arguments for bignum_mod_raw to simplify Python script by Tom Cosgrove · 2 years, 9 months ago
- 7a910a8 Minor formatting tweaks by Dave Rodgman · 2 years, 9 months ago
- 54d87bf Take limb count from the modulus in mod_raw_add tests by Tom Cosgrove · 2 years, 9 months ago
- f907576 Pass correct arguments in test by Werner Lewis · 2 years, 9 months ago
- baa34b6 Add test function for mpi_mod_raw_add by Werner Lewis · 2 years, 9 months ago
- cbcbf4e Remove hand-written tests got raw_mod_sub by Gabor Mezei · 2 years, 9 months ago
- 3172e4e Fix typo in test_suite_common by Dave Rodgman · 2 years, 9 months ago
- 15531bc Test for all alignment combinations by Dave Rodgman · 2 years, 9 months ago
- b3b3466 Test subtraction if the parameters are aliased to each other by Gabor Mezei · 2 years, 9 months ago
- 4d3f3c5 Fix the checking of the used limbs by Gabor Mezei · 2 years, 9 months ago
- 68a45e0 Fix potential not initialized warning by Gabor Mezei · 2 years, 9 months ago
- cefe03a Add tests for low level subtraction with modulus by Gabor Mezei · 2 years, 9 months ago
- 42649d9 Fix NULL+0 undefined behavior in ECB encryption and decryption by Gilles Peskine · 2 years, 9 months ago
- cf0e86c mpi_core_exp_mod: remove manual tests by Janos Follath · 2 years, 9 months ago
- 05867cb mpi_core_exp_mod: add generated tests by Janos Follath · 2 years, 9 months ago
- 0f0d1e8 mpi_core_exp_mod: add unit tests by Janos Follath · 2 years, 10 months ago
- 59cbd1b Make mbedtls_mpi_core_ct_uint_table_lookup static by Janos Follath · 2 years, 9 months ago
- 728b142 test: psa_pake: port changes from cd356c3 by Valerio Setti · 2 years, 9 months ago
- 8c18baf Add test for unaligned buffers by Dave Rodgman · 2 years, 9 months ago
- 5e3c70e Merge branch 'development' into driver-wrapper-key-agreement by Aditya Deshpande · 2 years, 9 months ago
- 8cc1470 Merge branch 'development' into driver-wrapper-key-agreement by Aditya Deshpande · 2 years, 9 months ago
- e0d41de test: psa_pake: add missing initialization in ecjpake_setup() by Valerio Setti · 2 years, 9 months ago
- db4736a test: psa_pake: remove empty password test by Valerio Setti · 2 years, 9 months ago
- b9ef1c2 test: psa_pake: fix error inject macro in ecjpake_do_round() by Valerio Setti · 2 years, 9 months ago
- b697745 test: psa_pake: fix erroneously duplicated tests by Valerio Setti · 2 years, 9 months ago
- 40323c5 test: psa_pake: improved ecjpake_do_round() test function by Valerio Setti · 2 years, 9 months ago
- ac3ba95 test: psa_pake: fix data file for ecjpake_setup() by Valerio Setti · 2 years, 9 months ago
- e65a41f test: psa_pake: fixes in ecjpake_setup() by Valerio Setti · 2 years, 9 months ago
- e5d7864 test: psa_pake: improved description of macros used in ecjpake_setup() by Valerio Setti · 2 years, 9 months ago
- 7bb65ad test: psa_crypto_pake: enhanced ecjpake_setup() by Valerio Setti · 2 years, 9 months ago
- 024b028 test: split psa_pake function/data from the generic test_suite_psa_crypto by Valerio Setti · 2 years, 9 months ago