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