1. 31e99bb test: pake: fix: destroy key only in opaque case by Valerio Setti · 2 years, 8 months ago
  2. 9d313df test: pake: minor enhancement for opaque keys by Valerio Setti · 2 years, 8 months ago
  3. 2a3ffb4 test: pake: add test for opaque password key by Valerio Setti · 2 years, 8 months ago
  4. f11e05a test: psa: minor improvements to test by Valerio Setti · 2 years, 8 months ago
  5. ba22c9c test: pake: remove useless check in ssl_ecjpake_set_password() by Valerio Setti · 2 years, 8 months ago
  6. 2e1e43f test: pake: fix error in ssl_ecjpake_set_password() by Valerio Setti · 2 years, 8 months ago
  7. e7518ba test: pake: reshaping the ssl_ecjpake_set_password() by Valerio Setti · 2 years, 8 months ago
  8. 4452e98 test: pake: add tests for set password functions by Valerio Setti · 2 years, 8 months ago
  9. 590ae53 Merge pull request #6656 from tom-cosgrove-arm/bignum_pr_6225-updated by Janos Follath · 2 years, 8 months ago
  10. bf9b23a Merge pull request #6648 from gilles-peskine-arm/psa-ecb-null-0 by Dave Rodgman · 2 years, 8 months ago
  11. 6e85673 Merge pull request #3431 from naynajain/development-pkcs7 by Bence Szépkúti · 2 years, 8 months ago
  12. ddad40b Free the modulus before the data in it in mod_raw_add tests by Tom Cosgrove · 2 years, 8 months ago
  13. 505a228 Merge pull request #6606 from gabor-mezei-arm/6222_bignum_low_level_subtraction by Janos Follath · 2 years, 8 months ago
  14. f1419db Merge pull request #6381 from tom-cosgrove-arm/pr2164 by Dave Rodgman · 2 years, 8 months ago
  15. ae79fb2 Merge branch 'development' into pr3431 by Bence Szépkúti · 2 years, 8 months ago
  16. 50fc127 Change order of test arguments for bignum_mod_raw to simplify Python script by Tom Cosgrove · 2 years, 9 months ago
  17. 54d87bf Take limb count from the modulus in mod_raw_add tests by Tom Cosgrove · 2 years, 9 months ago
  18. f907576 Pass correct arguments in test by Werner Lewis · 2 years, 9 months ago
  19. baa34b6 Add test function for mpi_mod_raw_add by Werner Lewis · 2 years, 9 months ago
  20. cbcbf4e Remove hand-written tests got raw_mod_sub by Gabor Mezei · 2 years, 9 months ago
  21. b3b3466 Test subtraction if the parameters are aliased to each other by Gabor Mezei · 2 years, 9 months ago
  22. 4d3f3c5 Fix the checking of the used limbs by Gabor Mezei · 2 years, 9 months ago
  23. 68a45e0 Fix potential not initialized warning by Gabor Mezei · 2 years, 9 months ago
  24. cefe03a Add tests for low level subtraction with modulus by Gabor Mezei · 2 years, 9 months ago
  25. 42649d9 Fix NULL+0 undefined behavior in ECB encryption and decryption by Gilles Peskine · 2 years, 9 months ago
  26. d66d5b2 Add unit tests for mbedtls_mpi_core_sub_int(), MPI A - scalar b by Tom Cosgrove · 2 years, 9 months ago
  27. a17d038 Merge branch 'development' into pr3431 by Bence Szépkúti · 2 years, 9 months ago
  28. 4f19d86 Merge pull request #6608 from mprse/ecjpake_password_fix by Gilles Peskine · 2 years, 9 months ago
  29. 339406d Merge pull request #6609 from gilles-peskine-arm/mpi_sint-min-ub by Gilles Peskine · 2 years, 9 months ago
  30. f82effa Optimize pake test code by Przemek Stekiel · 2 years, 9 months ago
  31. cd356c3 Add ec-jpake test to verify if key can be destroyed after set_password_key by Przemek Stekiel · 2 years, 9 months ago
  32. 8c0eb97 Must call mbedtls_mpi_mod_modulus_init() before anything else in tests by Tom Cosgrove · 2 years, 9 months ago
  33. 7c79548 Adapt ec-jpake_setup test by Przemek Stekiel · 2 years, 9 months ago
  34. af601f9 Fix undefined behavior with the most negative mbedtls_mpi_sint by Gilles Peskine · 2 years, 9 months ago
  35. ca6e8aa Support negative zero as MPI test input by Gilles Peskine · 2 years, 9 months ago
  36. 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
  37. edce0b4 Merge pull request #6454 from valeriosetti/issue4577 by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  38. f90111b Must call mbedtls_mpi_mod_modulus_init() before anything else in tests by Tom Cosgrove · 2 years, 9 months ago
  39. 48e8fc7 Adding unit test for mbedtls_x509write_csr_set_extension() by Valerio Setti · 2 years, 10 months ago
  40. 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
  41. 47691fb bignum_tests: Refactored mpi_mod_raw_to/fromt_mont_rep by Minos Galanakis · 2 years, 9 months ago
  42. df070d6 bignum_tests: Added test for `mbedtls_mpi_mod_raw_from_mont_rep()` by Minos Galanakis · 2 years, 9 months ago
  43. 631b491 bignum_tests: Added test for `mbedtls_mpi_mod_raw_to_mont_rep()` by Minos Galanakis · 2 years, 9 months ago
  44. ebd0caf Fix test memory allocation by Dave Rodgman · 2 years, 9 months ago
  45. 163d895 Add additional (would fail) test cases for mpi_mod_int with 0 remainder by Tom Cosgrove · 2 years, 9 months ago
  46. 9feb19f Use mbedtls_mpi_sint not mbedtls_mpi_uint in mpi_mod_int test by Tom Cosgrove · 2 years, 9 months ago
  47. b4eb444 Merge pull request #6535 from davidhorstmann-arm/change-test-templating-syntax by Gilles Peskine · 2 years, 9 months ago
  48. f58172f Merge remote-tracking branch 'origin/development' into pr3431 by Dave Rodgman · 2 years, 9 months ago
  49. ed4b34a Merge pull request #6570 from gilles-peskine-arm/bignum-mbedtls_test_read_mpi_core-nonempty by Gilles Peskine · 2 years, 9 months ago
  50. 91e35e3 Enable mpi_mod_int test case to take full-range MPI integers by Tom Cosgrove · 2 years, 9 months ago
  51. b958182 Merge pull request #6561 from AndrzejKurek/ecjpake-error-injection by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  52. 95b5add Don't test mbedtls_mpi_core_lt_ct with 0 limbs by Gilles Peskine · 2 years, 9 months ago
  53. 4a480ac Merge pull request #6265 from Kabbah/x509-info-hwmodulename-hex by Gilles Peskine · 2 years, 9 months ago
  54. c018204 Improve error injection in EC J-PAKE tests by Andrzej Kurek · 2 years, 9 months ago
  55. 42d75f2 Merge pull request #6013 from gstrauss/asn1-type-free by Gilles Peskine · 2 years, 9 months ago
  56. 433f1f1 Merge pull request #6456 from gabor-mezei-arm/6237_test_update_cond_assign_swap by Gilles Peskine · 2 years, 9 months ago
  57. 2a64299 Update tests/suites/test_suite_asn1parse.function by Glenn Strauss · 2 years, 9 months ago
  58. aa36c2a Update tests/suites/test_suite_asn1parse.function by Glenn Strauss · 2 years, 9 months ago
  59. 82ba274 Deprecate mbedtls_asn1_free_named_data() by Glenn Strauss · 2 years, 9 months ago
  60. faefe62 Merge pull request #6390 from mpg/fix-ecjpake-psa-format by Gilles Peskine · 2 years, 9 months ago
  61. a8cf998 Let the allocated memory visible for the memory sanitizer by Gabor Mezei · 2 years, 10 months ago
  62. 7ba7b3a Update tests to use mbedtls_test_read_mpi_core by Gabor Mezei · 2 years, 10 months ago
  63. b85838f Change test templating syntax to be valid C by David Horstmann · 2 years, 9 months ago
  64. 2364aae Update tests/suites/test_suite_pkcs7.function by Dave Rodgman · 2 years, 9 months ago
  65. fc234b7 test/pkcs7: Add Windows CRLF EOF to data files by Nick Child · 2 years, 9 months ago
  66. c1a81bc Remove trailing new lines by Janos Follath · 2 years, 9 months ago
  67. 6642caf Fix merge separator position by Janos Follath · 2 years, 9 months ago
  68. be13652 Use comments for merge separators in .data files by Janos Follath · 2 years, 9 months ago
  69. 5933f69 Add merge slots to Bignum files by Janos Follath · 2 years, 9 months ago
  70. dd54324 Increase iterations for some statistical tests by Gilles Peskine · 2 years, 11 months ago
  71. 5980f2b Implement mbedtls_mpi_core_fill_random by Gilles Peskine · 2 years, 11 months ago
  72. f1ed581 Merge pull request #6512 from yanesca/extract_uint_table_lookup_core by Janos Follath · 2 years, 9 months ago
  73. 28f85e6 Fix const time in mpi_core_ct_uint_table_lookup test by Janos Follath · 2 years, 9 months ago
  74. ef67d38 Fix memory leak in mpi_core_ct_uint_table_lookup test by Janos Follath · 2 years, 9 months ago
  75. 55fd0b9 Merge pull request #6121 from daverodgman/pr277 by Dave Rodgman · 2 years, 9 months ago
  76. 133f4e4 Test mpi_core_table_lookup for constant timeness by Janos Follath · 2 years, 9 months ago
  77. 032924f Add mbedtls_mpi_core_ct_uint_table_lookup tests by Janos Follath · 2 years, 9 months ago
  78. 2dc2757 Merge pull request #6457 from minosgalanakis/minos/6017_update_modulus_lifecycle by Janos Follath · 2 years, 9 months ago
  79. 1a22bef Merge pull request #6190 from daverodgman/invalid-ecdsa-pubkey by Dave Rodgman · 2 years, 9 months ago
  80. a4b4041 Shared code to free x509 structs by Glenn Strauss · 3 years, 1 month ago
  81. f00466e Build fix - remove line of dead code by Dave Rodgman · 2 years, 9 months ago
  82. 0c61a74 test_suite_bignum_mod_raw: Removed parameter for `mbedtls_mpi_mod_modulus_setup()` by Minos Galanakis · 2 years, 9 months ago
  83. 683850b Update tests/suites/test_suite_ecdsa.function by Dave Rodgman · 2 years, 9 months ago
  84. 4d4c98b bignum_mod: `mbedtls_mpi_mod_modulus_setup()` refactoring. by Minos Galanakis · 2 years, 9 months ago
  85. 771c470 bignum_mod: Style changes by Minos Galanakis · 2 years, 9 months ago
  86. dd365a5 test_suite_bignum: Updated `mpi_mod_setup()` test by Minos Galanakis · 2 years, 10 months ago
  87. 9603dad Merge pull request #6230 from tom-cosgrove-arm/issue-6223-core-add by Gilles Peskine · 2 years, 9 months ago
  88. c9176a0 Merge pull request #6410 from gilles-peskine-arm/psa-pkparse-pkwrite-3.2 by Ronald Cron · 2 years, 9 months ago
  89. d4d080b Merge pull request #6407 from minosgalanakis/minos/6017_add_montgomery_constant_squared by Gilles Peskine · 2 years, 9 months ago
  90. 4f7feca Merge pull request #6391 from davidhorstmann-arm/fix-x509-get-name-cleanup by Ronald Cron · 2 years, 9 months ago
  91. 3e0ea98 Merge pull request #6451 from mpg/fix-can-exercise by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  92. 93003d8 Split out testing of core_add and core_add_if per Janos' request by Tom Cosgrove · 2 years, 10 months ago
  93. 37ca3a9 Moved tests from test_suite_bignum to test_suite_bignum_core by Minos Galanakis · 2 years, 10 months ago
  94. eee0d6c Extend the unit tests for mbedtls_mpi_core_add_if() to also test mbedtls_mpi_core_add() by Tom Cosgrove · 2 years, 10 months ago
  95. a081c51 Renamed mpi_core_get_mont_R2_unsafe_neg -> mpi_core_get_mont_r2_unsafe_neg by Minos Galanakis · 2 years, 10 months ago
  96. ae4fb67 mbedtls_mpi_core_get_mont_R2_unsafe: Removed NULL input checking by Minos Galanakis · 2 years, 10 months ago
  97. e1913a8 test_suite_bignum: Updated test cases for mbedtls_mpi_core_get_mont_R2_unsafe by Minos Galanakis · 2 years, 10 months ago
  98. b9243ef test_suite_bignum: Fixed whitespace issues by Minos Galanakis · 2 years, 10 months ago
  99. 4f43f61 Renamed mbedtls_mpi_get_montgomery_constant_unsafe to mpi_core_get_mont_R2_unsafe by Minos Galanakis · 2 years, 10 months ago
  100. 1a1b175 test_suite_bignum: Added tests for `mpi_get_montgomery_constant_unsafe()` by Minos Galanakis · 2 years, 10 months ago