1. f35490e Move the overallocation test to test suites by Andrzej Kurek · 2 years, 1 month ago
  2. a4d460c test_suite_pkwrite: replace memcpy with memmove by Valerio Setti · 2 years, 3 months ago
  3. 755582b fix typos by Valerio Setti · 2 years, 3 months ago
  4. 3b608de fix new line difference in Windows by Valerio Setti · 2 years, 3 months ago
  5. f1477da test: pkwrite: backport of issue 7446 by Valerio Setti · 2 years, 4 months ago
  6. b76bcfb Merge pull request #7332 from yanrayw/2.28_7285-followup-of-PR6500 by Gilles Peskine · 2 years, 4 months ago
  7. 2497c6b Whitespace fix by Dave Rodgman · 2 years, 4 months ago
  8. 3fead76 Test that setting reset actually does something by Dave Rodgman · 2 years, 4 months ago
  9. e4f1aac Bump version to 2.28.3 by Dave Rodgman · 2 years, 5 months ago
  10. d02c317 ssl_helpers.c: add mbedtls_test prefix for mbedtls_mock_socket_init by Yanray Wang · 2 years, 5 months ago
  11. a183e1d Merge branch 'mbedtls-2.28-restricted' into mbedtls-2.28.3rc0-pr by Paul Elliott · 2 years, 5 months ago
  12. 1857335 Merge pull request #7276 from yanrayw/2.28-6173-split-TLS-connection-func-into-ssl_helpers by Paul Elliott · 2 years, 5 months ago
  13. b5eb831 Add tests for unaligned AES contexts by Tom Cosgrove · 2 years, 5 months ago
  14. 6b8e8ff Fix segfault in mbedtls_oid_get_numeric_string by Demi Marie Obenour · 2 years, 5 months ago
  15. e16808c Move #define Directive into ssl_helpers.h by Yanray Wang · 2 years, 5 months ago
  16. 89b4d12 Fix build error in CI about test_fail_if_psa_leaking by Yanray Wang · 2 years, 9 months ago
  17. 4323e45 Resolve build errors for ssl_helpers.c and test_suite_ssl.c by Yanray Wang · 2 years, 5 months ago
  18. bd56b03 Move TLS connection related functions to ssl_helpers.c by Yanray Wang · 2 years, 5 months ago
  19. 82b4149 Improve code readability for test_suite_ssl.function by Yanray Wang · 2 years, 5 months ago
  20. 862ef86 Rewrap the lines to fit code standard in test_suite_ssl.function by Yanray Wang · 2 years, 5 months ago
  21. c463849 Rename the functions which are used to set up TLS connection by Yanray Wang · 2 years, 9 months ago
  22. 59ab276 Move the renamed typedef statements to ssl_helpers.h by Yanray Wang · 2 years, 9 months ago
  23. abfdcd8 Rename the typedef statements which are used for TLS connection by Yanray Wang · 2 years, 10 months ago
  24. 5fce145 Create ssl_helpers.c to hold functions of TLS connection by Yanray Wang · 2 years, 10 months ago
  25. 39987eb Merge pull request #7172 from daverodgman/fix_UB_in_ssl_read-2.28 by Dave Rodgman · 2 years, 5 months ago
  26. 6ed1436 Feedback from Arm: guarantee that output_length <= output_size even on error, to reduce the risk that a missing error check by Stephan Koch · 2 years, 6 months ago
  27. 8a23f49 asymmetric_encrypt: check output length only if return code is PSA_SUCCESS. by oberon-sk · 2 years, 6 months ago
  28. cd09d68 Add tests by Dave Rodgman · 2 years, 5 months ago
  29. e8ef6ad Correct error code in test_suite_x509parse.data by David Horstmann · 2 years, 6 months ago
  30. 0518d53 Change error codes to more appropriate codes by David Horstmann · 2 years, 6 months ago
  31. 071dd35 Add testcases for overlong encoding of OIDs by David Horstmann · 2 years, 6 months ago
  32. c714416 Add tests for mbedtls_oid_get_numeric_string() by David Horstmann · 2 years, 6 months ago
  33. 79e0433 Merge pull request #7072 from mpg/cleanup-md-tests-2.28 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  34. 2122f44 Use TEST_EQUAL in one more place in test_suite_md by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  35. 3c30191 Use ASSERT_COMPARE in test_suite_md by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  36. 95f316a X.509: Improve negative testing for SubjectAltName parsing by hanno-becker · 2 years, 6 months ago
  37. 54faadc Fix style in test_suite_md.function by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  38. 67565d0 Use TEST_EQUAL when applicable in test_suite_md by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  39. 96108b6 Avoid unnecessary copy in test_suite_md by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  40. 2a5e213 Use MBEDTLS_MD_MAX_SIZE in test_suite_md by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  41. a876bd2 Use MD type not string to in MD test data by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  42. b028531 Merge pull request #7013 from gilles-peskine-arm/build-without-certs-2.28.2 by Dave Rodgman · 2 years, 6 months ago
  43. ecb4420 Address missed instances of sizeof by Dave Rodgman · 2 years, 6 months ago
  44. 1868870 Fix use of sizeof without brackets by Dave Rodgman · 2 years, 6 months ago
  45. 33d03fe Add missing dependencies on certs.c in unit tests by Gilles Peskine · 2 years, 6 months ago
  46. 4b7cb8c Merge pull request #6919 from valeriosetti/issue6843-backport by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  47. 7ba0037 test: improve error handling in x509_set_serial_check() by Valerio Setti · 2 years, 6 months ago
  48. 85f65f8 Merge pull request #6944 from AndrzejKurek/2.28-depends-py-kex-fixes by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  49. bd2b8e4 Fix test guards by Dave Rodgman · 2 years, 7 months ago
  50. 15a3f1d Add missing key exchange requirements to test_suite_ssl by Andrzej Kurek · 2 years, 7 months ago
  51. cbb34b9 Add missing KEX DHE-RSA requirement for one ssl test by Andrzej Kurek · 2 years, 7 months ago
  52. eeb8624 Add missing RSA-type dependencies in test_suite_ssl by Andrzej Kurek · 2 years, 7 months ago
  53. 01bdab3 Add missing key exchange requirements to test_suite_ssl by Andrzej Kurek · 2 years, 7 months ago
  54. 5b78714 test: x509: add function for testing long serials by Valerio Setti · 2 years, 7 months ago
  55. 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  56. 6d08dba Fix test function derive_key_exercise() by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  57. 63c8be6 Merge pull request #6753 from mpg/restartable-docfix-2.28 by Gilles Peskine · 2 years, 8 months ago
  58. 4b3806e Merge pull request #6688 from gilles-peskine-arm/generate_test_code-function_comments-2.28 by Gilles Peskine · 2 years, 8 months ago
  59. df31076 Fix missing dependency declaration in test by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  60. 4547eae Merge pull request #984 from Mbed-TLS/mbedtls-2.28.2-merge-back by Dave Rodgman · 2 years, 8 months ago
  61. 97ead79 Merge pull request #6204 from wernerlewis/ecp_group_test_2.28 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  62. 7428c61 Bump LTS version to 2.28.2 by Aditya Deshpande · 2 years, 8 months ago
  63. 5c581dd Merge pull request #6735 from daverodgman/fix_test_dep_spelling_2.28 by Dave Rodgman · 2 years, 8 months ago
  64. 9889c66 Merge pull request #6710 from gilles-peskine-arm/valgrind-cf-skip-tests-2.28 by Dave Rodgman · 2 years, 8 months ago
  65. 9d7b8ea Fix spelling of test dependency by Dave Rodgman · 2 years, 8 months ago
  66. 49f99bc Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  67. 13e7307 Create a separate test suite for constant-time functions by Gilles Peskine · 2 years, 8 months ago
  68. 3daa98e Move constant-time HMAC testing to its own suite by Gilles Peskine · 2 years, 8 months ago
  69. d3ad55e Allow comments in prototypes of unit test functions by Gilles Peskine · 2 years, 9 months ago
  70. ed179db Merge pull request #6657 from gilles-peskine-arm/psa-ecb-null-0-2.28 by Dave Rodgman · 2 years, 8 months ago
  71. b400fb0 Merge pull request #6452 from AndrzejKurek/depends-py-reloaded-2-28 by Dave Rodgman · 2 years, 9 months ago
  72. 01bf631 Fix NULL+0 undefined behavior in ECB encryption and decryption by Gilles Peskine · 2 years, 9 months ago
  73. f675727 Remove blowfish tests from test_suite_ssl by Andrzej Kurek · 2 years, 9 months ago
  74. b358e46 Merge pull request #6618 from gilles-peskine-arm/mpi_sint-min-ub-2.28 by Gilles Peskine · 2 years, 9 months ago
  75. de1629a Fix undefined behavior with the most negative mbedtls_mpi_sint by Gilles Peskine · 2 years, 9 months ago
  76. e530b5b Merge pull request #6579 from gilles-peskine-arm/negative-zero-from-add-2.28 by Janos Follath · 2 years, 9 months ago
  77. 8d82664 Merge pull request #6509 from valeriosetti/issue4577-backport by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  78. d3f7df4 Adding unit test for mbedtls_x509write_csr_set_extension() by Valerio Setti · 2 years, 10 months ago
  79. 020ab7f Add additional (would fail) test cases for mpi_mod_int with 0 remainder by Tom Cosgrove · 2 years, 9 months ago
  80. 5c307b9 Use mbedtls_mpi_sint not mbedtls_mpi_uint in mpi_mod_int test by Tom Cosgrove · 2 years, 9 months ago
  81. c2c6fcb Enable mpi_mod_int test case to take full-range MPI integers by Tom Cosgrove · 2 years, 9 months ago
  82. 92c5d31 Add negative zero as an input to automatically generated tests by Gilles Peskine · 2 years, 9 months ago
  83. 53a7206 Support negative zero as MPI test input by Gilles Peskine · 2 years, 9 months ago
  84. ee78b6e For binary operations, test both x op y and y op x by Gilles Peskine · 2 years, 9 months ago
  85. 676df8e Merge pull request #6578 from gilles-peskine-arm/bignum-test-suite-names-2.28 by Gilles Peskine · 2 years, 9 months ago
  86. d7d5e9a Merge pull request #6536 from davidhorstmann-arm/2.28-change-test-templating-syntax by Gilles Peskine · 2 years, 9 months ago
  87. d5c76cf Avoid having both test_suite_XXX.data and test_suite_XXX.*.data by Gilles Peskine · 2 years, 10 months ago
  88. 5b68608 Rename test_suite_bignum for consistency with bignum.{h,c} by Gilles Peskine · 2 years, 10 months ago
  89. cb49210 Merge pull request #6380 from Kabbah/backport2.28-x509-info-hwmodulename-hex by Gilles Peskine · 2 years, 9 months ago
  90. 14bae83 Change test templating syntax to be valid C by David Horstmann · 2 years, 9 months ago
  91. 0bbe758 Merge pull request #6191 from daverodgman/invalid-ecdsa-pubkey-backport-2.28 by Dave Rodgman · 2 years, 9 months ago
  92. 6d61d83 Build fix - remove line of dead code by Dave Rodgman · 2 years, 9 months ago
  93. 584200c Update tests/suites/test_suite_ecdsa.function by Dave Rodgman · 2 years, 9 months ago
  94. 31788cd Add missing SHA256 dependencies in test_suite_ssl by Andrzej Kurek · 2 years, 9 months ago
  95. 9821253 Add missing CBC dependency in test_suite_ssl by Andrzej Kurek · 2 years, 9 months ago
  96. d654171 Merge pull request #6477 from AndrzejKurek/fix-cipher-deps-2-28 by Gilles Peskine · 2 years, 9 months ago
  97. 2e0a115 Merge pull request #6483 from gilles-peskine-arm/psa-pkparse-pkwrite-2.28 by Ronald Cron · 2 years, 9 months ago
  98. c527796 Merge pull request #6392 from davidhorstmann-arm/2.28-fix-x509-get-name-cleanup by Ronald Cron · 2 years, 9 months ago
  99. c037ba9 Add some missing dependencies on PKCS12 for encrypted keys by Gilles Peskine · 2 years, 9 months ago
  100. bfcf2d1 test_suite_pk: Add missing dependencies on MBEDTLS_PEM_PARSE_C by Gilles Peskine · 2 years, 10 months ago