1. cbb34b9 Add missing KEX DHE-RSA requirement for one ssl test by Andrzej Kurek · 2 years, 7 months ago
  2. eeb8624 Add missing RSA-type dependencies in test_suite_ssl by Andrzej Kurek · 2 years, 7 months ago
  3. 01bdab3 Add missing key exchange requirements to test_suite_ssl by Andrzej Kurek · 2 years, 7 months ago
  4. 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  5. 6d08dba Fix test function derive_key_exercise() by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  6. 63c8be6 Merge pull request #6753 from mpg/restartable-docfix-2.28 by Gilles Peskine · 2 years, 8 months ago
  7. 4b3806e Merge pull request #6688 from gilles-peskine-arm/generate_test_code-function_comments-2.28 by Gilles Peskine · 2 years, 8 months ago
  8. df31076 Fix missing dependency declaration in test by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  9. 4547eae Merge pull request #984 from Mbed-TLS/mbedtls-2.28.2-merge-back by Dave Rodgman · 2 years, 8 months ago
  10. 97ead79 Merge pull request #6204 from wernerlewis/ecp_group_test_2.28 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  11. 7428c61 Bump LTS version to 2.28.2 by Aditya Deshpande · 2 years, 8 months ago
  12. 5c581dd Merge pull request #6735 from daverodgman/fix_test_dep_spelling_2.28 by Dave Rodgman · 2 years, 8 months ago
  13. 9889c66 Merge pull request #6710 from gilles-peskine-arm/valgrind-cf-skip-tests-2.28 by Dave Rodgman · 2 years, 8 months ago
  14. 9d7b8ea Fix spelling of test dependency by Dave Rodgman · 2 years, 8 months ago
  15. 49f99bc Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  16. 13e7307 Create a separate test suite for constant-time functions by Gilles Peskine · 2 years, 8 months ago
  17. 3daa98e Move constant-time HMAC testing to its own suite by Gilles Peskine · 2 years, 8 months ago
  18. d3ad55e Allow comments in prototypes of unit test functions by Gilles Peskine · 2 years, 9 months ago
  19. ed179db Merge pull request #6657 from gilles-peskine-arm/psa-ecb-null-0-2.28 by Dave Rodgman · 2 years, 8 months ago
  20. b400fb0 Merge pull request #6452 from AndrzejKurek/depends-py-reloaded-2-28 by Dave Rodgman · 2 years, 9 months ago
  21. 01bf631 Fix NULL+0 undefined behavior in ECB encryption and decryption by Gilles Peskine · 2 years, 9 months ago
  22. f675727 Remove blowfish tests from test_suite_ssl by Andrzej Kurek · 2 years, 9 months ago
  23. b358e46 Merge pull request #6618 from gilles-peskine-arm/mpi_sint-min-ub-2.28 by Gilles Peskine · 2 years, 9 months ago
  24. de1629a Fix undefined behavior with the most negative mbedtls_mpi_sint by Gilles Peskine · 2 years, 9 months ago
  25. e530b5b Merge pull request #6579 from gilles-peskine-arm/negative-zero-from-add-2.28 by Janos Follath · 2 years, 9 months ago
  26. 8d82664 Merge pull request #6509 from valeriosetti/issue4577-backport by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  27. d3f7df4 Adding unit test for mbedtls_x509write_csr_set_extension() by Valerio Setti · 2 years, 10 months ago
  28. 020ab7f Add additional (would fail) test cases for mpi_mod_int with 0 remainder by Tom Cosgrove · 2 years, 9 months ago
  29. 5c307b9 Use mbedtls_mpi_sint not mbedtls_mpi_uint in mpi_mod_int test by Tom Cosgrove · 2 years, 9 months ago
  30. c2c6fcb Enable mpi_mod_int test case to take full-range MPI integers by Tom Cosgrove · 2 years, 9 months ago
  31. 92c5d31 Add negative zero as an input to automatically generated tests by Gilles Peskine · 2 years, 9 months ago
  32. 53a7206 Support negative zero as MPI test input by Gilles Peskine · 2 years, 9 months ago
  33. ee78b6e For binary operations, test both x op y and y op x by Gilles Peskine · 2 years, 9 months ago
  34. 676df8e Merge pull request #6578 from gilles-peskine-arm/bignum-test-suite-names-2.28 by Gilles Peskine · 2 years, 9 months ago
  35. d7d5e9a Merge pull request #6536 from davidhorstmann-arm/2.28-change-test-templating-syntax by Gilles Peskine · 2 years, 9 months ago
  36. d5c76cf Avoid having both test_suite_XXX.data and test_suite_XXX.*.data by Gilles Peskine · 2 years, 10 months ago
  37. 5b68608 Rename test_suite_bignum for consistency with bignum.{h,c} by Gilles Peskine · 2 years, 10 months ago
  38. cb49210 Merge pull request #6380 from Kabbah/backport2.28-x509-info-hwmodulename-hex by Gilles Peskine · 2 years, 9 months ago
  39. 14bae83 Change test templating syntax to be valid C by David Horstmann · 2 years, 9 months ago
  40. 0bbe758 Merge pull request #6191 from daverodgman/invalid-ecdsa-pubkey-backport-2.28 by Dave Rodgman · 2 years, 9 months ago
  41. 6d61d83 Build fix - remove line of dead code by Dave Rodgman · 2 years, 9 months ago
  42. 584200c Update tests/suites/test_suite_ecdsa.function by Dave Rodgman · 2 years, 9 months ago
  43. 31788cd Add missing SHA256 dependencies in test_suite_ssl by Andrzej Kurek · 2 years, 9 months ago
  44. 9821253 Add missing CBC dependency in test_suite_ssl by Andrzej Kurek · 2 years, 9 months ago
  45. d654171 Merge pull request #6477 from AndrzejKurek/fix-cipher-deps-2-28 by Gilles Peskine · 2 years, 9 months ago
  46. 2e0a115 Merge pull request #6483 from gilles-peskine-arm/psa-pkparse-pkwrite-2.28 by Ronald Cron · 2 years, 9 months ago
  47. c527796 Merge pull request #6392 from davidhorstmann-arm/2.28-fix-x509-get-name-cleanup by Ronald Cron · 2 years, 9 months ago
  48. c037ba9 Add some missing dependencies on PKCS12 for encrypted keys by Gilles Peskine · 2 years, 9 months ago
  49. bfcf2d1 test_suite_pk: Add missing dependencies on MBEDTLS_PEM_PARSE_C by Gilles Peskine · 2 years, 10 months ago
  50. 8f3577a test_suite_dhm: Add missing dependencies on MBEDTLS_PEM_PARSE_C by Gilles Peskine · 2 years, 10 months ago
  51. 4e10fb2 Add mbedtls_dhm_parse_dhmfile test case with DER input by Gilles Peskine · 2 years, 10 months ago
  52. 84fc52c Formatting & cosmetic fixes by Andrzej Kurek · 2 years, 10 months ago
  53. 6c4226c Change brace initialization to memset by David Horstmann · 2 years, 10 months ago
  54. 8eb3ed5 Minor fixes to x509_get_name() test function by David Horstmann · 2 years, 10 months ago
  55. 4a67c35 Improve X509 DN test naming by David Horstmann · 2 years, 10 months ago
  56. 94cbd30 Add explanatory comments to raw DER test data by David Horstmann · 2 years, 10 months ago
  57. 36b3b7c Fix test dependencies for cases that are PSA-based by Andrzej Kurek · 2 years, 10 months ago
  58. ed01319 Add missing ECB requirements for PSA cipher aes tests by Andrzej Kurek · 2 years, 10 months ago
  59. 0d3b3a8 Move MBEDTLS_ECP_C requirements to test_suite_ssl.function by Andrzej Kurek · 2 years, 10 months ago
  60. e470821 Add missing SHA dependencies by Andrzej Kurek · 2 years, 10 months ago
  61. 3de1c78 Fix blowfish padding dependencies by Andrzej Kurek · 2 years, 10 months ago
  62. 9155e7f Switch from x509_CRT_PARSE to KEY_EXCHANGE_WITH_CERT_ENABLED by Andrzej Kurek · 2 years, 10 months ago
  63. 0b56ce0 Fix the memory allocation in test_suite_ssl by Andrzej Kurek · 2 years, 10 months ago
  64. dc4a252 Fix tls 1.3 test dependencies by Andrzej Kurek · 2 years, 10 months ago
  65. 7ddb53c Fix unchecked allocation in test_suite_ssl by Andrzej Kurek · 2 years, 10 months ago
  66. 4d95934 Add missing ECP and ECDH dependencies in ssl test suites by Andrzej Kurek · 2 years, 10 months ago
  67. 4ed670f Add missing key exchange dependencies by Andrzej Kurek · 2 years, 10 months ago
  68. 0d2982b Refactor ssl test suite to use pointers more by Andrzej Kurek · 2 years, 10 months ago
  69. 773a461 Fix missing AES dependencies by Andrzej Kurek · 2 years, 10 months ago
  70. e8955e1 Fix missing padding dependencies by Andrzej Kurek · 2 years, 10 months ago
  71. 8ffd8a6 Fix missing cipher mode dependencies by Andrzej Kurek · 2 years, 10 months ago
  72. d44d3ea Fix usage of ASSERT_ALLOC() by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  73. 279188f Merge pull request #6396 from gilles-peskine-arm/platform.h-unconditional-2.28 by Gilles Peskine · 2 years, 10 months ago
  74. 207b874 Merge pull request #6307 from wernerlewis/bignum_test_script_2.28 by Gilles Peskine · 2 years, 10 months ago
  75. c2e95fa Merge pull request #6394 from mprse/enc_types_2_28_backport by Gilles Peskine · 2 years, 10 months ago
  76. f9c91ce Merge pull request #6387 from gilles-peskine-arm/bignum-mbedtls_test_read_mpi_core-2.28 by Janos Follath · 2 years, 10 months ago
  77. 0d72141 Revert "Add MBEDTLS_CIPHER_MODE_AEAD dependency to auth_crypt_tv() test function" by Przemek Stekiel · 2 years, 10 months ago
  78. d84ed27 No need to use MBEDTLS_ERR_ERROR_CORRUPTION_DETECTED in tests by Gilles Peskine · 2 years, 11 months ago
  79. 802353c Add MBEDTLS_CIPHER_MODE_AEAD dependency to auth_crypt_tv() test function by Przemek Stekiel · 2 years, 10 months ago
  80. 77ecc6e Add mbedtls_x509_get_name memory leak unit test by David Horstmann · 2 years, 10 months ago
  81. b79d0dd test_suite_cmac.data: fix bug: use cipher type instead cipher id by Przemek Stekiel · 2 years, 10 months ago
  82. 249fcca test_suite_cipher.function: always include aes.h by Przemek Stekiel · 2 years, 10 months ago
  83. 36f19b9 Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 10 months ago
  84. 34cb462 Move the definition of data_t to a header file by Gilles Peskine · 2 years, 11 months ago
  85. 7e5426d Add a new test with a binary hwSerialNum by Victor Barpp Gomes · 2 years, 10 months ago
  86. fb4723a Print RFC 4108 hwSerialNum in hex format by Victor Barpp Gomes · 2 years, 10 months ago
  87. 1b5800d Add initialization for structures by Gabor Mezei · 2 years, 10 months ago
  88. 92ca1bc Add initialization for structures by Gabor Mezei · 2 years, 11 months ago
  89. 58a7a06 Add initialization for structures by Gabor Mezei · 2 years, 10 months ago
  90. 53cac34 Simplify test for ecdsa_verify by Dave Rodgman · 3 years ago
  91. 3852c70 Improve test descriptions by Dave Rodgman · 3 years ago
  92. bcbe333 Paramaterise ecdsa_verify test case more clearly by Dave Rodgman · 3 years ago
  93. b9579fd Minor tidy-up by Dave Rodgman · 3 years ago
  94. 622b048 Fix duplicate test names by Dave Rodgman · 3 years ago
  95. c763e17 Add missing newlines by Dave Rodgman · 3 years ago
  96. 535dcce Add unit tests for ECDSA with invalid public key by Dave Rodgman · 3 years ago
  97. 05998a0 Add file generated by generate_bignum_tests.py by Werner Lewis · 2 years, 11 months ago
  98. 2b984de Restore vbuf value after modification by Werner Lewis · 2 years, 11 months ago
  99. 9a3463c Add explicit mbedtls_ecp_tls_read_group_id call by Werner Lewis · 2 years, 11 months ago
  100. c1498b3 Add leading zeros to group metadata by Werner Lewis · 2 years, 11 months ago