1. f29cc32 Merge pull request #8390 from gilles-peskine-arm/20231017-misc-cleanup-2.28 by Paul Elliott · 1 year, 9 months ago
  2. e3d1c76 Fix invocation with explicit .datax file by Gilles Peskine · 1 year, 9 months ago
  3. 290e008 Define try_chdir everywhere by Gilles Peskine · 1 year, 9 months ago
  4. 460cf76 Note about the lack of Windows support by Gilles Peskine · 1 year, 10 months ago
  5. 994efa2 Print a notice if chdir fails by Gilles Peskine · 1 year, 10 months ago
  6. 9cc1255 Support running unit tests from another directory by Gilles Peskine · 1 year, 10 months ago
  7. fa27636 Close file on error path by Gilles Peskine · 1 year, 10 months ago
  8. bf85200 Use modern macros for calloc in test code by Gilles Peskine · 1 year, 10 months ago
  9. ce9c4f5 Remove redundant null check by Gilles Peskine · 1 year, 10 months ago
  10. 5b5da94 test: proper positioning of USE_PSA_INIT + fixed some exit labels by valerio · 2 years, 4 months ago
  11. 11f4179 Fix missing initializations on some error paths by Gilles Peskine · 1 year, 10 months ago
  12. c7a8ea9 Bump version to 2.28.5 by Minos Galanakis · 1 year, 10 months ago
  13. 6d16994 Merge branch 'mbedtls-2.28-restricted' into mbedtls-2.28.5rc0-pr by Minos Galanakis · 1 year, 10 months ago
  14. dc48f6e Test mbedtls_ssl_decrypt_buf(): stream cipher, negative cases by Gilles Peskine · 1 year, 11 months ago
  15. 2198cc5 Refactoring: create mbedtls_test_ssl_prepare_record_mac() by Gilles Peskine · 1 year, 11 months ago
  16. 027e1b4 Refactoring: prepare to create mbedtls_test_ssl_prepare_record_mac() by Gilles Peskine · 1 year, 11 months ago
  17. 9013b81 Move testing of mbedtls_ssl_decrypt_buf to a new test suite by Gilles Peskine · 1 year, 11 months ago
  18. f4cf4a6 Merge pull request #1070 from gilles-peskine-arm/merge-2.28-restricted-20230915 by Dave Rodgman · 1 year, 11 months ago
  19. 3591cc6 Merge pull request #8103 from gilles-peskine-arm/7961-2.28 by Gilles Peskine · 1 year, 11 months ago
  20. 9cacae3 Merge remote-tracking branch 'upstream-public/mbedtls-2.28' into HEAD by Gilles Peskine · 1 year, 11 months ago
  21. f919393 Return back to modifying input parameters in pkcs12_parse_pbe_params by Waleed Elmelegy · 1 year, 11 months ago
  22. 6060cf1 Add new mbedtls_pkcs12_pbe_ext function to replace old function by Waleed Elmelegy · 1 year, 11 months ago
  23. f08ca83 Update spelling "mbed TLS" to "Mbed TLS" by Gilles Peskine · 1 year, 11 months ago
  24. 6d5a5c1 Improve pkcs12 pbe tests by Waleed Elmelegy · 1 year, 11 months ago
  25. 38a89ad Improve & test legacy mbedtls_pkcs12_pbe by Waleed Elmelegy · 1 year, 11 months ago
  26. 525e355 Change pkcs5 test dependencies from MBEDTLS_SHA1_C to MBEDTLS_MD_CAN_SHA1 by Waleed Elmelegy · 1 year, 11 months ago
  27. d2a03cb Fix mbedtls_pkcs5_pbes test function failure by Waleed Elmelegy · 2 years ago
  28. dcad168 Improve mbedtls_pkcs5_pbes2_ext function test data by Waleed Elmelegy · 2 years ago
  29. d4e57c3 Fix unused parameters warnings when MBEDTLS_CIPHER_PADDING_PKCS7 is disabled by Waleed Elmelegy · 2 years ago
  30. 23ae416 Fix heap overflow issue in pkcs5_pbes2 testing functions by Waleed Elmelegy · 2 years ago
  31. b66cb65 Add new mbedtls_pkcs5_pbe2_ext function by Waleed Elmelegy · 2 years ago
  32. a240fe3 Fix code style by Tom Cosgrove · 1 year, 11 months ago
  33. ba3b14d For tests, rename TEST_BUFFERS_EQUAL() to TEST_MEMORY_COMPARE() by Tom Cosgrove · 1 year, 11 months ago
  34. 30ceb23 For tests, rename TEST_CALLOC_OR_FAIL() to just TEST_CALLOC() by Tom Cosgrove · 1 year, 11 months ago
  35. 20e27de For tests, rename ASSERT_ALLOC_WEAK() to TEST_CALLOC_OR_SKIP() by Tom Cosgrove · 1 year, 11 months ago
  36. 1357502 For tests, rename ASSERT_ALLOC() to TEST_CALLOC_OR_FAIL() by Tom Cosgrove · 1 year, 11 months ago
  37. f88ee8b For tests, rename ASSERT_COMPARE() to TEST_BUFFERS_EQUAL() by Tom Cosgrove · 1 year, 11 months ago
  38. f7829b0 Fix incorrect use of mbedtls_platform_zeroize() in tests by Tom Cosgrove · 1 year, 11 months ago
  39. 12a2bfc Merge pull request #8096 from davidhorstmann-arm/2.28-initialize-struct-get-other-name by Paul Elliott · 1 year, 11 months ago
  40. 1804a15 Fix unnecessary header prefix in tests by David Horstmann · 2 years ago
  41. 56081de Simplify the logic in a test by Gilles Peskine · 2 years, 1 month ago
  42. 7fbbb61 Merge remote-tracking branch 'mbedtls-2.28' into calloc-also-zeroizes-2-28 by Gilles Peskine · 2 years ago
  43. dcf7326 Fix incorrect detection of HardwareModuleName by David Horstmann · 2 years ago
  44. 7740eaf Merge pull request #7940 from AgathiyanB/backport-assert-false-macro by Gilles Peskine · 2 years ago
  45. a55ffe5 Remove test helper functions not backported by Waleed Elmelegy · 2 years ago
  46. 3229cf9 Replace MBEDTLS_MD_CAN_SHA1 config with old MBEDTLS_SHA1_C config by Waleed Elmelegy · 2 years ago
  47. a230735 Fix CI errors related pkcs5_pbe changes by Waleed Elmelegy · 2 years, 1 month ago
  48. 412629c Improve & test legacy mbedtls_pkcs5_pbe2 by Waleed Elmelegy · 2 years, 1 month ago
  49. b438348 Merge pull request #8010 from marekjansta/fix-x509-ec-algorithm-identifier-2.28 by Gilles Peskine · 2 years ago
  50. 403ce0a Bump version numbers by Dave Rodgman · 2 years ago
  51. 0a6743b Fixed AlgorithmIdentifier parameters when used with ECDSA signature algorithm in x509 certificate by Marek Jansta · 2 years, 9 months ago
  52. 1fc7116 Add missing dependencies on real entropy by Gilles Peskine · 2 years, 1 month ago
  53. 24d0124 Fix copypasta in function documentation by Gilles Peskine · 2 years, 1 month ago
  54. 58d0854 MBEDTLS_PSA_INJECT_ENTROPY: check the seed file UID by Gilles Peskine · 2 years, 3 months ago
  55. 154dadf MBEDTLS_PSA_INJECT_ENTROPY: check the lifecycle of the seed file by Gilles Peskine · 2 years, 3 months ago
  56. cf21e94 Modernize remove_seed_file() by Gilles Peskine · 2 years, 3 months ago
  57. bfda1a9 MBEDTLS_PSA_INJECT_ENTROPY: Skip incompatible tests by Gilles Peskine · 2 years, 3 months ago
  58. 4f8bf3c MBEDTLS_PSA_INJECT_ENTROPY: Make sure the seed file exist when running tests by Gilles Peskine · 2 years, 3 months ago
  59. 27e2989 Back port TEST_FAIL by Agathiyan Bragadeesh · 2 years, 1 month ago
  60. 0841b5a Add a workaround for max test suite parameter sizes by Andrzej Kurek · 2 years, 1 month ago
  61. f1e61fc Add a dummy usage of a pointer in tests by Andrzej Kurek · 2 years, 1 month ago
  62. f35490e Move the overallocation test to test suites by Andrzej Kurek · 2 years, 1 month ago
  63. 21f2b7a tests/test_suite_ecp: Fix ECP group compare test by Gowtham Suresh Kumar · 2 years, 1 month ago
  64. 991c49f tests/test_suite_pem: Augment DES test cases with AES: PEM by Tomás González · 2 years, 1 month ago
  65. f8f4c60 Merge branch 'mbedtls-2.28' into mbedtls_x509_crt_parse_path-qemu-bug-2.28 by Dave Rodgman · 2 years, 1 month ago
  66. 5c019e0 Add regression testcase for string_to_names() by David Horstmann · 2 years, 1 month ago
  67. 5d7cd01 x509parse tests: Replace TEST_ASSERT with TEST_EQUAL by Demi Marie Obenour · 2 years, 8 months ago
  68. 6df8f0e change path of mbedtls_x509_crl_parse input data by Jerry Yu · 2 years, 2 months ago
  69. 3020abb change path of mbedtls_x509_csr_info input data by Jerry Yu · 2 years, 2 months ago
  70. 47dd840 change path of x509_parse_san input data by Jerry Yu · 2 years, 2 months ago
  71. 19c0478 change path of x509parse_crt_file input data by Jerry Yu · 2 years, 2 months ago
  72. e42257c change path of x509_cert_info input data by Jerry Yu · 2 years, 2 months ago
  73. 5d04321 change path of mbedtls_x509_crl_info input data by Jerry Yu · 2 years, 2 months ago
  74. c6240f7 test_suite_debug: add USE_PSA_INIT/DONE guards in tests by Valerio Setti · 2 years, 2 months ago
  75. 2599a71 updating test-ca.key to use AES instead of DES by Mukesh Bharsakle · 2 years, 3 months ago
  76. 5ead738 Merge pull request #7503 from gilles-peskine-arm/test-argument-types-union-2.28 by Gilles Peskine · 2 years, 3 months ago
  77. 4ac9050 Fix pastapasta by Gilles Peskine · 2 years, 4 months ago
  78. 25c9f4b typo by Gilles Peskine · 2 years, 4 months ago
  79. a4394d4 Document a known issue with testing of mbedtls_x509_crt_parse_path by Gilles Peskine · 2 years, 4 months ago
  80. ad72ea0 Improve testing of mbedtls_x509_crt_parse_file by Gilles Peskine · 2 years, 4 months ago
  81. 0eace41 pk: fixing backport issues by Valerio Setti · 2 years, 3 months ago
  82. 974b816 test: check for exact length of returned pub key by Valerio Setti · 2 years, 3 months ago
  83. 3f8bf06 test: optimize code for pk_write_public_from_private() by Valerio Setti · 2 years, 3 months ago
  84. 39a6694 test: use better naming for the newly introduced test function by Valerio Setti · 2 years, 3 months ago
  85. 50dacdf test: fix wrong private key file by Valerio Setti · 2 years, 3 months ago
  86. 7406e96 test: add test function for public key derivation starting from private one by Valerio Setti · 2 years, 3 months ago
  87. c69614b Merge pull request #7505 from valeriosetti/issue7460-part1-backport by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  88. 97f5cff Add test cases with a question mark by Gilles Peskine · 2 years, 3 months ago
  89. 5be4083 Fix wrong comment by Gilles Peskine · 2 years, 5 months ago
  90. f089972 Explain the format argument expected by the test functions by Gilles Peskine · 2 years, 5 months ago
  91. c2fda4b Fix typos in test descriptions by Gilles Peskine · 2 years, 5 months ago
  92. f599ddf Remove string hack for mbedtls_mpi_mod_int testing by Gilles Peskine · 2 years, 8 months ago
  93. ba72662 Allow more signed integer types in test function arguments by Gilles Peskine · 2 years, 8 months ago
  94. 6494d92 Support larger integer test arguments: C part by Gilles Peskine · 2 years, 8 months ago
  95. 9ad7bd3 Support different types in the parameter store by Gilles Peskine · 2 years, 8 months ago
  96. a299043 Simplify parsing of integers in .datax files by Gilles Peskine · 2 years, 8 months ago
  97. 242b05b Exercise string parsing in the test framework by Gilles Peskine · 2 years, 8 months ago
  98. 1780875 Simplify string escapes by Gilles Peskine · 2 years, 8 months ago
  99. 13e836a printf testing: exercise integer parsing in the test framework by Gilles Peskine · 2 years, 8 months ago
  100. af2fc50 Remove stdint.h substitute for older MSVC by Gilles Peskine · 2 years, 8 months ago