1. 57456b3 test: fix max value in test_mx32 by Valerio Setti · 2 years, 3 months ago
  2. 5346ef5 test: minor fix for non-initialized variable by valerio · 2 years, 4 months ago
  3. 44570a5 test: fix USE_PSA_INIT/DONE for SSL test suite by Valerio Setti · 2 years, 4 months ago
  4. e7373a8 test: fix USE_PSA_INIT/DONE for x509 test suite by Valerio Setti · 2 years, 4 months ago
  5. 19c8196 test: fix USE_PSA_INIT/DONE for PK test suite by Valerio Setti · 2 years, 4 months ago
  6. a4d460c test_suite_pkwrite: replace memcpy with memmove by Valerio Setti · 2 years, 3 months ago
  7. 755582b fix typos by Valerio Setti · 2 years, 3 months ago
  8. 3b608de fix new line difference in Windows by Valerio Setti · 2 years, 3 months ago
  9. f1477da test: pkwrite: backport of issue 7446 by Valerio Setti · 2 years, 4 months ago
  10. b76bcfb Merge pull request #7332 from yanrayw/2.28_7285-followup-of-PR6500 by Gilles Peskine · 2 years, 4 months ago
  11. 2497c6b Whitespace fix by Dave Rodgman · 2 years, 4 months ago
  12. 3fead76 Test that setting reset actually does something by Dave Rodgman · 2 years, 4 months ago
  13. 616f23e Merge pull request #7338 from yanrayw/2.28-6500-gitignore-fix by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  14. d82879e tests/.gitignore: ignore *.o under tests/src/test_helpers by Yanray Wang · 2 years, 5 months ago
  15. e4f1aac Bump version to 2.28.3 by Dave Rodgman · 2 years, 5 months ago
  16. 74df201 ssl_helpers.c: add mbedtls_test_ssl prefix for *_exchange_data by Yanray Wang · 2 years, 5 months ago
  17. d02c317 ssl_helpers.c: add mbedtls_test prefix for mbedtls_mock_socket_init by Yanray Wang · 2 years, 5 months ago
  18. c4abee2 ssl_helpers.c: change prefix and move *queue_peek_info to static by Yanray Wang · 2 years, 5 months ago
  19. cd23aff ssl_helpers.c: change prefix and move *certificate_free to static by Yanray Wang · 2 years, 5 months ago
  20. b4ef9a2 ssl_helpers.c: move some internal functions to static by Yanray Wang · 2 years, 5 months ago
  21. e62e8a1 ssl_helpers.c: move #define Directive to header file 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. d2696f2 Fix issue of conversion from size_t to int by Yanray Wang · 2 years, 9 months ago
  28. 89b4d12 Fix build error in CI about test_fail_if_psa_leaking by Yanray Wang · 2 years, 9 months ago
  29. 3742b12 Fix build errors in CMake by Yanray Wang · 2 years, 9 months ago
  30. 1ef77c0 ssl_helpers.c: remove duplicate comments for some functions by Yanray Wang · 2 years, 5 months ago
  31. 4323e45 Resolve build errors for ssl_helpers.c and test_suite_ssl.c by Yanray Wang · 2 years, 5 months ago
  32. bd56b03 Move TLS connection related functions to ssl_helpers.c by Yanray Wang · 2 years, 5 months ago
  33. 82b4149 Improve code readability for test_suite_ssl.function by Yanray Wang · 2 years, 5 months ago
  34. 862ef86 Rewrap the lines to fit code standard in test_suite_ssl.function by Yanray Wang · 2 years, 5 months ago
  35. c463849 Rename the functions which are used to set up TLS connection by Yanray Wang · 2 years, 9 months ago
  36. 59ab276 Move the renamed typedef statements to ssl_helpers.h by Yanray Wang · 2 years, 9 months ago
  37. abfdcd8 Rename the typedef statements which are used for TLS connection by Yanray Wang · 2 years, 10 months ago
  38. 5fce145 Create ssl_helpers.c to hold functions of TLS connection by Yanray Wang · 2 years, 10 months ago
  39. a93b06d Merge pull request #7204 from lpy4105/issue/backport-all_sh-do-not-list-unsupported-cases by Gilles Peskine · 2 years, 5 months ago
  40. 39987eb Merge pull request #7172 from daverodgman/fix_UB_in_ssl_read-2.28 by Dave Rodgman · 2 years, 5 months ago
  41. d216c04 all.sh: add support function for build_armcc by Pengyu Lv · 2 years, 5 months ago
  42. a19ce12 all.sh: Skip build_mingw correctly by Pengyu Lv · 2 years, 5 months ago
  43. 40d79ce Merge pull request #7199 from daverodgman/armclang-sha-warning-2.28 by Dave Rodgman · 2 years, 5 months ago
  44. 6cda3d3 Enable -Werror for armclang by Dave Rodgman · 2 years, 5 months ago
  45. 2b810e3 Merge pull request #7104 from AndrzejKurek/pymod-2-28 by Gilles Peskine · 2 years, 5 months ago
  46. 440535e Merge pull request #7153 from lpy4105/issue/1785/backport-ssl-test-script-fail by Gilles Peskine · 2 years, 5 months ago
  47. 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
  48. 8a23f49 asymmetric_encrypt: check output length only if return code is PSA_SUCCESS. by oberon-sk · 2 years, 6 months ago
  49. cd09d68 Add tests by Dave Rodgman · 2 years, 5 months ago
  50. ab1fb39 Fix typo by Pengyu Lv · 2 years, 5 months ago
  51. fef3ad0 Update incorrect comment by Pengyu Lv · 2 years, 5 months ago
  52. 02a76a5 compat.sh: skip static ECDH cases if unsupported in openssl by Pengyu Lv · 2 years, 6 months ago
  53. e8ef6ad Correct error code in test_suite_x509parse.data by David Horstmann · 2 years, 6 months ago
  54. 0518d53 Change error codes to more appropriate codes by David Horstmann · 2 years, 6 months ago
  55. 071dd35 Add testcases for overlong encoding of OIDs by David Horstmann · 2 years, 6 months ago
  56. c714416 Add tests for mbedtls_oid_get_numeric_string() by David Horstmann · 2 years, 6 months ago
  57. b790c93 depends.py: remove symbols that are not present in 2.28 by Andrzej Kurek · 2 years, 6 months ago
  58. 3e7666b Improve tests/scripts/depends.py code by Andrzej Kurek · 2 years, 6 months ago
  59. 3ebe7d6 Improve tests/scripts/depends.py code by Andrzej Kurek · 2 years, 6 months ago
  60. 2432dc2 depends.py: improve expected argument type by Andrzej Kurek · 2 years, 6 months ago
  61. 2e1aeb1 depends.py: merge set/unset config option into one function by Andrzej Kurek · 2 years, 7 months ago
  62. cf39406 Use config.py as a module in depends.py by Andrzej Kurek · 2 years, 6 months ago
  63. 79e0433 Merge pull request #7072 from mpg/cleanup-md-tests-2.28 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  64. a15b405 Merge pull request #7070 from yanrayw/2.28-7008-compatsh-disable-VERIFY-for-PSK by Gilles Peskine · 2 years, 6 months ago
  65. da82903 Merge pull request #7053 from KloolK/typos-backport by Gilles Peskine · 2 years, 6 months ago
  66. 2122f44 Use TEST_EQUAL in one more place in test_suite_md by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  67. 3c30191 Use ASSERT_COMPARE in test_suite_md by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  68. 21daf29 compat.sh: simplify code of iterating on VERIFY for PSK tests by Yanray Wang · 2 years, 6 months ago
  69. 8332db9 compat.sh: remove G_CLIENT_PRIO as it's not used by Yanray Wang · 2 years, 6 months ago
  70. 34ddcc9 compat.sh: display "no" even if $VERIFY=YES for PSK test cases by Yanray Wang · 2 years, 6 months ago
  71. 89ac843 compat.sh: do not filter PSK ciphersuites for GnuTLS if $VERIFY=YES by Yanray Wang · 2 years, 6 months ago
  72. b1ae735 compat.sh: remove check_openssl_server_bug by Yanray Wang · 2 years, 6 months ago
  73. 571e24b compat.sh: avoid running duplicate test cases for PSK by Yanray Wang · 2 years, 6 months ago
  74. eafa355 compat.sh: ignore $VERIFY in PSK TYPE by Yanray Wang · 2 years, 6 months ago
  75. 95f316a X.509: Improve negative testing for SubjectAltName parsing by hanno-becker · 2 years, 6 months ago
  76. bfe7903 Merge pull request #7021 from lpy4105/issue/backport-do-not-run-x86-tests-on-arm64 by Gilles Peskine · 2 years, 6 months ago
  77. 6d47550 Fix typos by Jan Bruckner · 2 years, 6 months ago
  78. 54faadc Fix style in test_suite_md.function by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  79. 67565d0 Use TEST_EQUAL when applicable in test_suite_md by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  80. 96108b6 Avoid unnecessary copy in test_suite_md by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  81. 2a5e213 Use MBEDTLS_MD_MAX_SIZE in test_suite_md by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  82. a876bd2 Use MD type not string to in MD test data by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  83. b028531 Merge pull request #7013 from gilles-peskine-arm/build-without-certs-2.28.2 by Dave Rodgman · 2 years, 6 months ago
  84. a4f9148 Merge pull request #6983 from aditya-deshpande-arm/backport-check-files-characters by Gilles Peskine · 2 years, 6 months ago
  85. ecb4420 Address missed instances of sizeof by Dave Rodgman · 2 years, 6 months ago
  86. 1868870 Fix use of sizeof without brackets by Dave Rodgman · 2 years, 6 months ago
  87. a89b367 all.sh: test_m32_xx is not supported on arm64 host by Pengyu Lv · 2 years, 10 months ago
  88. 5619443 Test without MBEDTLS_CERTS_C by Gilles Peskine · 2 years, 6 months ago
  89. 33d03fe Add missing dependencies on certs.c in unit tests by Gilles Peskine · 2 years, 6 months ago
  90. a9186f3 Allow whole Box Drawings range by Aditya Deshpande · 2 years, 6 months ago
  91. e76dc39 Modify comments to make them more inclusive by Aditya Deshpande · 2 years, 6 months ago
  92. ed514d3 Allow specific Box Drawing UTF characters that are used in Markdown trees in check_files.py by Aditya Deshpande · 2 years, 6 months ago
  93. 4b7cb8c Merge pull request #6919 from valeriosetti/issue6843-backport by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  94. 54be0fa Merge pull request #6968 from aditya-deshpande-arm/backport-check-names-exclusions by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  95. 7d20bb4 Re-add empty lines that were accidentally omitted in the previous commit. by Aditya Deshpande · 2 years, 6 months ago
  96. 27276fc Merge pull request #6844 from gilles-peskine-arm/test_suite_psa_crypto_metadata-20221215-2.28 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  97. f57f3db Merge pull request #6931 from AndrzejKurek/timeless-selftest-waz-bad by Gilles Peskine · 2 years, 6 months ago
  98. 0f16ce0 Merge pull request #6963 from davidhorstmann-arm/2.28-fix-check-python-errors by Gilles Peskine · 2 years, 6 months ago
  99. c2738f2 Merge pull request #6954 from gilles-peskine-arm/6658-not-print-Terminated-ubuntu-22.04-2.28 by Gilles Peskine · 2 years, 6 months ago
  100. 7ba0037 test: improve error handling in x509_set_serial_check() by Valerio Setti · 2 years, 6 months ago