1. c64b7bc Use an array of strings instead of pointer smuggling by Bence Szépkúti · 5 months ago msvc-format-size-macros-3.6
  2. a029387 Use dummy typedef instead of macro by Bence Szépkúti · 5 months ago
  3. 1e62c95 Disable fatal assertions in Windows printf tests by Bence Szépkúti · 5 months ago
  4. 9cde9d4 Add testcase for MBEDTLS_PRINTF_MS_TIME by Bence Szépkúti · 5 months ago
  5. 85d92ec Test handling of format macros defined in debug.h by Bence Szépkúti · 5 months ago
  6. d5102c9 Run test_suite_debug without MBEDTLS_SSL_TLS_C by Bence Szépkúti · 5 months ago
  7. c516307 md: allow dispatch to PSA whenever CRYPTO_CLIENT is enabled by Valerio Setti · 11 months ago
  8. 4c1383a Update documentation regarding metatest by Harry Ramsey · 6 months ago
  9. 2045886 Merge pull request #9937 from valeriosetti/issue9688-backport by Ronald Cron · 6 months ago
  10. 1a0ee06 test_suite_ssl: update description for conf_curve and conf_gruop tests by Valerio Setti · 7 months ago
  11. e94ab3c test_suite_ssl: add ECDHE-RSA case for handshake_fragmentation() by Valerio Setti · 7 months ago
  12. 4f2a74d test_suite_ssl: add new ECDHE-RSA tests by Valerio Setti · 7 months ago
  13. ea18c7e Fix incorrect test function by Manuel Pégourié-Gonnard · 7 months ago
  14. 632667e Remove useless dependency from test function by Manuel Pégourié-Gonnard · 7 months ago
  15. cd40fa1 Merge pull request #9838 from waleed-elmelegy-arm/mbedtls-3.6 by Paul Elliott · 8 months ago
  16. 4497d5f Merge pull request #9832 from ronald-cron-arm/finalize-split-preparation-2_3.6 by Ronald Cron · 8 months ago
  17. a770f30 Merge pull request #9782 from gilles-peskine-arm/psa-storage-test-cases-never-supported-preliminaries-3.6 by Janos Follath · 8 months ago
  18. f12b5e9 Remove Invalid import/export key test by Waleed Elmelegy · 8 months ago
  19. 68d6c79 Fix export public-key opaque key test paramters by Waleed Elmelegy · 8 months ago
  20. 4eaf54e Move test_keys.h to include/test by Ronald Cron · 8 months ago
  21. fbc8687 Fix copypasta by Gilles Peskine · 8 months ago
  22. e60b395 Merge pull request #9762 from Harry-Ramsey/update-gcm-doc-3.6 by David Horstmann · 9 months ago
  23. 8a8aa59 PSA interruptible sign/verify: detect unsupported mechanism in start by Gilles Peskine · 9 months ago
  24. 6bf0b2e Add missing resource cleanup on test failure by Gilles Peskine · 9 months ago
  25. 8729b10 Fix edge case with half-supported ECDSA (manual test cases) by Gilles Peskine · 1 year, 4 months ago
  26. 85bc82c Add some missing test case dependencies by Gilles Peskine · 1 year, 4 months ago
  27. 67cd8db import_not_supported: edge case of unsupported curves by Gilles Peskine · 1 year, 4 months ago
  28. 44a9f2f Add missing dependency to hash testsuite by David Horstmann · 9 months ago
  29. dcf42a0 Update references to test helpers by David Horstmann · 9 months ago
  30. d77207e Fix issue where input data could be length 0 by Harry Ramsey · 9 months ago
  31. e320b89 Fix TEST_CALLOC issues with GCM buffer overlap tests by Harry Ramsey · 9 months ago
  32. 187fcce Add test cases for AES GCM input and output buffer overlap by Harry Ramsey · 9 months ago
  33. 346d2f4 Merge pull request #9731 from gilles-peskine-arm/coverity-20241004-3.6 by Paul Elliott · 9 months ago
  34. 8369b4a Fix MD_PSA_INIT called before initializing some data structures by Gilles Peskine · 9 months ago
  35. 1f4b637 Don't use Unicode in .function file by Gilles Peskine · 9 months ago
  36. db226b4 More explanation of what we do and do not test by Gilles Peskine · 9 months ago
  37. 2576bbc Basic statistical tests for mbedtls_psa_ecp_generate_key() by Gilles Peskine · 9 months ago
  38. 9a09443 Unit tests for mbedtls_psa_ecp_generate_key() by Gilles Peskine · 9 months ago
  39. 42919e0 Assert non-empty data when needed by Gilles Peskine · 10 months ago
  40. efe3076 Initialize CCM context before doing anything fallible by Gilles Peskine · 10 months ago
  41. 5dea5f3 mbedtls_ecdsa_raw_to_der and mbedtls_ecdsa_der_to_raw: reject bits==0 by Gilles Peskine · 10 months ago
  42. ad70136 mbedtls_mpi_write_binary{,_le}: test 0-size output by Gilles Peskine · 10 months ago
  43. 4eafc9c Modernize mpi_write_binary and mpi_write_binary_le by Gilles Peskine · 10 months ago
  44. d37d70a Merge pull request #9723 from paul-elliott-arm/fix_new_coverity_issues_3.6 by David Horstmann · 9 months ago
  45. 09a8f4d Pair inits with declarations by Paul Elliott · 9 months ago
  46. 31e7c1f Move AES_PSA_INIT to after drbg init by Paul Elliott · 9 months ago
  47. 0124865 Revert "Temporarily comment out tests that are clogging the CI" by Valerio Setti · 10 months ago
  48. e499765 Fix double free in case of test failure by Paul Elliott · 10 months ago
  49. 0f65366 Add missing check of return by Paul Elliott · 10 months ago
  50. 29fe76b Fix tests where tests were done prior to init by Paul Elliott · 10 months ago
  51. 0c4cacc test_suite_psa_crypto.data: fix some depends_on by Valerio Setti · 10 months ago
  52. 0c4a74b test_suite_psa_crypto: use finer grained checks on the key slot buffer size by Valerio Setti · 10 months ago
  53. 7b1b9de psa_crypto_helpers: enhance definitions for static key slot related test symbols by Valerio Setti · 10 months ago
  54. 38efe85 psa_crypto_helpers: add MBEDTLS_TEST_ prefix to newly created symbols by Valerio Setti · 10 months ago
  55. 9e154de test_suite_psa_crypto_storage_format: improve input bit length specification for static key buffer by Valerio Setti · 12 months ago
  56. ba98d5b test: properly select MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE value by Valerio Setti · 12 months ago
  57. 29c7222 test: add test with persitent key whose length is larger than MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE by Valerio Setti · 12 months ago
  58. 291532f test: extend component_test_crypto_with_static_key_slots by Valerio Setti · 12 months ago
  59. 762a12b test: revert fixes for PSA entropy by Valerio Setti · 12 months ago
  60. f5f5052 test_suite_psa_crypto_driver_wrappers: revert changes and fix validate_key() by Valerio Setti · 12 months ago
  61. 1980bb7 psa-core: properly set PSA_CRYPTO_MAX_STORAGE_SIZE by Valerio Setti · 12 months ago
  62. efce605 test: add new component to test core library without calloc/free by Valerio Setti · 1 year, 1 month ago
  63. 168d24a test: add new component to test MBEDTLS_PSA_STATIC_KEY_SLOTS by Valerio Setti · 1 year, 2 months ago
  64. 2d94866 Merge remote-tracking branch 'mbedtls-3.6' into test-cases-not-executed-enforce-3.6 by Gilles Peskine · 10 months ago
  65. 78542bf Merge pull request #9698 from gilles-peskine-arm/3.6.2-rc2-mergeback-3 by David Horstmann · 10 months ago
  66. bfb9f71 Revert "Add generated files" by David Horstmann · 11 months ago
  67. bac001f Temporarily comment out tests that are clogging the CI by Gilles Peskine · 10 months ago
  68. a712d8d Bump version to 3.6.2 by Gilles Peskine · 10 months ago
  69. 3b9f4be test_suite_pkwrite: extend coverage of wrong output buffer sizes in pk_write_check_common() by Valerio Setti · 10 months ago
  70. 5f1c8a7 pkwrite: fix buffer overrun by Valerio Setti · 10 months ago
  71. f778416 Remove test case involving SECP224K1 in PSA by Gilles Peskine · 11 months ago
  72. 6a229f9 Remove some dependencies by Elena Uziunaite · 11 months ago
  73. db0ed75 Add PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_IMPORT by Elena Uziunaite · 11 months ago
  74. 47a9b3d Replace MBEDTLS_PK_CAN_ECDSA_SOME with MBEDTLS_PK_CAN_ECDSA_SIGN by Elena Uziunaite · 11 months ago
  75. 0a75adc Prepare codepath tests for early termination by Janos Follath · 12 months ago
  76. e9cc10d Fix incorrect test result by Janos Follath · 12 months ago
  77. 96cfd7a Move bignum code path testing out of the library by Janos Follath · 12 months ago
  78. 55be79b Add tests for optionally safe code paths in RSA by Janos Follath · 12 months ago
  79. 5fc20fc Add tests for optionally safe code paths in bignum by Janos Follath · 12 months ago
  80. fbc34ee Revert "Add generated files" by David Horstmann · 11 months ago
  81. 0d11176 Add generated files by David Horstmann · 11 months ago
  82. 1d2dcfc Bump version to 3.6.1 by David Horstmann · 11 months ago
  83. 4002e6f Merge remote-tracking branch 'mbedtls-3.6' into mbedtls-3.6-restricted by Gilles Peskine · 12 months ago
  84. df0ef8a Merge pull request #9281 from mpg/rsapub by Gilles Peskine · 12 months ago
  85. 5f31697 Add header for mbedtls_mpi_exp_mod_unsafe() by Janos Follath · 12 months ago
  86. 273d07b Merge pull request #9240 from gilles-peskine-arm/psa-keystore-dynamic-3.6 by Manuel Pégourié-Gonnard · 12 months ago
  87. 878af12 Fix memory corruption in exp_mod tests by Janos Follath · 12 months ago
  88. 8786dd7 Disable optionally safe test hook in threading builds by Janos Follath · 12 months ago
  89. 7342656 Add tests for optionally unsafe code paths by Janos Follath · 12 months ago
  90. e0842aa Add tests for optionally safe codepaths by Janos Follath · 12 months ago
  91. 7f9470a Merge pull request #9451 from minosgalanakis/fix-v3.6-issues-9186-and-9188-bp by Gilles Peskine · 12 months ago
  92. 3bc9d2b Dynamic key store: make full-key-store tests work effectively by Gilles Peskine · 1 year, 2 months ago
  93. b5891cc Dynamic key store: disable full-key-store tests by Gilles Peskine · 1 year, 1 month ago
  94. 2bfd749 Dynamic key store: new compilation option by Gilles Peskine · 1 year, 2 months ago
  95. 3b41e1d Merge pull request #9403 from gilles-peskine-arm/psa-keystore-dynamic-prep-3.6 by Gilles Peskine · 12 months ago
  96. aaa9672 Improve documentation in some tests by Gilles Peskine · 12 months ago
  97. e217673 Merge remote-tracking branch 'public/mbedtls-3.6' into merge-3.6 by Manuel Pégourié-Gonnard · 12 months ago
  98. 14134e7 Remove some tests of psa_generate_key_ext by Gilles Peskine · 1 year, 2 months ago
  99. f36d785 Implement psa_generate_key_custom by Gilles Peskine · 1 year, 2 months ago
  100. 6a3573a Fix Uncrustify errors in modified tests/suites to satisfy check_code_style test by Michael Schuster · 1 year, 2 months ago