1. 402cfba psa: free RNG implementation before checking for remaining open key slots by Valerio Setti · 1 year, 9 months ago
  2. 40a93df all.sh: keep CTR_DRBG enabled in test_psa_crypto_config_accel_cipher_aead() by Valerio Setti · 1 year, 9 months ago
  3. 857d29f Merge pull request #8528 from yanrayw/issue/6933/parse-max_early_data_size by Ronald Cron · 1 year, 8 months ago
  4. f5e46fd Merge pull request #8535 from daverodgman/update-tfm by Dave Rodgman · 1 year, 8 months ago
  5. 18eab98 Merge pull request #8560 from lpy4105/issue/8423/optimize-analyze_outcomes_py by Gilles Peskine · 1 year, 8 months ago
  6. c6f1637 Merge pull request #8534 from paul-elliott-arm/fix_mutex_abstraction by Janos Follath · 1 year, 8 months ago
  7. 172c0b9 Merge pull request #8561 from ronald-cron-arm/fix-ciphersuites-list-in-ssl-opt by Gilles Peskine · 1 year, 8 months ago gh-readonly-queue/development/pr-8561-6b5cedf51f33f058d84a2fb3f5ba418efb172806
  8. 5dcfd0c Some improvements by Pengyu Lv · 1 year, 8 months ago
  9. 51e7245 Automatically set MBEDTLS_NO_PLATFORM_ENTROPY in TF-M config by Dave Rodgman · 1 year, 8 months ago
  10. 6b5cedf Merge pull request #8547 from valeriosetti/issue8483 by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  11. 550cd6f Use boolean `hit` instead of int `hits` by Pengyu Lv · 1 year, 8 months ago
  12. 60f7666 Align forced ciphersuite with test description by Ronald Cron · 1 year, 8 months ago
  13. c3cd410 Merge pull request #8286 from gilles-peskine-arm/check_mbedtls_calloc_overallocation-disable_with_asan by Dave Rodgman · 1 year, 8 months ago
  14. 29ad2d7 ssl-opt.sh: Remove unnecessary symmetric crypto dependencies by Ronald Cron · 1 year, 8 months ago
  15. 82d7a87 Update tests to refer to our tf-m config wrapper by Dave Rodgman · 1 year, 8 months ago
  16. 41bc42a ssl-opt.sh: Fix some symmetric crypto dependencies by Ronald Cron · 1 year, 8 months ago
  17. 5b73de8 ssl-opt.sh: Add a check of the list of supported ciphersuites by Ronald Cron · 1 year, 8 months ago
  18. 9e1d2e5 Merge pull request #8029 from gilles-peskine-arm/fix-MBEDTLS_HAS_MD5_VIA_LOWLEVEL_OR_PSA by Tom Cosgrove · 1 year, 8 months ago
  19. 6632a12 all.sh: re-enable CCM/GCM in test_full_no_cipher_with_crypto[_config]() by Valerio Setti · 1 year, 9 months ago
  20. be5489a Simplify test for building P256-M by Dave Rodgman · 1 year, 8 months ago
  21. 897bb77 Update tf-m tests in all.sh for P256-M by Dave Rodgman · 1 year, 9 months ago
  22. 451ec8a Add comment to read_outcome_file in analyze_outcomes.py by Pengyu Lv · 1 year, 8 months ago
  23. c2e8f3a Add type annotations to analyze_outcomes.py by Pengyu Lv · 1 year, 8 months ago
  24. 294f5d7 Merge pull request #8540 from valeriosetti/issue8060 by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  25. 20e3ca3 Run tests for ref_vs_driver outside task function by Pengyu Lv · 1 year, 8 months ago
  26. 18908ec Define named tuple for component outcomes by Pengyu Lv · 1 year, 8 months ago
  27. 28ae464 Use mutable set all the time by Pengyu Lv · 1 year, 8 months ago
  28. 59b9efc Check if driver_component is missing by Pengyu Lv · 1 year, 8 months ago
  29. f28cf59 Break the loop when case hits by Pengyu Lv · 1 year, 8 months ago
  30. dd1d6a7 Improve readability of the script by Pengyu Lv · 1 year, 8 months ago
  31. a1ddcfa Extend the pattern of pkparse test on encrypted keys by Pengyu Lv · 1 year, 8 months ago
  32. 6c927c0 Merge branch 'development' into review/gilles/update-old-dep-MD_CAN by Pengyu Lv · 1 year, 8 months ago
  33. 150002c Skip calloc overallocation test case by Gilles Peskine · 1 year, 8 months ago
  34. 9fbac38 Merge pull request #8326 from daverodgman/aesce-thumb2 by Dave Rodgman · 1 year, 8 months ago
  35. 392ed3f Add better documentation for mbedtls_test_mutex_mutex by Paul Elliott · 1 year, 9 months ago
  36. f25d831 Ensure mutex test mutex gets free'd by Paul Elliott · 1 year, 9 months ago
  37. 8cd4bc4 Merge pull request #8124 from yanrayw/support_cipher_encrypt_only by Dave Rodgman · 1 year, 9 months ago
  38. c44042d Merge pull request #7905 from lpy4105/issue/misc-improvement by Dave Rodgman · 1 year, 9 months ago
  39. 34915fa ssl-opt.sh: Fix getting the list of supported ciphersuites. by Ronald Cron · 1 year, 9 months ago
  40. 18040ed all.sh: export LC_COLLATE=C for sorting in ASCII order by Yanray Wang · 1 year, 9 months ago
  41. 42be1ba block_cipher_no_decrypt: improve comment by Yanray Wang · 1 year, 9 months ago
  42. 70642ec all.sh: check_test_dependencies: add one more option by Yanray Wang · 1 year, 9 months ago
  43. 31a9b78 Improve comments and variable naming by Pengyu Lv · 1 year, 9 months ago
  44. a442858 Restruct the structure of outcome file presentation by Pengyu Lv · 1 year, 9 months ago
  45. 690ee81 Merge remote-tracking branch 'origin/development' into support_cipher_encrypt_only by Yanray Wang · 1 year, 9 months ago
  46. a6cf5d6 Share parsed outcomes among tasks when ananlyzing by Pengyu Lv · 1 year, 9 months ago
  47. 3b2b7f8 MSan and TSan complain as well, not just ASan by Gilles Peskine · 1 year, 9 months ago
  48. 05ebe96 Disable check_mbedtls_calloc overallocation under ASan by Gilles Peskine · 1 year, 10 months ago
  49. fa8ec26 Detect enabled GCC/Clang sanitizers by Gilles Peskine · 1 year, 9 months ago
  50. 951b3cb tls13-misc: cli: check parser of max_early_data_size ext by Yanray Wang · 1 year, 9 months ago
  51. aa5dc24 Change if to switch case by Jerry Yu · 1 year, 9 months ago
  52. 60e9972 replace check string by Jerry Yu · 1 year, 9 months ago
  53. 713ce1f various improvement by Jerry Yu · 1 year, 9 months ago
  54. 4ac648e improve readability by Jerry Yu · 1 year, 9 months ago
  55. d84c14f improve code style by Jerry Yu · 1 year, 9 months ago
  56. b2455d2 Guards ticket_creation_time by Jerry Yu · 1 year, 9 months ago
  57. 472a692 fix build failure by Jerry Yu · 1 year, 9 months ago
  58. 342a555 rename ticket received by Jerry Yu · 1 year, 9 months ago
  59. 25ba4d4 rename `ticket_creation` to `ticket_creation_time` by Jerry Yu · 1 year, 9 months ago
  60. 28547c4 update tests by Jerry Yu · 1 year, 9 months ago
  61. 8b1a124 Merge pull request #8438 from yuhaoth/pr/disable-stdout-for-config-query-call by Gilles Peskine · 1 year, 9 months ago
  62. 885bcfc Merge pull request #7649 from yuhaoth/pr/add-command-for-server9-bad-saltlen by Gilles Peskine · 1 year, 9 months ago
  63. 473ff34 Merge pull request #8489 from valeriosetti/issue8482 by Gilles Peskine · 1 year, 9 months ago
  64. 6267dd5 Merge pull request #8463 from gilles-peskine-arm/metatest-create by Gilles Peskine · 1 year, 9 months ago
  65. a4e7953 Merge pull request #8527 from lpy4105/issue/6324/driver-only-cipher+aead-tls-compat by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  66. 97137f9 Merge pull request #7071 from yuhaoth/pr/tls13-ticket-add-max_early_data_size-field by Ronald Cron · 1 year, 9 months ago
  67. 9e25936 Rename mutex->is_valid to mutex->state by Paul Elliott · 1 year, 9 months ago
  68. 3774637 Make threading helpers tests thread safe by Paul Elliott · 1 year, 9 months ago
  69. 5fa986c Move handling of mutex->is_valid into threading_helpers.c by Paul Elliott · 1 year, 9 months ago
  70. 7afd9a4 Change the test messages by Pengyu Lv · 1 year, 9 months ago
  71. 59de2ae all.sh: re-enable CCM/GCM in test_full_no_cipher() by Valerio Setti · 1 year, 9 months ago
  72. c5d4c46 Add missing PSA init by Pengyu Lv · 1 year, 9 months ago
  73. e7fc8a2 Readability improvement by Gilles Peskine · 1 year, 9 months ago
  74. dc84895 Merge pull request #8519 from mpg/block-cipher by Manuel Pégourié-Gonnard · 1 year, 9 months ago gh-readonly-queue/development/pr-8519-9e80a91f27ad1eeab047ff73295480e2c36b2db8
  75. 4ebccc0 Update PSA init for md-ligt by Gilles Peskine · 1 year, 9 months ago
  76. 799befd Update to TEST_EQUAL macros for easier debuggability by Gilles Peskine · 1 year, 9 months ago
  77. f561ed8 all.sh: enable compat.sh testing in psa_crypto_config_[accel/reference]_cipher_aead by Pengyu Lv · 1 year, 9 months ago
  78. 9e80a91 Merge pull request #8164 from yanrayw/adjust_tfm_configs by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  79. 776981b psa_exercise_key: add missing #else for KNOWN_SUPPORTED_BLOCK_CIPHER by Valerio Setti · 1 year, 9 months ago
  80. a50b89e all.sh: disable CCM_STAR_NO_TAG in test_psa_crypto_config_accel_aead() by Valerio Setti · 1 year, 9 months ago
  81. a4b6059 psa_exercise_key: replace legacy symbols with PSA_WANT ones by Valerio Setti · 1 year, 9 months ago
  82. ff2b06a all.sh: improve components for without CCM/CCM* by Valerio Setti · 1 year, 9 months ago
  83. a765eaa test_driver_extension: fix acceleration support for CCM and CCM* by Valerio Setti · 1 year, 9 months ago
  84. 51d5b19 all.sh: accelerate also CCM* in test_psa_crypto_config_accel_cipher_aead by Valerio Setti · 1 year, 9 months ago
  85. bdfecb6 all.sh: add test components for no-CCM and no-CCM* by Valerio Setti · 1 year, 9 months ago
  86. bce640b Merge pull request #8499 from valeriosetti/issue8488 by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  87. 752dd39 Merge pull request #8508 from valeriosetti/issue6323 by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  88. c434791 aesce: fix unused parameter by Yanray Wang · 1 year, 9 months ago
  89. 04c85e1 ssl-opt: fix wrong CCM dependencies with GCM by Valerio Setti · 1 year, 9 months ago
  90. c747306 all.sh: remove redundant make in test_psa_crypto_config_accel_cipher_aead() by Valerio Setti · 1 year, 9 months ago
  91. 19583e4 psa_information: improve code readability by Yanray Wang · 1 year, 9 months ago
  92. 3ae1199 all.sh: add config_block_cipher_no_decrypt to simplify code by Yanray Wang · 1 year, 9 months ago
  93. 07e663d all.sh: block_cipher_no_decrypt: clean up cflags by Yanray Wang · 1 year, 9 months ago
  94. b2d6e52 all.sh: block_cipher_no_decrypt: simplify code by Yanray Wang · 1 year, 9 months ago
  95. 85b7465 all.sh: block_cipher_no_decrypt: fix various issues by Yanray Wang · 1 year, 9 months ago
  96. cf582df Merge pull request #8498 from mpg/legacy-deps-psa-tests by Manuel Pégourié-Gonnard · 1 year, 9 months ago gh-readonly-queue/development/pr-8498-08ea9bfa1f4fb9805700ca5fb114e97b7ee4f821
  97. 08ea9bf Merge pull request #8487 from yanrayw/issue/6909/rename_tls13_conf_early_data by Tom Cosgrove · 1 year, 9 months ago
  98. cce0012 Add documentation by Gilles Peskine · 1 year, 9 months ago
  99. 76fa16c block_cipher: add encrypt() by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  100. 3e0884f block_cipher: add setkey() by Manuel Pégourié-Gonnard · 1 year, 9 months ago