1. ca6e8aa Support negative zero as MPI test input by Gilles Peskine · 2 years, 9 months ago
  2. 2909f53 Merge pull request #6604 from tom-cosgrove-arm/call-mbedtls_mpi_mod_modulus_init-first-cid-381893-381894 by Gilles Peskine · 2 years, 9 months ago
  3. edce0b4 Merge pull request #6454 from valeriosetti/issue4577 by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  4. f90111b Must call mbedtls_mpi_mod_modulus_init() before anything else in tests by Tom Cosgrove · 2 years, 9 months ago
  5. 48e8fc7 Adding unit test for mbedtls_x509write_csr_set_extension() by Valerio Setti · 2 years, 10 months ago
  6. 1b9cb62 Merge pull request #6573 from tom-cosgrove-arm/convert-mpi_mod_int-test-cases-to-hex by Janos Follath · 2 years, 9 months ago
  7. 47691fb bignum_tests: Refactored mpi_mod_raw_to/fromt_mont_rep by Minos Galanakis · 2 years, 9 months ago
  8. df070d6 bignum_tests: Added test for `mbedtls_mpi_mod_raw_from_mont_rep()` by Minos Galanakis · 2 years, 9 months ago
  9. 631b491 bignum_tests: Added test for `mbedtls_mpi_mod_raw_to_mont_rep()` by Minos Galanakis · 2 years, 9 months ago
  10. 163d895 Add additional (would fail) test cases for mpi_mod_int with 0 remainder by Tom Cosgrove · 2 years, 9 months ago
  11. 9feb19f Use mbedtls_mpi_sint not mbedtls_mpi_uint in mpi_mod_int test by Tom Cosgrove · 2 years, 9 months ago
  12. b4eb444 Merge pull request #6535 from davidhorstmann-arm/change-test-templating-syntax by Gilles Peskine · 2 years, 9 months ago
  13. ed4b34a Merge pull request #6570 from gilles-peskine-arm/bignum-mbedtls_test_read_mpi_core-nonempty by Gilles Peskine · 2 years, 9 months ago
  14. 91e35e3 Enable mpi_mod_int test case to take full-range MPI integers by Tom Cosgrove · 2 years, 9 months ago
  15. b958182 Merge pull request #6561 from AndrzejKurek/ecjpake-error-injection by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  16. 95b5add Don't test mbedtls_mpi_core_lt_ct with 0 limbs by Gilles Peskine · 2 years, 9 months ago
  17. 4a480ac Merge pull request #6265 from Kabbah/x509-info-hwmodulename-hex by Gilles Peskine · 2 years, 9 months ago
  18. c018204 Improve error injection in EC J-PAKE tests by Andrzej Kurek · 2 years, 9 months ago
  19. 42d75f2 Merge pull request #6013 from gstrauss/asn1-type-free by Gilles Peskine · 2 years, 9 months ago
  20. 433f1f1 Merge pull request #6456 from gabor-mezei-arm/6237_test_update_cond_assign_swap by Gilles Peskine · 2 years, 9 months ago
  21. 2a64299 Update tests/suites/test_suite_asn1parse.function by Glenn Strauss · 2 years, 9 months ago
  22. aa36c2a Update tests/suites/test_suite_asn1parse.function by Glenn Strauss · 2 years, 9 months ago
  23. 82ba274 Deprecate mbedtls_asn1_free_named_data() by Glenn Strauss · 2 years, 9 months ago
  24. faefe62 Merge pull request #6390 from mpg/fix-ecjpake-psa-format by Gilles Peskine · 2 years, 9 months ago
  25. a8cf998 Let the allocated memory visible for the memory sanitizer by Gabor Mezei · 2 years, 10 months ago
  26. 7ba7b3a Update tests to use mbedtls_test_read_mpi_core by Gabor Mezei · 2 years, 10 months ago
  27. b85838f Change test templating syntax to be valid C by David Horstmann · 2 years, 9 months ago
  28. c1a81bc Remove trailing new lines by Janos Follath · 2 years, 9 months ago
  29. 6642caf Fix merge separator position by Janos Follath · 2 years, 9 months ago
  30. be13652 Use comments for merge separators in .data files by Janos Follath · 2 years, 9 months ago
  31. 5933f69 Add merge slots to Bignum files by Janos Follath · 2 years, 9 months ago
  32. dd54324 Increase iterations for some statistical tests by Gilles Peskine · 2 years, 11 months ago
  33. 5980f2b Implement mbedtls_mpi_core_fill_random by Gilles Peskine · 2 years, 11 months ago
  34. f1ed581 Merge pull request #6512 from yanesca/extract_uint_table_lookup_core by Janos Follath · 2 years, 9 months ago
  35. 28f85e6 Fix const time in mpi_core_ct_uint_table_lookup test by Janos Follath · 2 years, 9 months ago
  36. ef67d38 Fix memory leak in mpi_core_ct_uint_table_lookup test by Janos Follath · 2 years, 9 months ago
  37. 55fd0b9 Merge pull request #6121 from daverodgman/pr277 by Dave Rodgman · 2 years, 9 months ago
  38. 133f4e4 Test mpi_core_table_lookup for constant timeness by Janos Follath · 2 years, 9 months ago
  39. 032924f Add mbedtls_mpi_core_ct_uint_table_lookup tests by Janos Follath · 2 years, 9 months ago
  40. 2dc2757 Merge pull request #6457 from minosgalanakis/minos/6017_update_modulus_lifecycle by Janos Follath · 2 years, 9 months ago
  41. 1a22bef Merge pull request #6190 from daverodgman/invalid-ecdsa-pubkey by Dave Rodgman · 2 years, 9 months ago
  42. a4b4041 Shared code to free x509 structs by Glenn Strauss · 3 years, 1 month ago
  43. f00466e Build fix - remove line of dead code by Dave Rodgman · 2 years, 9 months ago
  44. 0c61a74 test_suite_bignum_mod_raw: Removed parameter for `mbedtls_mpi_mod_modulus_setup()` by Minos Galanakis · 2 years, 9 months ago
  45. 683850b Update tests/suites/test_suite_ecdsa.function by Dave Rodgman · 2 years, 9 months ago
  46. 4d4c98b bignum_mod: `mbedtls_mpi_mod_modulus_setup()` refactoring. by Minos Galanakis · 2 years, 9 months ago
  47. 771c470 bignum_mod: Style changes by Minos Galanakis · 2 years, 9 months ago
  48. dd365a5 test_suite_bignum: Updated `mpi_mod_setup()` test by Minos Galanakis · 2 years, 10 months ago
  49. 9603dad Merge pull request #6230 from tom-cosgrove-arm/issue-6223-core-add by Gilles Peskine · 2 years, 9 months ago
  50. c9176a0 Merge pull request #6410 from gilles-peskine-arm/psa-pkparse-pkwrite-3.2 by Ronald Cron · 2 years, 9 months ago
  51. d4d080b Merge pull request #6407 from minosgalanakis/minos/6017_add_montgomery_constant_squared by Gilles Peskine · 2 years, 9 months ago
  52. 4f7feca Merge pull request #6391 from davidhorstmann-arm/fix-x509-get-name-cleanup by Ronald Cron · 2 years, 9 months ago
  53. 3e0ea98 Merge pull request #6451 from mpg/fix-can-exercise by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  54. 93003d8 Split out testing of core_add and core_add_if per Janos' request by Tom Cosgrove · 2 years, 9 months ago
  55. 37ca3a9 Moved tests from test_suite_bignum to test_suite_bignum_core by Minos Galanakis · 2 years, 9 months ago
  56. eee0d6c Extend the unit tests for mbedtls_mpi_core_add_if() to also test mbedtls_mpi_core_add() by Tom Cosgrove · 2 years, 9 months ago
  57. a081c51 Renamed mpi_core_get_mont_R2_unsafe_neg -> mpi_core_get_mont_r2_unsafe_neg by Minos Galanakis · 2 years, 10 months ago
  58. ae4fb67 mbedtls_mpi_core_get_mont_R2_unsafe: Removed NULL input checking by Minos Galanakis · 2 years, 10 months ago
  59. e1913a8 test_suite_bignum: Updated test cases for mbedtls_mpi_core_get_mont_R2_unsafe by Minos Galanakis · 2 years, 10 months ago
  60. b9243ef test_suite_bignum: Fixed whitespace issues by Minos Galanakis · 2 years, 10 months ago
  61. 4f43f61 Renamed mbedtls_mpi_get_montgomery_constant_unsafe to mpi_core_get_mont_R2_unsafe by Minos Galanakis · 2 years, 10 months ago
  62. 1a1b175 test_suite_bignum: Added tests for `mpi_get_montgomery_constant_unsafe()` by Minos Galanakis · 2 years, 10 months ago
  63. 383b0bb Merge pull request #6461 from tom-cosgrove-arm/fix-mbedtls_mpi_mod_modulus_init-calls-in-tests by Gilles Peskine · 2 years, 9 months ago
  64. e5a715e Merge pull request #6449 from gilles-peskine-arm/bignum-core-shift_r by Gilles Peskine · 2 years, 9 months ago
  65. af8ea3f Merge pull request #6468 from gilles-peskine-arm/bignum-test-suite-names by Gilles Peskine · 2 years, 9 months ago
  66. 2012361 Merge pull request #6448 from ronald-cron-arm/tls13-kex-build-options by Ronald Cron · 2 years, 10 months ago
  67. 73fe8df Introduce and use MBEDTLS_SSL_HANDSHAKE_WITH_PSK_ENABLED by Ronald Cron · 2 years, 10 months ago
  68. e68ab4f Introduce and use MBEDTLS_SSL_HANDSHAKE_WITH_CERT_ENABLED by Ronald Cron · 2 years, 10 months ago
  69. 928cbd3 tls13: Use MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_EPHEMERAL_ENABLED by Ronald Cron · 2 years, 10 months ago
  70. ba970be Fix test dependencies for cases that are PSA-based by Andrzej Kurek · 2 years, 10 months ago
  71. a020d53 Avoid having both test_suite_XXX.data and test_suite_XXX.*.data by Gilles Peskine · 2 years, 10 months ago
  72. ce22066 Rename test_suite_bignum for consistency with bignum.{h,c} by Gilles Peskine · 2 years, 10 months ago
  73. ed05279 Comment fix by Andrzej Kurek · 2 years, 10 months ago
  74. d066c79 Add missing ECB requirements for PSA cipher aes tests by Andrzej Kurek · 2 years, 10 months ago
  75. 8f26c8a Fix a typo in test_suite_cipher by Andrzej Kurek · 2 years, 10 months ago
  76. 81cd7ab tests: ssl: Add missing dependency on MBEDTLS_X509_CRT_PARSE_C by Ronald Cron · 2 years, 10 months ago
  77. f64cc03 tests: ssl: Add missing dependencies on certificate based handshake by Ronald Cron · 2 years, 10 months ago
  78. 457fb7a tests: ssl: Fix ciphersuite identifier by Ronald Cron · 2 years, 10 months ago
  79. 0e7e471 Merge pull request #6447 from mprse/driver-only-hash-gap by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  80. 45c6792 Merge pull request #6385 from AndrzejKurek/depends-py-reloaded by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  81. be17655 mbedtls_mpi_mod_modulus_init() must be called before any 'goto exit' in tests by Tom Cosgrove · 2 years, 10 months ago
  82. 560805d Fix mbedtls_mpi_core_add_if test aliasing by Janos Follath · 2 years, 10 months ago
  83. b0ee577 Bignum core: test shift_r by Gilles Peskine · 2 years, 11 months ago
  84. ba516f7 mpi_core_add_if test: Remove dependency on old API by Janos Follath · 2 years, 10 months ago
  85. e153a71 mpi_core_add_if: simplify tests by Janos Follath · 2 years, 10 months ago
  86. 2bb9c8a Change brace initialization to memset by David Horstmann · 2 years, 10 months ago
  87. 01dd548 Minor fixes to x509_get_name() test function by David Horstmann · 2 years, 10 months ago
  88. f1c24f0 Add missing include by Werner Lewis · 2 years, 10 months ago
  89. bd3ddaf Move tests added in #6289 by Werner Lewis · 2 years, 10 months ago
  90. 6baf12b Move legacy mod functions back to test_suite_mpi by Werner Lewis · 2 years, 10 months ago
  91. ffe4478 Move mpi_core_bitlen tests to bignum_core files by Werner Lewis · 2 years, 10 months ago
  92. 0c6ea12 Move bignum_mod tests into separate files by Werner Lewis · 2 years, 10 months ago
  93. c9b6a0a Move bignum_mod_raw tests into separate files by Werner Lewis · 2 years, 10 months ago
  94. c6004a2 Move bignum_core tests into separate files by Werner Lewis · 2 years, 10 months ago
  95. 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
  96. b50754a Switch from x509_CRT_PARSE to KEY_EXCHANGE_WITH_CERT_ENABLED by Andrzej Kurek · 2 years, 10 months ago
  97. a2a9688 Fix the memory allocation in test_suite_ssl by Andrzej Kurek · 2 years, 10 months ago
  98. 658442f Remove unnecessary ECP_C dependencies by Andrzej Kurek · 2 years, 10 months ago
  99. e5a5cc1 Remove the dependency of tls1_3 key evolution tests on curve25519 by Andrzej Kurek · 2 years, 10 months ago
  100. daf43fb Move the location of MBEDTLS_ECP_C dependencies by Andrzej Kurek · 2 years, 10 months ago