1. 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  2. 9889c66 Merge pull request #6710 from gilles-peskine-arm/valgrind-cf-skip-tests-2.28 by Dave Rodgman · 2 years, 8 months ago
  3. 49f99bc Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  4. 13e7307 Create a separate test suite for constant-time functions by Gilles Peskine · 2 years, 8 months ago
  5. 3daa98e Move constant-time HMAC testing to its own suite by Gilles Peskine · 2 years, 8 months ago
  6. 31788cd Add missing SHA256 dependencies in test_suite_ssl by Andrzej Kurek · 2 years, 9 months ago
  7. 84fc52c Formatting & cosmetic fixes by Andrzej Kurek · 2 years, 9 months ago
  8. 0d3b3a8 Move MBEDTLS_ECP_C requirements to test_suite_ssl.function by Andrzej Kurek · 2 years, 10 months ago
  9. 9155e7f Switch from x509_CRT_PARSE to KEY_EXCHANGE_WITH_CERT_ENABLED by Andrzej Kurek · 2 years, 10 months ago
  10. 0b56ce0 Fix the memory allocation in test_suite_ssl by Andrzej Kurek · 2 years, 10 months ago
  11. 7ddb53c Fix unchecked allocation in test_suite_ssl by Andrzej Kurek · 2 years, 10 months ago
  12. 0d2982b Refactor ssl test suite to use pointers more by Andrzej Kurek · 2 years, 10 months ago
  13. 3c036f5 Add missing test dependencies for cookie parsing by Andrzej Kurek · 3 years, 2 months ago
  14. 33f41a8 Add the mbedtls prefix to ssl_check_dtls_clihlo_cookie by Andrzej Kurek · 3 years, 2 months ago
  15. 862acb8 Add cookie parsing tests to test_suite_ssl by Andrzej Kurek · 3 years, 2 months ago
  16. 0e7791f Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
  17. 96bf3d1 Add missing MBEDTLS_ECP_C dependency by Andrzej Kurek · 3 years, 4 months ago
  18. 9cb14d4 tests: fix bitflip comment by Andrzej Kurek · 3 years, 4 months ago
  19. ee9488d Prefer TEST_EQUAL over TEST_ASSERT in test suites by Andrzej Kurek · 3 years, 4 months ago
  20. 6dd489c raw_key_agreement_fail: Add a nominal run by Gilles Peskine · 3 years, 4 months ago
  21. 703a889 Remove redundant empty slot count check by Gilles Peskine · 3 years, 4 months ago
  22. 86029e0 Remove RSA & DTLS dependency in raw key agreement test by Andrzej Kurek · 3 years, 4 months ago
  23. 99f6778 Change the bit to flip to guarantee failure by Andrzej Kurek · 3 years, 4 months ago
  24. 2582ba3 Change the number of expected free key slots by Andrzej Kurek · 3 years, 4 months ago
  25. 577939a Tests: add missing requirements for the raw key agreement test by Andrzej Kurek · 3 years, 4 months ago
  26. 8985e1f Update raw key agreement test dependencies by Andrzej Kurek · 3 years, 4 months ago
  27. b4eedf7 Test failing raw_key_agreement in ssl mock tests by Andrzej Kurek · 3 years, 4 months ago
  28. 535cd17 Add a curves argument to mocked ssl tests by Andrzej Kurek · 3 years, 5 months ago
  29. 9545786 Fix compilation errors. by Paul Elliott · 3 years, 8 months ago
  30. c0ae1cf Rename internal header constant_time.h to constant_time_internal.h by Gabor Mezei · 3 years, 10 months ago
  31. 18a4494 Rename constant-time functions to have mbedtls_ct prefix by Gabor Mezei · 3 years, 10 months ago
  32. 6e4ace6 Delete ssl_invasive.h due to duplicated function declarations by gabor-mezei-arm · 3 years, 10 months ago
  33. e41e3e8 Rename function to have suitable name by gabor-mezei-arm · 3 years, 10 months ago
  34. 63ee881 avoid -Wmaybe-uninitialized when buiding with gcc11 by Shawn Carey · 4 years, 3 months ago
  35. 1f186ff Add missing calls to USE_PSA_DONE by Gilles Peskine · 4 years, 6 months ago
  36. 9de97e2 Make {USE_,}PSA_{INIT,DONE} available in all test suites by Gilles Peskine · 4 years, 6 months ago
  37. 5d332f0 Merge pull request #4105 from paul-elliott-arm/fix_test_leak by Gilles Peskine · 4 years, 6 months ago
  38. c7b5374 Fix for memory leak in ssl tests by Paul Elliott · 4 years, 6 months ago
  39. 9634bb1 Move helper testing functions to tests/src/helpers.c by Chris Jones · 4 years, 7 months ago
  40. ef94c4f Merge pull request #3474 from ronald-cron-arm/common-mbedtls_param_failed by Gilles Peskine · 4 years, 10 months ago
  41. 1413bd8 Simplify identification of TLS 1.3 labels in unit test suite by Hanno Becker · 5 years ago
  42. 70d7fb0 Don't hardcode TLS 1.3 labels in test cases by Hanno Becker · 5 years ago
  43. 493ea7f Remove instances of camelCase in TLS 1.3 key schedule by Hanno Becker · 5 years ago
  44. fb08096 Use ASSERT_COMPARE instead of TEST_ASSERT( memcmp( ... ) == 0 ) by Hanno Becker · 5 years ago
  45. 73c825a Shorten include path in test_suite_ssl.function by Hanno Becker · 5 years ago
  46. 2d2c3eb Add tests for TLS 1.3 key evolution function by Hanno Becker · 5 years ago
  47. e4849d1 Add test vectors for TLS 1.3 Derive-Secret by Hanno Becker · 5 years ago
  48. 19498f8 Add test vectors for TLS 1.3 traffic key generation by Hanno Becker · 5 years ago
  49. 39ff492 Add test vectors for TLS 1.3 HKDF-Expand-Label by Hanno Becker · 5 years ago
  50. 7fe2c5f Add mbedtls_ssl_cf_memcpy_offset() with tests by Manuel Pégourié-Gonnard · 5 years ago
  51. eaa0739 Merge pull request #716 from mpg/ct-varlen-hmac by Manuel Pégourié-Gonnard · 5 years ago
  52. e55653f Improve comments about padlen convention by Manuel Pégourié-Gonnard · 5 years ago
  53. c321900 Fix suboptimal use of ASSER_ALLOC() by Manuel Pégourié-Gonnard · 5 years ago
  54. ca8287c Use test_set_step() in loop in cf_hmac test by Manuel Pégourié-Gonnard · 5 years ago
  55. ed0e864 Factor repeated condition to its own macro by Manuel Pégourié-Gonnard · 5 years ago
  56. 9670a59 Start testing cf_hmac() for constant flow by Manuel Pégourié-Gonnard · 5 years ago
  57. b51f044 Fix misleading comment in test function by Manuel Pégourié-Gonnard · 5 years ago
  58. 864abbf Rework how lengths are expressed in CBC test by Manuel Pégourié-Gonnard · 5 years ago
  59. 4adc04a Give a constant a name in test function by Manuel Pégourié-Gonnard · 5 years ago
  60. 65a6fa3 Make cf_hmac() STATIC_TESTABLE by Manuel Pégourié-Gonnard · 5 years ago
  61. 045f094 Add dummy constant-flow HMAC function with tests by Manuel Pégourié-Gonnard · 5 years ago
  62. 913a204 Fix undeclared dependency of test function by Manuel Pégourié-Gonnard · 5 years ago
  63. 527c1ff Generate good/bad padding programmatically by Manuel Pégourié-Gonnard · 5 years ago
  64. 0ac01a1 TLS: Add negative tests for non-EtM CBC decryption by Manuel Pégourié-Gonnard · 5 years ago
  65. ac6ae35 tests: suites: Remove `hex` in name of variables of type data_t by Ronald Cron · 5 years ago
  66. 9dfcae8 Merge pull request #3426 from paul-elliott-arm/resource_leak by Manuel Pégourié-Gonnard · 5 years ago
  67. b21b1f5 Merge pull request #3387 from ronald-cron-arm/tests-common-code by Manuel Pégourié-Gonnard · 5 years ago
  68. 6c5bd7f tests: Reformating due to rnd_* renaming by Ronald Cron · 5 years ago
  69. 351f0ee tests: Add mbedtls_test_ prefix to rnd_* symbols by Ronald Cron · 5 years ago
  70. de70b16 tests: Add mbedtls_test_ prefix to hexcmp() by Ronald Cron · 5 years ago
  71. 6f1eda7 Fix for resource leak in test_suite_ssl by Paul Elliott · 5 years ago
  72. c857044 Add min/max version negotiation to unit tests by Paul Elliott · 5 years ago
  73. bba4c17 Merge pull request #3315 from hanno-arm/tls13-experimental-macro by Janos Follath · 5 years ago
  74. d12402f Fix undeclared deps on MBEDTLS_CTR_DRBG in tests by Manuel Pégourié-Gonnard · 5 years ago
  75. e683287 Adapt SSL record protection unit test to setup TLS 1.3 transforms by Hanno Becker · 5 years ago
  76. b2713ab Enhance record encryption unit tests by checking hidden content type by Hanno Becker · 5 years ago
  77. 8ea6872 Improve pointer calculations when resizing I/O buffers by Andrzej Kurek · 5 years ago
  78. 5e7d6fd Merge 'mbedtls/development' into merge-crypto-unremoved-20200304 by Gilles Peskine · 5 years ago
  79. 19e841e Fix warning about a potentially initialized variable by Gilles Peskine · 5 years ago
  80. eccd888 Rename identifiers containing double-underscore by Gilles Peskine · 5 years ago
  81. 438bf3b App data with 1/n-1 splitting in test suite by Piotr Nowicki · 5 years ago
  82. c31f970 Merge pull request #3075 from AndrzejKurek/variable-buffer-size by Jaeden Amero · 5 years ago mbedtls-2.22.0d0
  83. 55727c3 Merge pull request #3088 from AndrzejKurek/ssl-mocks-coverity by Jaeden Amero · 5 years ago
  84. 89bdc58 test_suite_ssl: check for errors during queue setup by Andrzej Kurek · 5 years ago
  85. 45916ba test_suite_ssl: fix coverity issues with uninitialized members by Andrzej Kurek · 5 years ago
  86. 0afa2a1 Add I/O buffer resizing in handshake init and free by Andrzej Kurek · 5 years ago
  87. aad82f9 Add variable buffer length tests to all.sh by Darryl Green · 6 years ago
  88. bde7ee8 Add DTLS handshake fragmentation test by Piotr Nowicki · 5 years ago
  89. 8a6ff15 test_suite_ssl refactoring: provide default options structure for tests by Andrzej Kurek · 5 years ago
  90. 316da1f test_suite_ssl refactoring: merge renegotiation test into handshake by Andrzej Kurek · 5 years ago
  91. 9e9efdc test_suite_ssl refactoring: merge tls & dtls application data tests by Andrzej Kurek · 5 years ago
  92. 95e9eb8 Add test for renegotiation in DTLS by Piotr Nowicki · 5 years ago
  93. 6a7f01c Add test with sending application data via DTLS by Piotr Nowicki · 5 years ago
  94. da2b678 Add a dtls handshake test with context serialization by Andrzej Kurek · 5 years ago
  95. 941962e Add DTLS handshake tests for the mocked ssl test suite by Andrzej Kurek · 5 years ago
  96. 15daf50 Parametrize the endpoint init and free to prepare for DTLS tests by Andrzej Kurek · 5 years ago
  97. 1a44a15 Change the order of endpoint initialization steps by Andrzej Kurek · 5 years ago
  98. f46b912 Change test queue errors to SSL_WANT_WRITE and SSL_WANT_READ by Andrzej Kurek · 5 years ago
  99. c3fca5e Add tests with sending application data to test_suite_ssl by Piotr Nowicki · 6 years ago
  100. cc5169c Add a PSK test to the mocked ssl handshake tests by Andrzej Kurek · 6 years ago