1. fc1b6f5 Mention the option name for the dynamic key store by Gilles Peskine · 12 months ago
  2. 5435850 Merge pull request #9457 from gilles-peskine-arm/announce-4.0-removals-202408 by Janos Follath · 12 months ago
  3. 7f9470a Merge pull request #9451 from minosgalanakis/fix-v3.6-issues-9186-and-9188-bp by Gilles Peskine · 12 months ago
  4. 47bf23f PSA PAKE wasn't in 2.28 by Gilles Peskine · 12 months ago
  5. ce629a6 entropy.h is also going away by Gilles Peskine · 12 months ago
  6. ee73321 Mention interfaces replaced by PSA drivers by Gilles Peskine · 12 months ago
  7. 3001e27 Update the submodule to the head of PR in the framework repository by Michael Schuster · 1 year ago
  8. 3b41e1d Merge pull request #9403 from gilles-peskine-arm/psa-keystore-dynamic-prep-3.6 by Gilles Peskine · 12 months ago
  9. aaa9672 Improve documentation in some tests by Gilles Peskine · 12 months ago
  10. a11687e Revised presentation of cipher suites by Gilles Peskine · 12 months ago
  11. 6df289a More relevant characterisation of PSA being from before 3.0 by Gilles Peskine · 12 months ago
  12. 086bc91 Improve mechanism grouping by Gilles Peskine · 12 months ago
  13. 5e64de0 Fix missing bits in crypto mechanisms by Gilles Peskine · 12 months ago
  14. aada0c8 Mention the PSA transition guide by Gilles Peskine · 12 months ago
  15. 1b240c7 Announce the main removals planned for 4.0 by Gilles Peskine · 12 months ago
  16. a9083b7 PSA_DONE: account for MBEDTLS_TEST_PSA_INTERNAL_KEYS by Gilles Peskine · 12 months ago
  17. 5eca402 Fix inverted assertion message by Gilles Peskine · 12 months ago
  18. 4306a69 Merge pull request #9437 from tom-daubney-arm/bp_3-6_standardise_proj_detection by Tom Cosgrove · 12 months ago
  19. a542420 Call in_mbedtls_repo by Thomas Daubney · 12 months ago
  20. 7ee1a4e Merge pull request #9235 from gilles-peskine-arm/psa_generate_key_custom-3.6 by Gilles Peskine · 12 months ago
  21. 5f0b64a Move some proj detection code inside pre_check_environment by Thomas Daubney · 12 months ago
  22. 14b87f6 Match spacing in pointer types in documentation with the code style by Gilles Peskine · 1 year ago
  23. 4a85ff3 Rename one more deprecated identifier by Gilles Peskine · 1 year, 1 month ago
  24. 0d619b2 Documentation improvements by Gilles Peskine · 1 year, 1 month ago
  25. 52504f8 Rename internal function psa_key_production_parameters_are_default by Gilles Peskine · 1 year, 2 months ago
  26. 472c10f key_custom: update analyze_outcomes.py by Gilles Peskine · 1 year, 2 months ago
  27. f5db72b Test cpp_dummy_build in pedantic mode by Gilles Peskine · 1 year, 2 months ago
  28. d865c42 Changelog entry for the move from key_ext to key_custom functions by Gilles Peskine · 1 year, 2 months ago
  29. 14134e7 Remove some tests of psa_generate_key_ext by Gilles Peskine · 1 year, 2 months ago
  30. e65cca2 Document the key_ext functions as deprecated by Gilles Peskine · 1 year, 2 months ago
  31. 603b5b8 Documentation: point to key_custom instead of key_ext by Gilles Peskine · 1 year, 2 months ago
  32. a8e39f2 Update PSA wrappers by Gilles Peskine · 1 year, 2 months ago
  33. f36d785 Implement psa_generate_key_custom by Gilles Peskine · 1 year, 2 months ago
  34. 5830505 Fix missing-prototype error for the print_buf functions in sample programs by Michael Schuster · 1 year, 1 month ago
  35. 9bf1875 Revert commit 33af72df in order to not depend on test code by Michael Schuster · 1 year, 1 month ago
  36. 46a6e73 Fix format-pedantic error in programs/test/metatest.c by Michael Schuster · 1 year, 2 months ago
  37. ff4d6ae Use correct conditionals in programs/ssl (fix unused-function errors) by Michael Schuster · 1 year, 2 months ago
  38. ab4951f Add missing include in tests/src/psa_memory_poisoning_wrappers.c to fix missing-prototype error by Michael Schuster · 1 year, 2 months ago
  39. 6a3573a Fix Uncrustify errors in modified tests/suites to satisfy check_code_style test by Michael Schuster · 1 year, 2 months ago
  40. 275b698 Use correct test case conditionals for helper functions in tests/suites by Michael Schuster · 1 year, 2 months ago
  41. 6d6cae5 Fix tests build with MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS enabled by Michael Schuster · 1 year, 2 months ago
  42. 4d0d0ec Move the -Wmissing-prototypes option from library/CMakeLists.txt to the top-level CMakeLists.txt for GCC & Clang by Michael Schuster · 1 year, 2 months ago
  43. 31b1cb8 Adjust spacing in tests/suites function sources by Michael Schuster · 1 year, 2 months ago
  44. b1e33fb Fix missing-prototype errors in tests/suites by Michael Schuster · 1 year, 2 months ago
  45. 8cc43f2 Fix unused-function error for ecjpake_operation_setup in test_suite_psa_crypto.function by Michael Schuster · 1 year, 2 months ago
  46. 82984bc Adjust spacing in sample programs by Michael Schuster · 1 year, 2 months ago
  47. 6fa32fd Fix missing-prototype errors in sample programs by Michael Schuster · 1 year, 2 months ago
  48. 41a686b Fix missing-prototype error in programs/fuzz by moving LLVMFuzzerTestOneInput prototype to common.h by Michael Schuster · 1 year, 2 months ago
  49. 3a4c431 Move print_buf into mbedtls_test_print_buf helper function in sample programs by Michael Schuster · 1 year, 2 months ago
  50. b4d55bb Add missing include in tests/src/asn1_helpers.c by Michael Schuster · 1 year, 2 months ago
  51. 83222b8 Add -Wmissing-prototypes to component_build_no_ssl_srv and component_build_no_ssl_cli in all.sh by Minos Galanakis · 12 months ago
  52. 5be4fd7 Fix build of v3.6 with unset MBEDTLS_DHM_C but MBEDTLS_USE_PSA_CRYPTO set (fixes #9188) by Michael Schuster · 1 year, 2 months ago
  53. c9184fe Fix server mode only build of v3.6 with MBEDTLS_SSL_CLI_C unset (fixes #9186) by Michael Schuster · 1 year, 2 months ago
  54. 095cf69 Merge pull request #9444 from minosgalanakis/all-sh-separate-components_36bp by Manuel Pégourié-Gonnard · 12 months ago
  55. bd6b98f all.sh/components: Removed components.sh by Minos Galanakis · 1 year ago
  56. bb42737 all.sh/components: Moved build_aes_via_padlock to platform component. by Minos Galanakis · 1 year ago
  57. 5f6d2e3 all.sh/components: Moved driver components to configuration crypto. by Minos Galanakis · 1 year ago
  58. 0c0c3e1 all.sh/components: Moved more components to configuration crypto. by Minos Galanakis · 1 year ago
  59. 4ca7b14 all.sh/components: Fixed a typo in configuration-tls. by Minos Galanakis · 1 year ago
  60. 85347d1 all.sh/components: Moved more components to configuration tls. by Minos Galanakis · 1 year ago
  61. 4a2a351 Extract sanitizer components into a separate file. by Minos Galanakis · 1 year ago
  62. f0cd95b Extract platform components into a separate file. by Minos Galanakis · 1 year ago
  63. 93a8c08 Extract configuration components into a separate file. by Minos Galanakis · 1 year ago
  64. 27968c1 Extract configuration-x509 components into a separate file. by Minos Galanakis · 1 year ago
  65. 5b4386c Extract configuration-platform components into a separate file. by Minos Galanakis · 1 year ago
  66. 3ece57e Extract configuration-crypto-components into a separate file. by Minos Galanakis · 1 year ago
  67. b49e884 Merge pull request #9309 from gilles-peskine-arm/psa-keystore-design-doc-3.6 by Gilles Peskine · 1 year ago
  68. b298d1f Extract compliance-components into a separate file. by Minos Galanakis · 1 year ago
  69. 3bd6c30 Extract compiler-components into a separate file. by Minos Galanakis · 1 year ago
  70. 2148e5c Extract build-components into a separate file. by Minos Galanakis · 1 year ago
  71. e431739 Extract basic-components into a separate file. by Minos Galanakis · 1 year ago
  72. f7d1cb0 Separate all.sh from components. by Minos Galanakis · 1 year ago
  73. 52992e5 Merge pull request #9395 from sezrab/mbedtls_test_ssl_message_queue_pop_info-3.6 by Bence Szépkúti · 1 year ago
  74. f1f086e Applied consistent style. by Minos Galanakis · 1 year ago
  75. 7771119 Created placeholder component files. by Minos Galanakis · 1 year ago
  76. d289fa1 Merge pull request #9432 from gabor-mezei-arm/9158_bp36_update_framework by Ronald Cron · 1 year ago
  77. fef3cc3 Update framework by Gabor Mezei · 1 year ago
  78. 2f55640 Add functions to detect project by Thomas Daubney · 1 year ago
  79. ecb3936 Introduce project_name.txt by Thomas Daubney · 1 year, 8 months ago
  80. fd01bec Miscellaneous clarifications by Gilles Peskine · 1 year ago
  81. f13fdf8 Expand on performance by Gilles Peskine · 1 year ago
  82. 1a0107b Discuss why we have so many variants by Gilles Peskine · 1 year ago
  83. dbd726b Link to issue about freeing empty slices by Gilles Peskine · 1 year ago
  84. ac6b610 Improve and fix explanation of next_free by Gilles Peskine · 1 year ago
  85. 7d8abab Update macro name about the static key store by Gilles Peskine · 1 year ago
  86. 47f3fcd Typos and minor clarifications by Gilles Peskine · 1 year ago
  87. b38e960 Merge pull request #9419 from ronald-cron-arm/move-crypto-test-suites-3.6 by Ronald Cron · 1 year ago
  88. 1640bd3 Update auto-generated psa_test_wrappers. by Ronald Cron · 1 year ago
  89. e5bbb2f Update the framework submodule to the merge of PR38 by Ronald Cron · 1 year ago
  90. 62b0976 Update framework as in PR 9394 by Ronald Cron · 1 year ago
  91. 467775e programs: fuzz: Fix comment by Ronald Cron · 1 year, 1 month ago
  92. c025f31 tests: CMake: Align/fix config test suite generation by Ronald Cron · 1 year, 1 month ago
  93. 977766c CMake: Include CMakePrintHelpers by Ronald Cron · 1 year, 1 month ago
  94. c297c76 Fix copypasta by Gilles Peskine · 1 year, 1 month ago
  95. 33218d2 Merge pull request #9329 from sezrab/replace_MBEDTLS_MD_CAN_MD5_with_PSA_WANT-3.6 by Gilles Peskine · 1 year, 1 month ago
  96. 7d3451d Merge pull request #9388 from eleuzi01/backport-9285 by Gilles Peskine · 1 year, 1 month ago
  97. ab26f5c Merge pull request #9386 from eleuzi01/backport-9287 by Paul Elliott · 1 year, 1 month ago
  98. d66dc64 Keep track of PSA keys used interally by Gilles Peskine · 1 year, 1 month ago
  99. f39b2e0 Fix spurious test case failure with accelerated AES by Gilles Peskine · 1 year, 2 months ago
  100. 8a13d82 Improve full-key-store tests by Gilles Peskine · 1 year, 2 months ago