1. 73bd210 tests: remove usage of MBEDTLS_NO_PLATFORM_ENTROPY by Valerio Setti · 3 months ago
  2. 133f7aa Add MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES to ignore list for CI by Felix Conway · 4 months ago
  3. 461899e analyze_outcomes.py: remove exceptions for MBEDTLS_DHM_C by Valerio Setti · 5 months ago
  4. 189dcf6 Merge pull request #9910 from valeriosetti/issue9684 by Ronald Cron · 6 months ago gh-readonly-queue/development/pr-9910-7e1154c959fec59aabb9dfa60daed067d0779026
  5. 7e1154c Merge pull request #9906 from mpg/rm-conf-curves by Manuel Pégourié-Gonnard · 6 months ago
  6. 70cc4e6 analyze_outcomes.py: remove exceptions related to DHE-PSK by Valerio Setti · 6 months ago
  7. 13c418d Add ignore list entries for ECDH/FFDH algorithm without key type by Gilles Peskine · 6 months ago
  8. fe683e7 Remove test coverage exceptions that are no longer needed by Gilles Peskine · 7 months ago
  9. 93d4591 Remove deprecated function mbedtls_ssl_conf_curves() by Manuel Pégourié-Gonnard · 6 months ago
  10. 49e48ef Remove test coverage exceptions that are no longer needed by Gilles Peskine · 7 months ago
  11. bc7c523 Remove uses of secp244k1 by Gilles Peskine · 7 months ago
  12. eafc275 Fix edge case with half-supported ECDSA (manual test cases) by Gilles Peskine · 1 year, 3 months ago
  13. 848333d analyze_outcomes: Moved migrated to ts-psa-crypto tests cases. by Minos Galanakis · 8 months ago
  14. 77587ce Unit tests for mbedtls_psa_ecp_generate_key() by Gilles Peskine · 9 months ago
  15. 8ed4d94 Merge pull request #9614 from gilles-peskine-arm/use_psa_crypto-always_on by Gilles Peskine · 9 months ago
  16. d2da02b Remove obsolete exemptions from test case coverage by Gilles Peskine · 10 months ago
  17. ec028d8 analyze_outcomes.py: allow test with PSA_WANT_ALG_TLS12_PRF disabled by Valerio Setti · 9 months ago
  18. 6a986d9 Update coverage datebase by Gabor Mezei · 9 months ago
  19. 5e3ed3f Minor readability improvements by Gilles Peskine · 10 months ago
  20. 095561c Switch outcome analysis to enforcing that all tests are executed by Gilles Peskine · 10 months ago
  21. d9c40f5 We never test without the PSA client code. by Gilles Peskine · 10 months ago
  22. 24b03d8 Add ignore list for restartable ECDH in TLS by Gilles Peskine · 10 months ago
  23. 2fd25bb Add ignore list entries for configurations that are not tested by Gilles Peskine · 10 months ago
  24. b0ec85d Add ignore list entries for crypto tests that are not executed by Gilles Peskine · 10 months ago
  25. de2316b Add ignore list entries for TLS tests that are not executed by Gilles Peskine · 10 months ago
  26. ab5cc9b In PSA generated tests, ignore patterns for which an issue has been raised by Gilles Peskine · 10 months ago
  27. 5872c0d In PSA generated tests, don't ignore not-implemented in some negative tests by Gilles Peskine · 10 months ago
  28. 2a71fac In PSA generated tests, ignore mechanisms that are not implemented by Gilles Peskine · 10 months ago
  29. 96db2cc Default to allowing partial test coverage by Gilles Peskine · 10 months ago
  30. 3146772 Adjust paths for impending moves to the framework by Gilles Peskine · 10 months ago
  31. 082eade Separate code and data of outcome analysis by Gilles Peskine · 10 months ago
  32. e41cde5 Pass KNOWN_TASKS as an argument to main by Gilles Peskine · 10 months ago
  33. 005dca6 Typecheck main by Gilles Peskine · 10 months ago
  34. ad02d44 Don't reuse a variable name inside a function by Gilles Peskine · 10 months ago
  35. 9d78e87 Missing NotImplementedError in abstract method by Gilles Peskine · 10 months ago
  36. 49c77dd Remove sample ignore list elements for coverage by Gilles Peskine · 10 months ago
  37. c8c83d0 Split test case collection from checks by Gilles Peskine · 10 months ago
  38. 0930b33 Don't use the "allow list" terminology any longer by Gilles Peskine · 10 months ago
  39. 54cfe77 Switch coverage analysis to IGNORE_TESTS for its allowlist by Gilles Peskine · 10 months ago
  40. dba8010 Simplify sub-test-suite handling in is_test_case_ignored by Gilles Peskine · 10 months ago
  41. 0297605 Move test case ignore list to the master Task class by Gilles Peskine · 10 months ago
  42. b4daeb4 Remove now-useless level of method call indirection by Gilles Peskine · 10 months ago
  43. 3f5022e Move analysis functions into their respective classes by Gilles Peskine · 10 months ago
  44. 0f31f76 Remove dead code that was handling stringly typed data by Gilles Peskine · 10 months ago
  45. 9df375b Replace stringly typed data by class: driver vs reference (data) by Gilles Peskine · 10 months ago
  46. 82b1672 Replace stringly typed data by class: driver vs reference (code) by Gilles Peskine · 10 months ago
  47. f646dbf Replace stringly typed data by class: coverage by Gilles Peskine · 10 months ago
  48. 19ef1ae Replace stringly typed data by class: prepare by Gilles Peskine · 10 months ago
  49. effa6a0 Move config-tfm.h testing to separate all.sh component by Gilles Peskine · 11 months ago
  50. 1ad1954 Merge pull request #9304 from sezrab/analyze_driver_vs_reference_header_correction by Gilles Peskine · 11 months ago
  51. c21675e Make error line consistent with the header by Elena Uziunaite · 11 months ago
  52. 1084e8e key_custom: update analyze_outcomes.py by Gilles Peskine · 1 year, 2 months ago
  53. 7ab9867 Merge pull request #9290 from sezrab/replace_MBEDTLS_MD_CAN_MD5_with_PSA_WANT by Gilles Peskine · 1 year ago
  54. 4beeb0c Add TLS: password protected... to ignored_tests list by Sam Berry · 1 year, 1 month ago
  55. e262c23 Corrected header line of analyze_driver_vs_reference by Sam Berry · 1 year, 1 month ago
  56. a7469d3 Driver vs referenee: ignore relevant configuration differences by Gilles Peskine · 1 year, 2 months ago
  57. 2ad2f32 Pacify pylint by Gilles Peskine · 1 year, 2 months ago
  58. 78ae4f6 Generate test data before coverage analysis by Gilles Peskine · 1 year, 2 months ago
  59. ff3b821 Driver-only FFDH is not good enough for DHE support in TLS 1.2 by Gilles Peskine · 1 year, 3 months ago
  60. 0f63028 Merge pull request #8815 from gilles-peskine-arm/psa_generate_key_ext-prototype by Gilles Peskine · 1 year, 5 months ago
  61. a7f651c Merge pull request #8804 from valeriosetti/issue8799 by Manuel Pégourié-Gonnard · 1 year, 5 months ago gh-readonly-queue/development/pr-8804-9fb53a9e26d10cc9da555f1abeadeeec5ee33960
  62. eba4ca1 test_suite_pem: solve driver test disparities by Valerio Setti · 1 year, 5 months ago
  63. 63072b1 Only test custom-e RSA key generation when built in by Gilles Peskine · 1 year, 5 months ago
  64. 3ea9450 Merge pull request #8734 from valeriosetti/issue8564 by Gilles Peskine · 1 year, 5 months ago
  65. 67f3568 Reduce analyze_block_cipher_dispatch exceptions by Ryan Everett · 1 year, 6 months ago
  66. afb2eee Add PKCS5/12 exceptions to analyze_block_cipher_dispatch by Ryan Everett · 1 year, 6 months ago
  67. 89d8a12 analyze_outcomes: fix typo by Valerio Setti · 1 year, 6 months ago
  68. cd89b0b all.sh: disable legacy hash support in test_psa_crypto_config_accel_hmac() by Valerio Setti · 1 year, 6 months ago
  69. 20cea94 analyze_outcomes: add task for HMAC coverage by Valerio Setti · 1 year, 6 months ago
  70. b1f96c0 Merge pull request #7815 from gilles-peskine-arm/ecp-export-partial by Gilles Peskine · 1 year, 6 months ago
  71. 7f48d5e Rename test components to better reflect content by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  72. a0c9c66 analyze_outcomes: ignore only test concerning AES/ARIA/Camellia in CMAC by Valerio Setti · 1 year, 7 months ago
  73. 0635cca analyze_outcomes: update skipped tests following latest changes to all.sh by Valerio Setti · 1 year, 7 months ago
  74. ab0494f analyze_outcomes: update comments of skipped tests by Valerio Setti · 1 year, 7 months ago
  75. 3b17ae7 Add ECP-heavy-only test cases to the driver parity analysis ignore list by Gilles Peskine · 2 years, 1 month ago
  76. 5f665c3 analyze_outcomes: add exceptions to disparities for block_cipher dispatch by Valerio Setti · 1 year, 7 months ago
  77. 9afa329 analyze_outcomes: allow ignored test suites to have a dot in the name by Valerio Setti · 1 year, 7 months ago
  78. 4a8ef7c all.sh: disable legacy AES/ARIA/CAMELLIA in test_full_block_cipher_psa_dispatch by Valerio Setti · 1 year, 7 months ago
  79. 52ab8fa analyze_outcomes/all.sh: add reference component and entry for coverage comparison by Valerio Setti · 1 year, 8 months ago
  80. 98a90c6 Fix various issue by Pengyu Lv · 1 year, 8 months ago
  81. 3cd16c4 Add analyze_driver_vs_reference_rsa for analyze_outcomes by Pengyu Lv · 1 year, 8 months ago
  82. 18eab98 Merge pull request #8560 from lpy4105/issue/8423/optimize-analyze_outcomes_py by Gilles Peskine · 1 year, 8 months ago
  83. 5dcfd0c Some improvements by Pengyu Lv · 1 year, 8 months ago
  84. 550cd6f Use boolean `hit` instead of int `hits` by Pengyu Lv · 1 year, 8 months ago
  85. c3cd410 Merge pull request #8286 from gilles-peskine-arm/check_mbedtls_calloc_overallocation-disable_with_asan by Dave Rodgman · 1 year, 8 months ago
  86. 451ec8a Add comment to read_outcome_file in analyze_outcomes.py by Pengyu Lv · 1 year, 8 months ago
  87. c2e8f3a Add type annotations to analyze_outcomes.py by Pengyu Lv · 1 year, 8 months ago
  88. 20e3ca3 Run tests for ref_vs_driver outside task function by Pengyu Lv · 1 year, 8 months ago
  89. 18908ec Define named tuple for component outcomes by Pengyu Lv · 1 year, 8 months ago
  90. 28ae464 Use mutable set all the time by Pengyu Lv · 1 year, 8 months ago
  91. 59b9efc Check if driver_component is missing by Pengyu Lv · 1 year, 8 months ago
  92. f28cf59 Break the loop when case hits by Pengyu Lv · 1 year, 8 months ago
  93. dd1d6a7 Improve readability of the script by Pengyu Lv · 1 year, 8 months ago
  94. a1ddcfa Extend the pattern of pkparse test on encrypted keys by Pengyu Lv · 1 year, 8 months ago
  95. 150002c Skip calloc overallocation test case by Gilles Peskine · 1 year, 8 months ago
  96. 31a9b78 Improve comments and variable naming by Pengyu Lv · 1 year, 8 months ago
  97. a442858 Restruct the structure of outcome file presentation by Pengyu Lv · 1 year, 8 months ago
  98. a6cf5d6 Share parsed outcomes among tasks when ananlyzing by Pengyu Lv · 1 year, 8 months ago
  99. 5779096 Merge remote-tracking branch 'origin/development' into adjust_tfm_configs by Yanray Wang · 1 year, 9 months ago
  100. c51c411 analyze_outcome: only warn on ignored tests that pass by Manuel Pégourié-Gonnard · 1 year, 9 months ago