1. ac637ac Make check_config.h private by Gilles Peskine · 14 days ago
  2. 018e098 New source file for configuration checks by Gilles Peskine · 4 weeks ago
  3. b23424c Merge pull request #10317 from ronald-cron-arm/legacy-crypto-options-cleanup by Ronald Cron · 11 days ago
  4. 3bb528d Merge pull request #10205 from bjwtaylor/move-fuzz-progs-2 by Gilles Peskine · 11 days ago gh-readonly-queue/development/pr-10205-a4bd67f3e7256bf0e3d5ea4571ea03edf7d54ba2
  5. a4bd67f Merge pull request #10274 from bjwtaylor/rename-mbedtls_pk_setup_opaque by Gilles Peskine · 11 days ago gh-readonly-queue/development/pr-10274-722d982ab7b23d324c45eea80d12f0d5ac2aa200
  6. 02c76eb Add minor corrections to the fuzz Makefile by Ben Taylor · 12 days ago
  7. 361ce2b Rename mbedtls_pk_setup_opaque to mbedtls_pk_wrap_psa by Ben Taylor · 5 weeks ago
  8. 250e8b8 Update submodule pointer by Ben Taylor · 13 days ago
  9. 4e85cbd update submodules to pull in previous PR's by Ben Taylor · 8 weeks ago
  10. 8beeed0 Add further updates to paths by Ben Taylor · 8 weeks ago
  11. 60a5b32 Correct onefile name by Ben Taylor · 9 weeks ago
  12. 52510b2 Update header names by Ben Taylor · 9 weeks ago
  13. c7c480a Revert temporary merge changes by Ben Taylor · 9 weeks ago
  14. 5eb9aba mbedtls_config.h: Update "requires" comments by Ronald Cron · 2 weeks ago
  15. dfd501d depends.py: Adapt to the removal of legacy crypto config options by Ronald Cron · 2 weeks ago
  16. fb03d13 depends.py: Remove cipher_padding domain by Ronald Cron · 4 weeks ago
  17. 0668036 Replace MBEDTLS_AES_C by Ronald Cron · 2 weeks ago
  18. e13c701 all.sh: Remove unset of now removed legacy symmetric crypto options by Ronald Cron · 2 weeks ago
  19. 892bb61 all.sh: Remove unset of now removed legacy RSA config options by Ronald Cron · 2 weeks ago
  20. 8719c2f ssl_misc.h: Update PKCS1 dependencies by Ronald Cron · 2 weeks ago
  21. 772a8ad all.sh: Remove unset of now removed legacy hash config options by Ronald Cron · 2 weeks ago
  22. 722d982 Merge pull request #10309 from bensze01/rename-tf-psa-crypto-common.h by Bence Szépkúti · 13 days ago
  23. 89becc9 Update framework submodule by Bence Szépkúti · 2 weeks ago
  24. e6167e7 Update tf-psa-crypto submodule by Bence Szépkúti · 3 weeks ago
  25. 27125ce Update references to tf-psa-crypto/core/common.h by Bence Szépkúti · 3 weeks ago
  26. f2d4cbb Merge pull request #10276 from bjwtaylor/switch-to-mbedtls_pk_verify_new by Gilles Peskine · 2 weeks ago
  27. 5be8511 Fix too many arguments in mbedtls_pk_verify_new by Ben Taylor · 3 weeks ago
  28. 0c787e3 Remove additional calls to mbedtls_pk_verify_ext by Ben Taylor · 3 weeks ago
  29. 0de8761 Remove additional calls to mbedtls_pk_verify_ext by Ben Taylor · 3 weeks ago
  30. 306ffd3 Switch to mbedtls_pk_verify_new by Ben Taylor · 4 weeks ago
  31. 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
  32. 4e9d910 Merge pull request #10272 from bjwtaylor/include-private-pk by Gilles Peskine · 3 weeks ago
  33. bdc0901 Merge pull request #10307 from amtkarm1/private-access-err-fix by Bence Szépkúti · 3 weeks ago
  34. 1030f80 Add private include to additional files by Ben Taylor · 3 weeks ago
  35. c801d32 include private pk.h internally by Ben Taylor · 5 weeks ago
  36. 375fab7 Added a fix for the CI failure due to private access error by Anton Matkin · 3 weeks ago
  37. 0b49112 Merge pull request #10212 from bjwtaylor/remove-hkdf by Gilles Peskine · 3 weeks ago
  38. d2c293b Merge pull request #10115 from bjwtaylor/move-fuzz-progs by Manuel Pégourié-Gonnard · 3 weeks ago
  39. 6582237 Merge pull request #10304 from davidhorstmann-arm/disambiguate-doxygen-filename by Gilles Peskine · 3 weeks ago gh-readonly-queue/development/pr-10304-05ffb5e81709024b74b0b12e3e8cc13c4abdee36
  40. 05ffb5e Merge pull request #10302 from bensze01/freebsd by Bence Szépkúti · 3 weeks ago
  41. 901cca7 Disambiguate version.h in doxygen comment by David Horstmann · 3 weeks ago
  42. abafe32 Merge pull request #10297 from ronald-cron-arm/remove-legacy-crypto-options-preparation-1 by Ronald Cron · 3 weeks ago
  43. 5956d28 Restrict CI-specific python requirements to Linux by Bence Szépkúti · 3 weeks ago
  44. 9dda0ca Don't install cryptography on the FreeBSD CI by Bence Szépkúti · 3 weeks ago
  45. 4561164 Freeze cryptography version on the CI at 35.0.0 by Bence Szépkúti · 3 weeks ago
  46. ce7de61 cmake: Fix list of TF-PSA-Crypto library targets by Ronald Cron · 3 weeks ago
  47. 8f548c9 Merge pull request #10256 from ariwo17/psa-dlopen-demo by minosgalanakis · 3 weeks ago
  48. 3c2a1cb Prepare to ignore a new test case by Gilles Peskine · 3 weeks ago
  49. 606671b Explicitly enable built-in entropy in sample and test configs by Gilles Peskine · 3 weeks ago
  50. 30a53fe Update TF-PSA-Crypto submodule to PSA-only dynamic loading by Ari Weiler-Ofek · 3 weeks ago
  51. c3d54b6 Fix comment in dlopen.c to remove reference to deprecated API by Ari Weiler-Ofek · 3 weeks ago
  52. abcfd4c Modified dlopen.c and tfpsacrypto_dlopen.c so that they use PSA API-only dynamic loading by Ari Weiler-Ofek · 7 weeks ago
  53. 9edf4c5 test_psa_crypto_config_accel_rsa_crypto: Disable MBEDTLS_GENPRIME by Ronald Cron · 3 weeks ago
  54. 4c48114 analyze_outcomes.py: Ignore test cases depending on MBEDTLS_GENPRIME by Ronald Cron · 4 weeks ago
  55. a5f3648 Replace legacy RSA crypto options in check_config.h by Ronald Cron · 5 weeks ago
  56. 50f99ca depends.py: Add warning log by Ronald Cron · 3 weeks ago
  57. e0b06eb test_xts: Remove temporarily file earlier by Ronald Cron · 3 weeks ago
  58. f256f8a Add test_xts component by Ronald Cron · 4 weeks ago
  59. b5c6fcc test_psa_crypto_config_accel_cipher_aead_cmac: Disable POLY1305 by Ronald Cron · 4 weeks ago
  60. 3f12006 build_psa_config_file: Check PSA_WANT_ALG_CMAC instead of MBEDTLS_CMAC_C by Ronald Cron · 5 weeks ago
  61. fbd5157 ssl-opt.sh: Replace MBEDTLS_ECP_DP_* dependencies by Ronald Cron · 4 weeks ago
  62. 68ba7f7 ssl-opt.sh: Replace MBEDTLS_RSA_C dependencies by Ronald Cron · 5 weeks ago
  63. bd28acf ssl-opt.sh: Remove dependencies on built-in CBC and AES by Ronald Cron · 4 weeks ago
  64. d5da020 depends.py: Do not fail when disabling a non-existing option by Ronald Cron · 5 weeks ago
  65. aeac0b3 Disable new platform-related option by Gilles Peskine · 4 weeks ago
  66. ba2376c Merge pull request #10275 from ariwo17/remove-des-core-before-crypto by David Horstmann · 4 weeks ago
  67. 7aa58bc Merge pull request #10281 from amtkarm1/task-private-headers-gen-errors-pl by Manuel Pégourié-Gonnard · 4 weeks ago
  68. a3e1e95 Merge pull request #10286 from davidhorstmann-arm/update-4.x-lts-timeline by Ronald Cron · 4 weeks ago
  69. 5d8d299 Disable PSA_WANT_KEY_TYPE_DES to stop DES from being re-enabled by Ari Weiler-Ofek · 4 weeks ago
  70. c1d9531 Do not link against builtin/everest/p256m libraries anymore by Ronald Cron · 7 weeks ago
  71. b5e2836 Update note about the first 4.x LTS by David Horstmann · 4 weeks ago
  72. 0807268 remove hkdf header file from query_config template by Ben Taylor · 8 weeks ago
  73. 0c10d9b Improved the error generating script, so that it is a little more explicit by Anton Matkin · 4 weeks ago
  74. 04c4d9c Updated tf-psa-crypto pointer to tf-psa-crypto1.0.0-beta_mergeback by Minos Galanakis · 4 weeks ago
  75. 4716308 Bring forward ChangeLog changes. by Minos Galanakis · 5 weeks ago
  76. 83bef5b Merge tag 'mbedtls-4.0.0-beta' into mbedtls-4.0.0-beta-mergeback by Minos Galanakis · 4 weeks ago
  77. f94bc63 Updated generate_errors.pl to include private directories too: the header is deemed to be private if it is in a private subdirectory by Anton Matkin · 4 weeks ago
  78. 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
  79. a9ff1c4 Merge pull request #10262 from ariwo17/remove-des-from-error-generation by David Horstmann · 5 weeks ago
  80. 2795197 Remove DES handling from error generator by Ari Weiler-Ofek · 5 weeks ago
  81. 5341e3c Update tf-psa-crypto submodule to include DES error macro changes by Ari Weiler-Ofek · 5 weeks ago
  82. 64e80dd Merge pull request #10255 from gilles-peskine-arm/migration-guide-20250624-mbedtls by Manuel Pégourié-Gonnard · 5 weeks ago
  83. 159a652 Minor clarifications by Gilles Peskine · 5 weeks ago
  84. 0b44f56 Typos by Gilles Peskine · 5 weeks ago
  85. 5acb3a5 Copyediting by Gilles Peskine · 6 weeks ago
  86. ac18d0c Fix spelling of mbedtls_low_level_strerr by Gilles Peskine · 6 weeks ago
  87. 9b69972 Remove crypto error codes, refer to the crypto guide instead by Gilles Peskine · 6 weeks ago
  88. bf92bae Copy error-codes.md from tf-psa-crypto by Gilles Peskine · 6 weeks ago
  89. d3a6cbb Subsection for the removal of explicit RNG contexts by Gilles Peskine · 6 weeks ago
  90. 9000633 Move some crypto changelog files to TF-PSA-Crypto by Gilles Peskine · 6 weeks ago
  91. 2649aa2 TLS key exchange removals by Gilles Peskine · 6 weeks ago
  92. 2ee5c55 Fix spelling of psa_generate_random() by Gilles Peskine · 6 weeks ago
  93. fbab8c1 General notes about the transition to PSA by Gilles Peskine · 6 weeks ago
  94. 72968cc Generalize the section on function prototype changes by Gilles Peskine · 6 weeks ago
  95. f6c03d1 typo by Gilles Peskine · 6 weeks ago
  96. 826225fe Migration guide entries for removed deprecated functions by Gilles Peskine · 6 weeks ago
  97. a0e06dd Don't mention changes to fields that were already private by Gilles Peskine · 6 weeks ago
  98. 15037de Consolidate changes to mbedtls_ssl_ticket_setup() by Gilles Peskine · 6 weeks ago
  99. 663b6df Generalize section to other function prototype changes by Gilles Peskine · 6 weeks ago
  100. 6f035a8 Explain why the programs have been removed by Gilles Peskine · 6 weeks ago