1. f828f04 Fix Uncrustify errors in modified tests/suites to satisfy check_code_style test by Michael Schuster · 1 year, 2 months ago
  2. a3cc463 Use correct test case conditionals for helper functions in tests/suites by Michael Schuster · 1 year, 2 months ago
  3. 8f60655 Fix tests build with MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS enabled by Michael Schuster · 1 year, 2 months ago
  4. 1da4ed1 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
  5. bd89b79 Adjust spacing in tests/suites function sources by Michael Schuster · 1 year, 2 months ago
  6. 54300d4 Fix missing-prototype errors in tests/suites by Michael Schuster · 1 year, 2 months ago
  7. 87825ab Fix unused-function error for ecjpake_operation_setup in test_suite_psa_crypto.function by Michael Schuster · 1 year, 2 months ago
  8. 0420093 Adjust spacing in sample programs by Michael Schuster · 1 year, 2 months ago
  9. 8db8d61 Fix missing-prototype errors in sample programs by Michael Schuster · 1 year, 2 months ago
  10. e708e86 Fix missing-prototype error in programs/fuzz by moving LLVMFuzzerTestOneInput prototype to common.h by Michael Schuster · 1 year, 2 months ago
  11. 4595e68 Move print_buf into mbedtls_test_print_buf helper function in sample programs by Michael Schuster · 1 year, 2 months ago
  12. 2b87afb Add missing include in tests/src/asn1_helpers.c by Michael Schuster · 1 year, 2 months ago
  13. a368c8a Add -Wmissing-prototypes to component_build_no_ssl_srv and component_build_no_ssl_cli in all.sh by Minos Galanakis · 12 months ago
  14. 7e39028 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
  15. 4394067 Fix server mode only build of v3.6 with MBEDTLS_SSL_CLI_C unset (fixes #9186) by Michael Schuster · 1 year, 2 months ago
  16. 195e164 Merge pull request #9427 from valeriosetti/psasim-small-fixes by Tom Cosgrove · 12 months ago
  17. 821b908 Merge pull request #9364 from eleuzi01/replace-ccm by Manuel Pégourié-Gonnard · 12 months ago
  18. 2d5b17b Merge pull request #8609 from tom-daubney-arm/standardise_proj_detection by Tom Cosgrove · 12 months ago
  19. bac7c96 Merge pull request #9446 from gilles-peskine-arm/psa_generate_key_custom-development-forward_then_remove by Gilles Peskine · 12 months ago
  20. b556797 Move some proj detection code inside pre_check_environment by Thomas Daubney · 12 months ago
  21. 2016d66 psasim: small fixes to all.sh and test bash scripts by Valerio Setti · 1 year ago
  22. c256172 Replace MBEDTLS_SSL_HAVE_CCM with PSA_WANT_ALG_CCM by Elena Uziunaite · 1 year, 1 month ago
  23. 7db1bcd Update generated PSA wrappers by Gilles Peskine · 1 year ago
  24. fd46f7f Migrate psasim wrappers to psa_custom_key_parameters_t by Gilles Peskine · 1 year ago
  25. 3077f2f Remove experimental, superseded function psa_generate_key_ext by Gilles Peskine · 1 year ago
  26. 6b3bca5 Follow include path updates for C++ builds by Gilles Peskine · 1 year ago
  27. d5d69bb Match spacing in pointer types in documentation with the code style by Gilles Peskine · 1 year ago
  28. 63d06ef Rename one more deprecated identifier by Gilles Peskine · 1 year, 1 month ago
  29. 6b2709b Documentation improvements by Gilles Peskine · 1 year, 1 month ago
  30. ae8fa71 Rename internal function psa_key_production_parameters_are_default by Gilles Peskine · 1 year, 2 months ago
  31. 1084e8e key_custom: update analyze_outcomes.py by Gilles Peskine · 1 year, 2 months ago
  32. 62ee8fd Test cpp_dummy_build in pedantic mode by Gilles Peskine · 1 year, 2 months ago
  33. b0cc2ad Changelog entry for the move from key_ext to key_custom functions by Gilles Peskine · 1 year, 2 months ago
  34. ae1da98 Remove some tests of psa_generate_key_ext by Gilles Peskine · 1 year, 2 months ago
  35. 8ae5028 Document the key_ext functions as deprecated by Gilles Peskine · 1 year, 2 months ago
  36. e863f86 Documentation: point to key_custom instead of key_ext by Gilles Peskine · 1 year, 2 months ago
  37. b45af2f Update PSA wrappers by Gilles Peskine · 1 year, 2 months ago
  38. f940828 Implement psa_generate_key_custom by Gilles Peskine · 1 year, 2 months ago
  39. be6a471 Merge pull request #9365 from eleuzi01/replace-gcm by Gilles Peskine · 1 year ago
  40. aa6f6d2 Merge pull request #8226 from davidhorstmann-arm/all-sh-separate-components by Manuel Pégourié-Gonnard · 1 year ago
  41. 9c9a3df Merge pull request #9366 from eleuzi01/replace-chachapoly by Gilles Peskine · 1 year ago
  42. 5b85d70 Merge pull request #9442 from gilles-peskine-arm/psa_sim_generate-parse_headers by Tom Cosgrove · 1 year ago
  43. 4b3b4fe Remove cruft and update documentation by Gilles Peskine · 1 year ago
  44. 83a0d9d Replace MBEDTLS_SSL_HAVE_GCM with PSA_WANT_ALG_GCM by Elena Uziunaite · 1 year, 1 month ago
  45. 56b4e5a Merge pull request #9443 from gilles-peskine-arm/psa-keystore-design-doc-development by Gilles Peskine · 1 year ago
  46. bf47cf7 all.sh/components: Moved component_build_zeroize_checks -> compiler. by Minos Galanakis · 1 year ago
  47. 9ceb2c3 all.sh/components: Moved test_malloc_0_null,test_memory_buffer_allocator -> configuration. by Minos Galanakis · 1 year ago
  48. aa09e48 all.sh/components: Moved test_sw_inet_pton -> x509. by Minos Galanakis · 1 year ago
  49. c06fd30 all.sh/components: Moved crypto components out of tls. by Minos Galanakis · 1 year ago
  50. 1c26ef5 all.sh/components: Moved component_test_no_strings -> configuration. by Minos Galanakis · 1 year ago
  51. b5891d5 all.sh/components: Moved aesni and armce components -> platform. by Minos Galanakis · 1 year ago
  52. 1ef3a66 all.sh/components: Moved test_aesni_m32_clang -> platform. by Minos Galanakis · 1 year ago
  53. 07404d2 all.sh/components: Moved build_arm_xxx from compiler -> platform. by Minos Galanakis · 1 year ago
  54. f699d51 all.sh/components: Moved support functions to the same group as their components. by Minos Galanakis · 1 year ago
  55. 4b6ee64 all.sh/components: Moved test_depends_py_kex/psa to tls. by Minos Galanakis · 1 year ago
  56. ce466f0 all.sh: Updated the component sourcing logic. by Minos Galanakis · 1 year ago
  57. ea7fff4 Merge pull request #8775 from tgonzalezorlandoarm/tg/mbedtls_test_ssl_message_queue_pop_info by Bence Szépkúti · 1 year ago
  58. 609f749 all.sh/components: Removed duplicated/obsolete documentation/whitespace. by Minos Galanakis · 1 year ago
  59. f78447f test/scripts/components: Applied consistent style. by Minos Galanakis · 1 year ago
  60. dc0f73a components-configuration-crypto:Added component_test_no_rsa_key_pair_generation. by Minos Galanakis · 1 year ago
  61. cd5668f components-configuration-crypto: Added component_test_full_no_cipher. by Minos Galanakis · 1 year ago
  62. 96bf182 Extract psasim components into a separate file. by Minos Galanakis · 1 year ago
  63. e280ff8 Extract sanitizer components into a separate file. by Minos Galanakis · 1 year ago
  64. 8a98090 Extract platform components into a separate file. by Minos Galanakis · 1 year ago
  65. 31b7a0c Extract configuration components into a separate file. by Minos Galanakis · 1 year ago
  66. 09b179b Extract configuration-x509 components into a separate file. by Minos Galanakis · 1 year ago
  67. 7665a93 Extract configuration-tls components into a separate file. by Minos Galanakis · 1 year ago
  68. f6e1adc Extract configuration-platform components into a separate file. by Minos Galanakis · 1 year ago
  69. 471b34c Extract configuration-crypto-components into a separate file. by Minos Galanakis · 1 year ago
  70. 328b9e8 Extract compliance-components into a separate file. by Minos Galanakis · 1 year ago
  71. 9ebb882 Extract compiler-components into a separate file. by Minos Galanakis · 1 year ago
  72. 5357def Extract build-components into a separate file. by Minos Galanakis · 1 year ago
  73. 85c78f5 Extract basic-components into a separate file. by Minos Galanakis · 1 year ago
  74. db7b1bb Adjusted style for psasim components by Minos Galanakis · 1 year ago
  75. ada21b0 Separate all.sh from components. by Minos Galanakis · 1 year ago
  76. 6aab5b7 Created placeholder component files. by Minos Galanakis · 1 year ago
  77. 4c3ff16 Enhance existing skip mechanism instead of duplicating it by Gilles Peskine · 1 year ago
  78. 343d040 Miscellaneous clarifications by Gilles Peskine · 1 year ago
  79. 7fc3a50 Expand on performance by Gilles Peskine · 1 year ago
  80. 2e0fc78 Discuss why we have so many variants by Gilles Peskine · 1 year ago
  81. 19afbc9 Link to issue about freeing empty slices by Gilles Peskine · 1 year ago
  82. ef94001 Improve and fix explanation of next_free by Gilles Peskine · 1 year ago
  83. 5a040db Update macro name about the static key store by Gilles Peskine · 1 year ago
  84. 708c877 Typos and minor clarifications by Gilles Peskine · 1 year ago
  85. c0037da psa_open_key does not lock the key in memory by Gilles Peskine · 1 year, 1 month ago
  86. d63a0cc Document the key store design by Gilles Peskine · 1 year, 1 month ago
  87. 61f71da Merge pull request #9363 from eleuzi01/replace-cbc by Gilles Peskine · 1 year ago
  88. 7790bef Merge pull request #9229 from gabor-mezei-arm/9158_config.py_use_crypto_config by Ronald Cron · 1 year ago gh-readonly-queue/development/pr-9229-4b9141ccf45e92d42152f9ec19cc69fab31b066b
  89. 89e0901 Update framework by Gabor Mezei · 1 year ago
  90. 2e9a7ee Parse the actual headers by Gilles Peskine · 1 year ago
  91. 2910f4d Write output files to the expected directory by Gilles Peskine · 1 year ago
  92. 5c70c30 Replace MBEDTLS_SSL_HAVE_CHACHAPOLY with PSA_WANT_ALG_CHACHA20_POLY1305 by Elena Uziunaite · 1 year, 1 month ago
  93. 4b9141c Merge pull request #9384 from eleuzi01/replace-util-have-ecdsa by Gilles Peskine · 1 year ago
  94. 74342c7 Replace MBEDTLS_SSL_HAVE_CBC with PSA_WANT_ALG_CBC_NO_PADDING by Elena Uziunaite · 1 year, 1 month ago
  95. d063731 Merge pull request #9360 from eleuzi01/replace-key-aes by Gilles Peskine · 1 year ago
  96. 6121a34 Replace MBEDTLS_SSL_HAVE_AES with PSA_WANT_KEY_TYPE_AES by Elena Uziunaite · 1 year, 1 month ago
  97. 9ac64b8 Merge pull request #9351 from eleuzi01/replace-ecp-have-secp256r1 by Paul Elliott · 1 year ago
  98. bda3e46 Check for file at script startup by Thomas Daubney · 1 year ago
  99. cfe8c4c Merge pull request #9431 from ronald-cron-arm/fix-basic-build-test by Gilles Peskine · 1 year ago
  100. 87e0550 Replace MBEDTLS_PSA_UTIL_HAVE_ECDSA with PSA_HAVE_ALG_SOME_ECDSA by Elena Uziunaite · 1 year, 1 month ago