1. 0c67160 Valgrind for constant flow: skip non-CF test suites by Gilles Peskine · 2 years, 8 months ago
  2. df3dd4c Test MBEDTLS_USE_PSA_CRYPTO with Valgrind by Gilles Peskine · 2 years, 8 months ago
  3. 3ffd6bc Create a separate test suite for constant-time functions by Gilles Peskine · 2 years, 8 months ago
  4. 77e68c3 Move constant-time HMAC testing to its own suite by Gilles Peskine · 2 years, 8 months ago
  5. bfec9d0 Merge pull request #6676 from davidhorstmann-arm/cmake-get-skip-test-from-env by Gilles Peskine · 2 years, 8 months ago
  6. 7f5bc5c Merge pull request #6681 from mpg/changelog-6264 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  7. 0b9b560 Merge pull request #6601 from valeriosetti/issue6502 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  8. f9720cf Merge pull request #6670 from gilles-peskine-arm/pkcs7-use-after-free-20221127 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  9. 37d41c7 Add ChangeLog entry for DTLS Connection ID by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  10. ffc330f Merge pull request #6264 from hannestschofenig/rfc9146_2 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  11. a13f5eb Add missing dependency for the fuzzer-constructed test data by Gilles Peskine · 2 years, 8 months ago
  12. 97915c8 Merge pull request #6619 from minosgalanakis/bignum/add_high_lv_IO_methods by Janos Follath · 2 years, 8 months ago
  13. 1f8afa2 Bignum Mod: improve documentation and style by Janos Follath · 2 years, 8 months ago
  14. 095c475 Merge pull request #6674 from AndrzejKurek/ecjpake-changelog by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  15. a34d030 test: psa_pake: fix dependency by Valerio Setti · 2 years, 8 months ago
  16. 84bee4c mbedtls_mpi_mod_write: improve readability by Janos Follath · 2 years, 8 months ago
  17. 3861062 Tell cmake to get SKIP_TEST_SUITES from ENV by David Horstmann · 2 years, 8 months ago
  18. a6ab9d8 Add a changelog entry explaining usage of PSA in TLS 1.2 EC J-PAKE by Andrzej Kurek · 2 years, 8 months ago
  19. 13256ba Merge pull request #6667 from gilles-peskine-arm/lib-crypto-modules-202211 by Ronald Cron · 2 years, 8 months ago
  20. 4f01121 Fix memory leak on error in pkcs7_get_signers_info_set by Gilles Peskine · 2 years, 8 months ago
  21. e7f8c61 Fix dangling freed pointer in pkcs7_free_signer_info by Gilles Peskine · 2 years, 8 months ago
  22. 47a7326 Simplify control flow in PKCS7 functions by Gilles Peskine · 2 years, 8 months ago
  23. 391005c Fix structures initialized too late in tests by Gilles Peskine · 2 years, 8 months ago
  24. 2336555 Improve test failure reporting by Gilles Peskine · 2 years, 8 months ago
  25. 290f01b Fix dangling freed pointer on error in pkcs7_get_signers_info_set by Gilles Peskine · 2 years, 8 months ago
  26. e7190a2 mpi_mod_io_neg: fix use of uninitialized value by Janos Follath · 2 years, 8 months ago
  27. 6eb92c0 Bignum Mod: improve documentation and style by Janos Follath · 2 years, 8 months ago
  28. 0020df9 mpi_mod_io: test with various buffer sizes by Janos Follath · 2 years, 8 months ago
  29. 8dfc8c4 mbedtls_mpi_mod_write: prevent data corruption by Janos Follath · 2 years, 8 months ago
  30. d7bb352 mbedtls_mpi_mod_read/write: restrict pre-conditions by Janos Follath · 2 years, 8 months ago
  31. 75b9f0f mbedtls_mpi_mod_read/write: remove redundant checks by Janos Follath · 2 years, 8 months ago
  32. 6ef582f Bignum Mod Tests: improve readabilty and style by Janos Follath · 2 years, 8 months ago
  33. 89e31ad Move mps modules to the correct library by Gilles Peskine · 2 years, 8 months ago
  34. 898db6b Move ssl_debug_helpers_generated to the correct library by Gilles Peskine · 2 years, 8 months ago
  35. 339b439 Bignum Mod: remove unused parameter in io_neg test by Janos Follath · 2 years, 8 months ago
  36. 566c91d Bignum Mod: io_neg test pass data directly by Janos Follath · 2 years, 8 months ago
  37. 96070a5 bignum_tests: Refactored `mpi_mod_io_neg()` by Minos Galanakis · 2 years, 8 months ago
  38. 91f3abd Bignum Mod: improve residue_setup test by Janos Follath · 2 years, 8 months ago
  39. f55505d Bignum Mod Raw: fix tests after rebase by Janos Follath · 2 years, 8 months ago
  40. 799eaee Bignum Mod: move init before any goto by Janos Follath · 2 years, 8 months ago
  41. ee530cc Bignum Mod: improve documentation by Janos Follath · 2 years, 8 months ago
  42. fc6fbb4 Bignum Mod: improve documentation by Janos Follath · 2 years, 8 months ago
  43. 41427de Bignum Mod: improve documentation by Janos Follath · 2 years, 9 months ago
  44. 91295d2 Bignum Mod: remove endianness from modulus by Janos Follath · 2 years, 9 months ago
  45. 3e3fc91 Bignum Mod: pass endianness as a parameter by Janos Follath · 2 years, 9 months ago
  46. d3eed33 Bignum Mod Raw: pass endianness as a parameter by Janos Follath · 2 years, 9 months ago
  47. 50cd4b8 Bignum Mod: Restrict residue setup by Janos Follath · 2 years, 9 months ago
  48. b62bad4 Bidnum Mod: fix check in setup by Janos Follath · 2 years, 9 months ago
  49. 8b37545 bignum_mod: Refactored `mbedtls_mpi_mod_read/write()` by Minos Galanakis · 2 years, 9 months ago
  50. aed832a bignum_mod: Adjusted input checking for `mbedtls_mpi_mod_residue_setup()` by Minos Galanakis · 2 years, 9 months ago
  51. a17ad48 bignum_mod: Fixed an issue with input checking in `mpi_mod_residue_setup` by Minos Galanakis · 2 years, 9 months ago
  52. 8f24270 test_suite_bignum_mod: Added tests for hight level IO by Minos Galanakis · 2 years, 9 months ago
  53. 81f4b11 bignum_mod: Added `mbedtls_mpi_mod_read/write()` IO functions by Minos Galanakis · 2 years, 9 months ago
  54. 590ae53 Merge pull request #6656 from tom-cosgrove-arm/bignum_pr_6225-updated by Janos Follath · 2 years, 8 months ago
  55. bf9b23a Merge pull request #6648 from gilles-peskine-arm/psa-ecb-null-0 by Dave Rodgman · 2 years, 8 months ago
  56. 6e85673 Merge pull request #3431 from naynajain/development-pkcs7 by Bence Szépkúti · 2 years, 8 months ago
  57. ddad40b Free the modulus before the data in it in mod_raw_add tests by Tom Cosgrove · 2 years, 8 months ago
  58. 505a228 Merge pull request #6606 from gabor-mezei-arm/6222_bignum_low_level_subtraction by Janos Follath · 2 years, 8 months ago
  59. 7d23778 Explain why p + n isn't good enough by Gilles Peskine · 2 years, 8 months ago
  60. 5a34b36 Remove more now-redundant definitions of inline by Gilles Peskine · 2 years, 8 months ago
  61. f1419db Merge pull request #6381 from tom-cosgrove-arm/pr2164 by Dave Rodgman · 2 years, 8 months ago
  62. 6a543ba Remove redundant component in all.sh by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  63. 5a454f7 Remove redundant tests in ssl-opt.sh by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  64. 6133684 Fix bug when legacy CID is enabled but not used by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  65. db01d05 Removal of redundant DTLS CID test in ssl-opt.sh by Hannes Tschofenig · 2 years, 9 months ago
  66. df84bb3 Removed MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH from CID tests in all.sh by Hannes Tschofenig · 2 years, 9 months ago
  67. 6b6b63f Added closing SECTION of doxygen markup by Hannes Tschofenig · 2 years, 9 months ago
  68. b2e6615 Added deprecated warning in check_config.h by Hannes Tschofenig · 2 years, 9 months ago
  69. e2c46e0 Reference to RFC 9146 added by Hannes Tschofenig · 2 years, 9 months ago
  70. 88e5566 Changed order of conditions in check_config.h by Hannes Tschofenig · 2 years, 9 months ago
  71. 91f88db Merge pull request #6639 from mpg/doc-driver-only-limitation by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  72. 12269e2 Add changelog for PKCS7 parser by Bence Szépkúti · 2 years, 8 months ago
  73. ae79fb2 Merge branch 'development' into pr3431 by Bence Szépkúti · 2 years, 8 months ago
  74. 187db00 Update the Travis "full" build to use modern Clang by Gilles Peskine · 2 years, 9 months ago
  75. 4bdb9fb Enable all ciphers in OpenSSL >=1.1.0 by Gilles Peskine · 2 years, 9 months ago
  76. 50fc127 Change order of test arguments for bignum_mod_raw to simplify Python script by Tom Cosgrove · 2 years, 9 months ago
  77. 1923009 Add test generation for mbedtls_mpi_mod_raw_add() by Tom Cosgrove · 2 years, 9 months ago
  78. abddad4 Add note about aliasing of operands for mbedtls_mpi_mod_raw_add() by Tom Cosgrove · 2 years, 9 months ago
  79. 54d87bf Take limb count from the modulus in mod_raw_add tests by Tom Cosgrove · 2 years, 9 months ago
  80. e4c0a6c Change cast to correct type by Werner Lewis · 2 years, 9 months ago
  81. f907576 Pass correct arguments in test by Werner Lewis · 2 years, 9 months ago
  82. 1a277d9 Replace comparison with XOR by Werner Lewis · 2 years, 9 months ago
  83. d391b8c Change types and move const before type by Werner Lewis · 2 years, 9 months ago
  84. baa34b6 Add test function for mpi_mod_raw_add by Werner Lewis · 2 years, 9 months ago
  85. 9fa91eb Use modulus structure in mbedtls_mpi_mod_raw_add by Werner Lewis · 2 years, 9 months ago
  86. 0eea827 Rename MPI_CORE(add_mod) to mbedtls_mpi_mod_raw_add by Werner Lewis · 2 years, 9 months ago
  87. a45b6fe Extract MPI_CORE(add_mod) from the prototype by Hanno Becker · 2 years, 9 months ago
  88. cbcbf4e Remove hand-written tests got raw_mod_sub by Gabor Mezei · 2 years, 9 months ago
  89. 4cf77e9 Merge pull request #6621 from ronald-cron-arm/tls13-early-data-write by Ronald Cron · 2 years, 9 months ago
  90. fecc6b2 Minor tune-up to ChangeLog & documentation by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  91. 6b3c0c5 Update the test case generator by Gabor Mezei · 2 years, 9 months ago
  92. 6157fee Unify defintions of inline for MSVC (and old armcc?) by Gilles Peskine · 2 years, 9 months ago
  93. b3b3466 Test subtraction if the parameters are aliased to each other by Gabor Mezei · 2 years, 9 months ago
  94. 4d3f3c5 Fix the checking of the used limbs by Gabor Mezei · 2 years, 9 months ago
  95. 68a45e0 Fix potential not initialized warning by Gabor Mezei · 2 years, 9 months ago
  96. 02d2313 Fix documentation by Gabor Mezei · 2 years, 9 months ago
  97. 3411e94 Cas variable to proper type by Gabor Mezei · 2 years, 9 months ago
  98. c426d9b Add generated test for low level subtraction with modulus by Gabor Mezei · 2 years, 9 months ago
  99. cefe03a Add tests for low level subtraction with modulus by Gabor Mezei · 2 years, 9 months ago
  100. 4c7cf7d Add low level subtraction with modulus by Gabor Mezei · 2 years, 9 months ago