1. 962eb85 Merge pull request #9737 from mpg/drop-armcc5-3.6 by Paul Elliott · 9 months ago gh-readonly-queue/mbedtls-3.6/pr-9737-6f35a4dbe0d14d23fce3b1de31f66855f07ff7d8
  2. 62a57e6 Rm forgotten armc5 by Manuel Pégourié-Gonnard · 9 months ago
  3. 9539573 Drop building with armcc5 in all.sh by Manuel Pégourié-Gonnard · 9 months ago
  4. 2a45f0b Add override arguments for new gcc targets by Bence Szépkúti · 9 months ago
  5. 827c89b Clarify GCC version requirement by Bence Szépkúti · 9 months ago
  6. dc4b7a8 Split up the Thumb-1 test component by Bence Szépkúti · 1 year, 1 month ago
  7. 791cb35 Remove superfluous invocations of make clean by Bence Szépkúti · 1 year, 1 month ago
  8. f31a343 Update component speed estimates by Bence Szépkúti · 1 year, 1 month ago
  9. adcc27a Initialize result caching variables by Bence Szépkúti · 1 year, 1 month ago
  10. 1eb18d4 Use true/false in place of integers by Bence Szépkúti · 1 year, 1 month ago
  11. d2bd299 Ignore missing temporary files during cleanup by Bence Szépkúti · 1 year, 1 month ago
  12. e4a42f5 Fix copypasta in gcc_version by Bence Szépkúti · 1 year, 1 month ago
  13. 864ecda Add AArch64 default config test by Bence Szépkúti · 1 year, 1 month ago
  14. f38ee61 Add Arm eabi default config tests by Bence Szépkúti · 1 year, 1 month ago
  15. 91972cc Merge pull request #9608 from gilles-peskine-arm/outcome-check-repeated-configurations-all.sh-preliminaries-3.6 by Gilles Peskine · 9 months ago gh-readonly-queue/mbedtls-3.6/pr-9608-0b8b7a1ee1d3704199660540dc8a4efa546f1593
  16. 0b8b7a1 Merge pull request #9448 from valeriosetti/psa-use-static-slots-backport by Gilles Peskine · 9 months ago
  17. b1b1123 Merge pull request #9702 from mpg/refactor-all.sh-3.6 by Manuel Pégourié-Gonnard · 10 months ago
  18. 5fbb0e8 components-basic-checks: add new exception for MBEDTLS_CTR_DRBG_MAX_REQUEST by Valerio Setti · 10 months ago
  19. 92f1d2d test: disable dynamic key store in test_crypto_with_static_key_slots by Valerio Setti · 11 months ago
  20. ba98d5b test: properly select MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE value by Valerio Setti · 12 months ago
  21. 291532f test: extend component_test_crypto_with_static_key_slots by Valerio Setti · 12 months ago
  22. f7485fb test: disable all legacy symbols in test_psa_crypto_without_heap by Valerio Setti · 12 months ago
  23. bc61171 test: minor fixes to test_psa_crypto_without_heap and test_crypto_with_static_key_slots by Valerio Setti · 12 months ago
  24. efce605 test: add new component to test core library without calloc/free by Valerio Setti · 1 year, 1 month ago
  25. 168d24a test: add new component to test MBEDTLS_PSA_STATIC_KEY_SLOTS by Valerio Setti · 1 year, 1 month ago
  26. 901f6c1 Fix a typo in a comment by Manuel Pégourié-Gonnard · 10 months ago
  27. 2d94866 Merge remote-tracking branch 'mbedtls-3.6' into test-cases-not-executed-enforce-3.6 by Gilles Peskine · 10 months ago
  28. 7f3d37f all.sh: fix missing quotes by Manuel Pégourié-Gonnard · 10 months ago
  29. 3eac508 all.sh: adjust for when tf-psa-crypto is absent by Manuel Pégourié-Gonnard · 10 months ago
  30. 96bfc17 all.sh: re-instate 3.6-specific code by Manuel Pégourié-Gonnard · 10 months ago
  31. 41ba526 all.sh: update documentation by Manuel Pégourié-Gonnard · 10 months ago
  32. 5d221de all.sh: move top-level code to a function by Manuel Pégourié-Gonnard · 10 months ago
  33. 327edec all.sh: document new file structure by Manuel Pégourié-Gonnard · 10 months ago
  34. 535e8aa all.sh: move definitions to all-core.sh by Manuel Pégourié-Gonnard · 10 months ago
  35. 2969280 all.sh: wrap main code into main() function by Manuel Pégourié-Gonnard · 10 months ago
  36. 23fa1b5 all.sh: move clang_version() to helpers file by Manuel Pégourié-Gonnard · 10 months ago
  37. 36ae06b all.sh: move component helpers to separate file by Manuel Pégourié-Gonnard · 10 months ago
  38. 03ad80c all.sh: Move some functions to the right section by Manuel Pégourié-Gonnard · 10 months ago
  39. 452db60 all.sh: rename a helper function by Manuel Pégourié-Gonnard · 10 months ago
  40. 6fb63b0 all.sh: extract repeated code to a function by Manuel Pégourié-Gonnard · 10 months ago
  41. 9a132e2 all.sh: group psasim helpers by Manuel Pégourié-Gonnard · 10 months ago
  42. cd1148d all.sh: rm obsolete functions by Manuel Pégourié-Gonnard · 10 months ago
  43. 2c3a624 all.sh: first define functions, then call them. by Manuel Pégourié-Gonnard · 10 months ago
  44. 86c4838 all.sh: temporary alignment with development by Manuel Pégourié-Gonnard · 10 months ago
  45. 8535f4c all.sh: align-dev: PSAsim functions by Manuel Pégourié-Gonnard · 10 months ago
  46. 6c0c0f2 all.sh: align-dev: tf-psa-crypto stuff by Manuel Pégourié-Gonnard · 10 months ago
  47. 7955091 all.sh: align-dev: move functions to the right place by Manuel Pégourié-Gonnard · 10 months ago
  48. c974134 all.sh: align with development: whitespace by Manuel Pégourié-Gonnard · 10 months ago
  49. a739542 Adjust file path for translate_ciphers.py by Elena Uziunaite · 10 months ago
  50. 1d8a225 Adjust file path for generate_tls13_compat_tests.py by Elena Uziunaite · 10 months ago
  51. 7f5ec13 Adjust file path for generate_ssl_debug_helpers.py by Elena Uziunaite · 10 months ago
  52. 6f4ec30 Move some files to framework repository by Elena Uziunaite · 10 months ago
  53. 1abc800 Minor readability improvements by Gilles Peskine · 10 months ago
  54. ccd1440 Remove ignore list entries that don't apply in 3.6 by Gilles Peskine · 10 months ago
  55. 4e606db Switch outcome analysis to enforcing that all tests are executed by Gilles Peskine · 10 months ago
  56. 44fdd92 Add ALT-adjacent config option to the test coverage ignore list by Gilles Peskine · 10 months ago
  57. 47243fd Add ignore list entries for configurations that are not tested by Gilles Peskine · 11 months ago
  58. 1a17627 Add ignore list entries for crypto tests that are not executed by Gilles Peskine · 11 months ago
  59. 419a584 Add ignore list entries for TLS tests that are not executed by Gilles Peskine · 11 months ago
  60. 1fac371 In PSA generated tests, ignore patterns for which an issue has been raised by Gilles Peskine · 11 months ago
  61. 72396da In PSA generated tests, don't ignore not-implemented in some negative tests by Gilles Peskine · 11 months ago
  62. d8da2fc In PSA generated tests, ignore mechanisms that are not implemented by Gilles Peskine · 11 months ago
  63. 1171697 Merge pull request #9669 from gilles-peskine-arm/analyze_outcome-split-3.6 by Gilles Peskine · 10 months ago
  64. 5d633ff Default to allowing partial test coverage by Gilles Peskine · 10 months ago
  65. 8981203 Move test case analysis modules to framework repository by Gilles Peskine · 10 months ago
  66. 738a597 Adjust paths for impending moves to the framework by Gilles Peskine · 10 months ago
  67. 8536c3c Merge pull request #9161 from mpg/doc-guards by Manuel Pégourié-Gonnard · 10 months ago gh-readonly-queue/mbedtls-3.6/pr-9161-c3ef0c78e81edb57b0dcc3fd622cc8a74e6abc6b
  68. 45a32b1 Separate code and data of outcome analysis by Gilles Peskine · 10 months ago
  69. 39f5d79 Pass KNOWN_TASKS as an argument to main by Gilles Peskine · 10 months ago
  70. 4d557d8 Typecheck main by Gilles Peskine · 10 months ago
  71. c2df8d4 Don't reuse a variable name inside a function by Gilles Peskine · 10 months ago
  72. 40a98a4 Missing NotImplementedError in abstract method by Gilles Peskine · 10 months ago
  73. 38de3e5 Remove sample ignore list elements for coverage by Gilles Peskine · 10 months ago
  74. efe084b Create a module to split branch-independent code out of analyze_outcomes.py by Gilles Peskine · 10 months ago
  75. eba0097 Split test case collection from checks by Gilles Peskine · 10 months ago
  76. 31e3152 Create a module to split test case collection from checks by Gilles Peskine · 10 months ago
  77. 1398556 check_test_cases.py: make 3.6 identical with development by Gilles Peskine · 10 months ago
  78. e9603cb Don't use the "allow list" terminology any longer by Gilles Peskine · 10 months ago
  79. 7960b76 Switch coverage analysis to IGNORE_TESTS for its allowlist by Gilles Peskine · 11 months ago
  80. 5ef96c6 Simplify sub-test-suite handling in is_test_case_ignored by Gilles Peskine · 11 months ago
  81. 9b7cdd9 Move test case ignore list to the master Task class by Gilles Peskine · 11 months ago
  82. 0a7d96d Remove now-useless level of method call indirection by Gilles Peskine · 11 months ago
  83. 95b2b0c Move analysis functions into their respective classes by Gilles Peskine · 11 months ago
  84. 0e5e57b Remove dead code that was handling stringly typed data by Gilles Peskine · 11 months ago
  85. 92cc8db Replace stringly typed data by class: driver vs reference (data) by Gilles Peskine · 11 months ago
  86. 17e071b Replace stringly typed data by class: driver vs reference (code) by Gilles Peskine · 11 months ago
  87. 0316f10 Replace stringly typed data by class: coverage by Gilles Peskine · 11 months ago
  88. 00ed057 Replace stringly typed data by class: prepare by Gilles Peskine · 11 months ago
  89. 02f0f9f Merge remote-tracking branch 'mbedtls-3.6' into tls13-middlebox-compat-disabled-3.6 by Gilles Peskine · 10 months ago
  90. f0d2eb5 Merge pull request #9603 from gilles-peskine-arm/test-ref-configs-go-away-3.6 by Gilles Peskine · 10 months ago
  91. cbacb06 Merge pull request #9511 from gabor-mezei-arm/9325_bp36_move_config.py_to_framework by Ronald Cron · 11 months ago
  92. 77e6ded armv8 AES, SHA: simplify structure and fix copypasta by Gilles Peskine · 1 year, 2 months ago
  93. 0683fd7 Use .s extension for assembly by Gilles Peskine · 1 year, 2 months ago
  94. 20e1766 Use -O2 for build+test with earliest compilers by Gilles Peskine · 1 year, 2 months ago
  95. 5ea3298 Fix spurious * in regex by Gilles Peskine · 1 year, 2 months ago
  96. 574b292 Don't set LD to a path with a typo for mingw by Gilles Peskine · 1 year, 2 months ago
  97. 2cdcec9 Remove obsolete requirement for GnuTLS %DISABLE_TLS13_COMPAT_MODE by Gilles Peskine · 11 months ago
  98. 4daaafe Fix sensitivity of tls13-compat.sh to the exact generation method by Gilles Peskine · 11 months ago
  99. 0e9ba08 Automatically generate tests/opt-testcases/tls13-compat.sh by Gilles Peskine · 11 months ago
  100. dfede5a generate_tls13_compat_tests: change default mode to all by Gilles Peskine · 11 months ago