1. 40486a4 Merge pull request #10209 from bjwtaylor/remove-MBEDTLS_USE_PSA_CRYPTO-code by Gilles Peskine · 7 days ago gh-readonly-queue/development/pr-10209-3e23cdc754cce64cf6aa124d6872d49d7dec7d77
  2. ae9dbaa Merge pull request #10315 from bjwtaylor/include-private-pk by Gilles Peskine · 7 days ago
  3. 0768726 restoring test comment that refer to USE_PSA by Ben Taylor · 3 weeks ago
  4. 39a68bf removed additional references to USE_PSA in tests and comments by Ben Taylor · 3 weeks ago
  5. 9020426 remove MBEDTLS_USE_PSA_CRYPTO from tests by Ben Taylor · 8 weeks ago
  6. d560799 Adjust libtestdriver1_rewrite.pl to work on private by Ben Taylor · 8 days ago
  7. 01def64 Unit tests for check_config.h by Gilles Peskine · 3 months ago
  8. dfd501d depends.py: Adapt to the removal of legacy crypto config options by Ronald Cron · 2 weeks ago
  9. fb03d13 depends.py: Remove cipher_padding domain by Ronald Cron · 4 weeks ago
  10. 0668036 Replace MBEDTLS_AES_C by Ronald Cron · 2 weeks ago
  11. e13c701 all.sh: Remove unset of now removed legacy symmetric crypto options by Ronald Cron · 2 weeks ago
  12. 892bb61 all.sh: Remove unset of now removed legacy RSA config options by Ronald Cron · 2 weeks ago
  13. 772a8ad all.sh: Remove unset of now removed legacy hash config options by Ronald Cron · 2 weeks ago
  14. b5fd7b9 Merge pull request #10295 from gilles-peskine-arm/nv-seed-only-prepare-mbedtls by Ronald Cron · 3 weeks ago gh-readonly-queue/development/pr-10295-4e9d91005f3e1b8823b358515f92339968acfbac
  15. abafe32 Merge pull request #10297 from ronald-cron-arm/remove-legacy-crypto-options-preparation-1 by Ronald Cron · 3 weeks ago
  16. 3c2a1cb Prepare to ignore a new test case by Gilles Peskine · 3 weeks ago
  17. 9edf4c5 test_psa_crypto_config_accel_rsa_crypto: Disable MBEDTLS_GENPRIME by Ronald Cron · 3 weeks ago
  18. 4c48114 analyze_outcomes.py: Ignore test cases depending on MBEDTLS_GENPRIME by Ronald Cron · 4 weeks ago
  19. 50f99ca depends.py: Add warning log by Ronald Cron · 3 weeks ago
  20. e0b06eb test_xts: Remove temporarily file earlier by Ronald Cron · 3 weeks ago
  21. f256f8a Add test_xts component by Ronald Cron · 4 weeks ago
  22. b5c6fcc test_psa_crypto_config_accel_cipher_aead_cmac: Disable POLY1305 by Ronald Cron · 4 weeks ago
  23. 3f12006 build_psa_config_file: Check PSA_WANT_ALG_CMAC instead of MBEDTLS_CMAC_C by Ronald Cron · 5 weeks ago
  24. bd28acf ssl-opt.sh: Remove dependencies on built-in CBC and AES by Ronald Cron · 4 weeks ago
  25. d5da020 depends.py: Do not fail when disabling a non-existing option by Ronald Cron · 5 weeks ago
  26. 5d8d299 Disable PSA_WANT_KEY_TYPE_DES to stop DES from being re-enabled by Ari Weiler-Ofek · 4 weeks ago
  27. 86422e5 Remove: DES selftest, component_test_psa_crypto_config_accel_des and dead DES mentions prior to TF-PSA-Crypto cleanup by Ari Weiler-Ofek · 5 weeks ago
  28. 95c48b3 Turn Wunterminated-string-initialization back into an error by Felix Conway · 6 weeks ago
  29. b1d3e2e Merge pull request #9634 from gabor-mezei-arm/9144_update_depends.py_hashes_domain by Ronald Cron · 8 weeks ago
  30. 3795f8a Remove temporary component created for SHA3 testing by Gabor Mezei · 9 weeks ago
  31. ef013a6 Use PSA macros for the `hashes` domain by Gabor Mezei · 11 months ago
  32. 43c891a Remove requirement on MBEDTLS_PLATFORM_C from configs by Felix Conway · 9 weeks ago
  33. 2649800 Do not disable `PSA_WANT_SHA3` macros when driver accel is used by Gabor Mezei · 9 weeks ago
  34. 4aa974f Remove `MBEDTLS_SHA3_C` config option by Gabor Mezei · 3 months ago
  35. b9d7284 Fix calling `config.py` and update comment by Gabor Mezei · 9 weeks ago
  36. 8e5ee47 Add temporary component for SHA3 testing by Gabor Mezei · 9 weeks ago
  37. b9da11f Test with GCC 15 with sloppy union initialization by Gilles Peskine · 3 months ago
  38. d31a3c3 Merge pull request #10159 from gilles-peskine-arm/union-initialization-gcc15-preliminaries-dev by Gilles Peskine · 3 months ago
  39. f13fd1e Use PSA macros for the `pkalgs` domain by Gabor Mezei · 10 months ago
  40. d0e799a Improve comments by Gilles Peskine · 3 months ago
  41. d69bfb9044 Allow gcc-15 to be in $PATH by Gilles Peskine · 6 months ago
  42. 27f0713 Enable drivers when testing with GCC 15 by Gilles Peskine · 6 months ago
  43. 6e24504 GCC 15: Silence -Wunterminated-string-initialization by Gilles Peskine · 8 months ago
  44. 579475d Test with GCC 15 by Gilles Peskine · 8 months ago
  45. 2439c4c Merge pull request #10090 from valeriosetti/issue9618-development by Gilles Peskine · 3 months ago
  46. 1afedac tests: scripts: add new component to configuration-platform.sh by Valerio Setti · 3 months ago
  47. 0f0304d scripts: tests: fix component_test_full_cmake_clang by Valerio Setti · 4 months ago
  48. 7fb7fda tests: scripts: fix component_test_no_platform() by Valerio Setti · 4 months ago
  49. b13d29e tests: scripts: fix test_cmake_out_of_source by Valerio Setti · 4 months ago
  50. 7ac1184 configs: add PLATFORM_C to configs using ENTROPY_C by Valerio Setti · 4 months ago
  51. 73bd210 tests: remove usage of MBEDTLS_NO_PLATFORM_ENTROPY by Valerio Setti · 4 months ago
  52. 1948c94 added dependencies to test scripts by Ben Taylor · 5 months ago
  53. ad6953f Merge pull request #10114 from felixc-arm/switch-to-which-aes by David Horstmann · 3 months ago
  54. 6908580 Use aesni_crypt_ecb and internal_aes_encrypt to check conditional compilation by Felix Conway · 4 months ago
  55. ad70494 Remove executable permissions and shebang from component-platforms.sh by Felix Conway · 4 months ago
  56. 8e13c8f Add shebang to fix CI error by Felix Conway · 4 months ago
  57. 5081d65 Switch all.sh components from selftest to which_aes by Felix Conway · 4 months ago
  58. 6fedc4e Add executable permissions to new perl file by Felix Conway · 4 months ago
  59. 1ef121c Move script and update shebang to fix CI by Felix Conway · 4 months ago
  60. 444db89 Remove check-generated-files.sh by Ronald Cron · 4 months ago
  61. 5d9b9d2 Rename mbedtls-all.sh to just all.sh by Ronald Cron · 4 months ago
  62. 8e2d40d Remove all.sh wrapper by Ronald Cron · 4 months ago
  63. 133f7aa Add MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES to ignore list for CI by Felix Conway · 5 months ago
  64. 92efce2 [development] Remove code relating to MBEDTLS_PSA_INJECT_ENTROPY by Felix Conway · 5 months ago
  65. 4cd8fbb Use TF_PSA_CRYPTO_ROOT_DIR by Ronald Cron · 5 months ago
  66. aa5c159 all.sh: check generated files: Use make_generated_files.py by Ronald Cron · 5 months ago
  67. 99226e9 cmake: Generate test_keys.h and test_certs.h in the build tree by Ronald Cron · 6 months ago
  68. 81a674e Adapt to generate_config_tests.py changes by Ronald Cron · 5 months ago
  69. 9f2939c test: components: remove references to MBEDTLS_PSA_CRYPTO_SE_C by Valerio Setti · 5 months ago
  70. e1e2730 Remove `MBEDTLS_KEY_EXCHANGE_RSA_ENABLED` config option by Gabor Mezei · 5 months ago
  71. a2a0c2c Merge remote-tracking branch 'origin/features/tls-defragmentation/development' into feature_merge_defragmentation_dev by Minos Galanakis · 5 months ago
  72. 6408113 tests: move component_test_tf_psa_crypto_cmake_as_package to tf-psa-crypto by Valerio Setti · 5 months ago
  73. 2d1f260 Merge pull request #9954 from gabor-mezei-arm/9753_migrate_RSA_key_exchange_tests by Ronald Cron · 5 months ago
  74. e85ece6 Handshake defragmentation: reassemble incrementally by Gilles Peskine · 5 months ago
  75. 92e49e1 Update comment by Gabor Mezei · 5 months ago
  76. c27757b Add new test component by Gabor Mezei · 5 months ago
  77. 461899e analyze_outcomes.py: remove exceptions for MBEDTLS_DHM_C by Valerio Setti · 6 months ago
  78. eb63eb2 etests: remove MBEDTLS_DHM_C/DHM occurrencies by Valerio Setti · 6 months ago
  79. e0bd20b Generate handshake defragmentation test cases: update analyze_outcomes by Gilles Peskine · 5 months ago
  80. 4773333 New generated file: tests/opt-testcases/handshake-generated.sh by Gilles Peskine · 5 months ago
  81. 5df993d Merge remote-tracking branch 'development' into tls-defragmentation-merge-development-20250303 by Gilles Peskine · 5 months ago
  82. 19dbbe0 analyze_outcomes: Temporary disabled 3 HS Degragmentation tests. by Minos Galanakis · 5 months ago
  83. 9b4035c Update path for moved test_zeroize.gdb script by Harry Ramsey · 6 months ago
  84. d096793 Update paths for moved program files in components-build-system.sh by Harry Ramsey · 6 months ago
  85. b14141d Move programs out of Mbed TLS by Harry Ramsey · 6 months ago
  86. 2a75a60 Update path to user-config-zeroize-memset.h by Harry Ramsey · 6 months ago
  87. 24e6ecb tests: move components-compliance.sh to tf-psa-crypto repo by Valerio Setti · 6 months ago
  88. 8438c63 tests: remove references to DHE-RSA by Valerio Setti · 7 months ago
  89. da1673c components-compliance.sh: update references to test_psa_compliance.py by Valerio Setti · 6 months ago
  90. 2ef5535 components-configuration.sh: update references to test_psa_constant_names.py by Valerio Setti · 6 months ago
  91. 40e14a7 Move files out of Mbed TLS by Valerio Setti · 6 months ago
  92. 94c386a Update config paths in scripts by Harry Ramsey · 7 months ago
  93. 7554eea Disable 224K1 while testing the other curves by Gabor Mezei · 6 months ago
  94. fe14d85 Remove unused symbol by Gabor Mezei · 7 months ago
  95. 069e3e6 Remove reference for `PSA_WANT_ALG_SECP_K1_224` by Gabor Mezei · 7 months ago
  96. 0a2f257 Use symbol matching for the curves domain by Gabor Mezei · 7 months ago
  97. 1c49cff Use PSA macros for the `curves` domain by Gabor Mezei · 11 months ago
  98. 189dcf6 Merge pull request #9910 from valeriosetti/issue9684 by Ronald Cron · 6 months ago gh-readonly-queue/development/pr-9910-7e1154c959fec59aabb9dfa60daed067d0779026
  99. 7e1154c Merge pull request #9906 from mpg/rm-conf-curves by Manuel Pégourié-Gonnard · 6 months ago
  100. 6e892cb components-configuration-crypto.sh: remove references to DHE_PSK kex by Valerio Setti · 7 months ago