1. 6d16994 Merge branch 'mbedtls-2.28-restricted' into mbedtls-2.28.5rc0-pr by Minos Galanakis · 1 year, 10 months ago
  2. 9013b81 Move testing of mbedtls_ssl_decrypt_buf to a new test suite by Gilles Peskine · 1 year, 11 months ago
  3. 3591cc6 Merge pull request #8103 from gilles-peskine-arm/7961-2.28 by Gilles Peskine · 1 year, 11 months ago
  4. a240fe3 Fix code style by Tom Cosgrove · 1 year, 11 months ago
  5. ba3b14d For tests, rename TEST_BUFFERS_EQUAL() to TEST_MEMORY_COMPARE() by Tom Cosgrove · 1 year, 11 months ago
  6. 30ceb23 For tests, rename TEST_CALLOC_OR_FAIL() to just TEST_CALLOC() by Tom Cosgrove · 1 year, 11 months ago
  7. 1357502 For tests, rename ASSERT_ALLOC() to TEST_CALLOC_OR_FAIL() by Tom Cosgrove · 1 year, 11 months ago
  8. f88ee8b For tests, rename ASSERT_COMPARE() to TEST_BUFFERS_EQUAL() by Tom Cosgrove · 1 year, 11 months ago
  9. 56081de Simplify the logic in a test by Gilles Peskine · 2 years, 1 month ago
  10. 1fc7116 Add missing dependencies on real entropy by Gilles Peskine · 2 years, 1 month ago
  11. 8388fdd test: use define for initializing ssl_message_queue struct by Valerio Setti · 2 years, 3 months ago
  12. 89ae9b6 test: fix USE_PSA_INIT position in test_suite_ssl by Valerio Setti · 2 years, 3 months ago
  13. 44570a5 test: fix USE_PSA_INIT/DONE for SSL test suite by Valerio Setti · 2 years, 4 months ago
  14. d02c317 ssl_helpers.c: add mbedtls_test prefix for mbedtls_mock_socket_init by Yanray Wang · 2 years, 5 months ago
  15. e16808c Move #define Directive into ssl_helpers.h by Yanray Wang · 2 years, 5 months ago
  16. 4323e45 Resolve build errors for ssl_helpers.c and test_suite_ssl.c by Yanray Wang · 2 years, 5 months ago
  17. bd56b03 Move TLS connection related functions to ssl_helpers.c by Yanray Wang · 2 years, 5 months ago
  18. 82b4149 Improve code readability for test_suite_ssl.function by Yanray Wang · 2 years, 5 months ago
  19. 862ef86 Rewrap the lines to fit code standard in test_suite_ssl.function by Yanray Wang · 2 years, 5 months ago
  20. c463849 Rename the functions which are used to set up TLS connection by Yanray Wang · 2 years, 9 months ago
  21. 59ab276 Move the renamed typedef statements to ssl_helpers.h by Yanray Wang · 2 years, 9 months ago
  22. abfdcd8 Rename the typedef statements which are used for TLS connection by Yanray Wang · 2 years, 10 months ago
  23. 5fce145 Create ssl_helpers.c to hold functions of TLS connection by Yanray Wang · 2 years, 10 months ago
  24. cd09d68 Add tests by Dave Rodgman · 2 years, 5 months ago
  25. 33d03fe Add missing dependencies on certs.c in unit tests by Gilles Peskine · 2 years, 6 months ago
  26. cbb34b9 Add missing KEX DHE-RSA requirement for one ssl test by Andrzej Kurek · 2 years, 7 months ago
  27. eeb8624 Add missing RSA-type dependencies in test_suite_ssl by Andrzej Kurek · 2 years, 7 months ago
  28. 01bdab3 Add missing key exchange requirements to test_suite_ssl by Andrzej Kurek · 2 years, 7 months ago
  29. 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  30. 9889c66 Merge pull request #6710 from gilles-peskine-arm/valgrind-cf-skip-tests-2.28 by Dave Rodgman · 2 years, 8 months ago
  31. 49f99bc Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  32. 13e7307 Create a separate test suite for constant-time functions by Gilles Peskine · 2 years, 8 months ago
  33. 3daa98e Move constant-time HMAC testing to its own suite by Gilles Peskine · 2 years, 8 months ago
  34. 31788cd Add missing SHA256 dependencies in test_suite_ssl by Andrzej Kurek · 2 years, 9 months ago
  35. 84fc52c Formatting & cosmetic fixes by Andrzej Kurek · 2 years, 10 months ago
  36. 0d3b3a8 Move MBEDTLS_ECP_C requirements to test_suite_ssl.function by Andrzej Kurek · 2 years, 10 months ago
  37. 9155e7f Switch from x509_CRT_PARSE to KEY_EXCHANGE_WITH_CERT_ENABLED by Andrzej Kurek · 2 years, 10 months ago
  38. 0b56ce0 Fix the memory allocation in test_suite_ssl by Andrzej Kurek · 2 years, 10 months ago
  39. 7ddb53c Fix unchecked allocation in test_suite_ssl by Andrzej Kurek · 2 years, 10 months ago
  40. 0d2982b Refactor ssl test suite to use pointers more by Andrzej Kurek · 2 years, 10 months ago
  41. 3c036f5 Add missing test dependencies for cookie parsing by Andrzej Kurek · 3 years, 2 months ago
  42. 33f41a8 Add the mbedtls prefix to ssl_check_dtls_clihlo_cookie by Andrzej Kurek · 3 years, 2 months ago
  43. 862acb8 Add cookie parsing tests to test_suite_ssl by Andrzej Kurek · 3 years, 2 months ago
  44. 0e7791f Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
  45. 96bf3d1 Add missing MBEDTLS_ECP_C dependency by Andrzej Kurek · 3 years, 4 months ago
  46. 9cb14d4 tests: fix bitflip comment by Andrzej Kurek · 3 years, 4 months ago
  47. ee9488d Prefer TEST_EQUAL over TEST_ASSERT in test suites by Andrzej Kurek · 3 years, 4 months ago
  48. 6dd489c raw_key_agreement_fail: Add a nominal run by Gilles Peskine · 3 years, 4 months ago
  49. 703a889 Remove redundant empty slot count check by Gilles Peskine · 3 years, 4 months ago
  50. 86029e0 Remove RSA & DTLS dependency in raw key agreement test by Andrzej Kurek · 3 years, 4 months ago
  51. 99f6778 Change the bit to flip to guarantee failure by Andrzej Kurek · 3 years, 4 months ago
  52. 2582ba3 Change the number of expected free key slots by Andrzej Kurek · 3 years, 4 months ago
  53. 577939a Tests: add missing requirements for the raw key agreement test by Andrzej Kurek · 3 years, 4 months ago
  54. 8985e1f Update raw key agreement test dependencies by Andrzej Kurek · 3 years, 4 months ago
  55. b4eedf7 Test failing raw_key_agreement in ssl mock tests by Andrzej Kurek · 3 years, 4 months ago
  56. 535cd17 Add a curves argument to mocked ssl tests by Andrzej Kurek · 3 years, 5 months ago
  57. 9545786 Fix compilation errors. by Paul Elliott · 3 years, 8 months ago
  58. c0ae1cf Rename internal header constant_time.h to constant_time_internal.h by Gabor Mezei · 3 years, 10 months ago
  59. 18a4494 Rename constant-time functions to have mbedtls_ct prefix by Gabor Mezei · 3 years, 10 months ago
  60. 6e4ace6 Delete ssl_invasive.h due to duplicated function declarations by gabor-mezei-arm · 3 years, 10 months ago
  61. e41e3e8 Rename function to have suitable name by gabor-mezei-arm · 3 years, 10 months ago
  62. 63ee881 avoid -Wmaybe-uninitialized when buiding with gcc11 by Shawn Carey · 4 years, 3 months ago
  63. 1f186ff Add missing calls to USE_PSA_DONE by Gilles Peskine · 4 years, 6 months ago
  64. 9de97e2 Make {USE_,}PSA_{INIT,DONE} available in all test suites by Gilles Peskine · 4 years, 6 months ago
  65. 5d332f0 Merge pull request #4105 from paul-elliott-arm/fix_test_leak by Gilles Peskine · 4 years, 6 months ago
  66. c7b5374 Fix for memory leak in ssl tests by Paul Elliott · 4 years, 6 months ago
  67. 9634bb1 Move helper testing functions to tests/src/helpers.c by Chris Jones · 4 years, 7 months ago
  68. ef94c4f Merge pull request #3474 from ronald-cron-arm/common-mbedtls_param_failed by Gilles Peskine · 4 years, 10 months ago
  69. 1413bd8 Simplify identification of TLS 1.3 labels in unit test suite by Hanno Becker · 5 years ago
  70. 70d7fb0 Don't hardcode TLS 1.3 labels in test cases by Hanno Becker · 5 years ago
  71. 493ea7f Remove instances of camelCase in TLS 1.3 key schedule by Hanno Becker · 5 years ago
  72. fb08096 Use ASSERT_COMPARE instead of TEST_ASSERT( memcmp( ... ) == 0 ) by Hanno Becker · 5 years ago
  73. 73c825a Shorten include path in test_suite_ssl.function by Hanno Becker · 5 years ago
  74. 2d2c3eb Add tests for TLS 1.3 key evolution function by Hanno Becker · 5 years ago
  75. e4849d1 Add test vectors for TLS 1.3 Derive-Secret by Hanno Becker · 5 years ago
  76. 19498f8 Add test vectors for TLS 1.3 traffic key generation by Hanno Becker · 5 years ago
  77. 39ff492 Add test vectors for TLS 1.3 HKDF-Expand-Label by Hanno Becker · 5 years ago
  78. 7fe2c5f Add mbedtls_ssl_cf_memcpy_offset() with tests by Manuel Pégourié-Gonnard · 5 years ago
  79. eaa0739 Merge pull request #716 from mpg/ct-varlen-hmac by Manuel Pégourié-Gonnard · 5 years ago
  80. e55653f Improve comments about padlen convention by Manuel Pégourié-Gonnard · 5 years ago
  81. c321900 Fix suboptimal use of ASSER_ALLOC() by Manuel Pégourié-Gonnard · 5 years ago
  82. ca8287c Use test_set_step() in loop in cf_hmac test by Manuel Pégourié-Gonnard · 5 years ago
  83. ed0e864 Factor repeated condition to its own macro by Manuel Pégourié-Gonnard · 5 years ago
  84. 9670a59 Start testing cf_hmac() for constant flow by Manuel Pégourié-Gonnard · 5 years ago
  85. b51f044 Fix misleading comment in test function by Manuel Pégourié-Gonnard · 5 years ago
  86. 864abbf Rework how lengths are expressed in CBC test by Manuel Pégourié-Gonnard · 5 years ago
  87. 4adc04a Give a constant a name in test function by Manuel Pégourié-Gonnard · 5 years ago
  88. 65a6fa3 Make cf_hmac() STATIC_TESTABLE by Manuel Pégourié-Gonnard · 5 years ago
  89. 045f094 Add dummy constant-flow HMAC function with tests by Manuel Pégourié-Gonnard · 5 years ago
  90. 913a204 Fix undeclared dependency of test function by Manuel Pégourié-Gonnard · 5 years ago
  91. 527c1ff Generate good/bad padding programmatically by Manuel Pégourié-Gonnard · 5 years ago
  92. 0ac01a1 TLS: Add negative tests for non-EtM CBC decryption by Manuel Pégourié-Gonnard · 5 years ago
  93. ac6ae35 tests: suites: Remove `hex` in name of variables of type data_t by Ronald Cron · 5 years ago
  94. 9dfcae8 Merge pull request #3426 from paul-elliott-arm/resource_leak by Manuel Pégourié-Gonnard · 5 years ago
  95. b21b1f5 Merge pull request #3387 from ronald-cron-arm/tests-common-code by Manuel Pégourié-Gonnard · 5 years ago
  96. 6c5bd7f tests: Reformating due to rnd_* renaming by Ronald Cron · 5 years ago
  97. 351f0ee tests: Add mbedtls_test_ prefix to rnd_* symbols by Ronald Cron · 5 years ago
  98. de70b16 tests: Add mbedtls_test_ prefix to hexcmp() by Ronald Cron · 5 years ago
  99. 6f1eda7 Fix for resource leak in test_suite_ssl by Paul Elliott · 5 years ago
  100. c857044 Add min/max version negotiation to unit tests by Paul Elliott · 5 years ago