1. 15baf8b Merge pull request #9708 from ronald-cron-arm/target-compile-options by Bence Szépkúti · 9 months ago
  2. 8ed4d94 Merge pull request #9614 from gilles-peskine-arm/use_psa_crypto-always_on by Gilles Peskine · 9 months ago
  3. f8d13d8 Merge pull request #9721 from paul-elliott-arm/fix_new_coverity_issues by David Horstmann · 9 months ago
  4. 50bd4f8 cmake: libs: Set libraries specific compile options target by target by Ronald Cron · 10 months ago
  5. d093edd cmake: tests: Set test specific compile options target by target by Ronald Cron · 10 months ago
  6. 051ee71 Remove now unnecessary shared lib specific compile option by Ronald Cron · 10 months ago
  7. 6f9d508 cmake: iar/msvc: Set base compile and link options target by target by Ronald Cron · 10 months ago
  8. d9e1109 cmake: clang: Set base compile and link options target by target by Ronald Cron · 10 months ago
  9. 4ae24f4 cmake: GNU GCC: Add base link options by Ronald Cron · 10 months ago
  10. b247898 cmake: GNU GCC: Set base compile options target by target by Ronald Cron · 10 months ago
  11. d77fad2 Group C_FLAGS settings by compiler type by Ronald Cron · 10 months ago
  12. 7323b3e cmake: Remove UNSAFE_BUILD option by Ronald Cron · 10 months ago
  13. 5f6e69d Merge pull request #9693 from Harry-Ramsey/split-revert-error-development by Ronald Cron · 9 months ago
  14. 4e9d77e Merge pull request #9703 from valeriosetti/fix-9690-workarounds by Gilles Peskine · 9 months ago gh-readonly-queue/development/pr-9703-202b69c2b6dcf22693771c4ebc0ffe63e3cb7f74
  15. a87a906 Move AES_PSA_INIT to after drbg init by Paul Elliott · 9 months ago
  16. da510d6 Fix double free in case of test failure by Paul Elliott · 10 months ago
  17. 65b276c Add missing check of return by Paul Elliott · 10 months ago
  18. 7c66860 Fix tests where tests were done prior to init by Paul Elliott · 10 months ago
  19. 202b69c Merge pull request #9302 from valeriosetti/psa-use-static-slots by Gilles Peskine · 10 months ago
  20. ed230c4 Merge pull request #9706 from ronald-cron-arm/pkg-install-doc-lcov by Ronald Cron · 10 months ago
  21. 8fd2117 Remove !MBEDTLS_USE_PSA_CRYPTO test cases that have a USE_PSA alternate by Gilles Peskine · 11 months ago
  22. 83778d7 Documentation: fix some nits by Valerio Setti · 10 months ago
  23. 4cfec6f psa: move definition of MBEDTLS_PSA_KEY_BUFFER_MAX_SIZE by Valerio Setti · 10 months ago
  24. cac061f test_suite_psa_crypto.data: fix some depends_on by Valerio Setti · 10 months ago
  25. a35c8a0 test_suite_psa_crypto: use finer grained checks on the key slot buffer size by Valerio Setti · 10 months ago
  26. 175a494 psa_crypto_helpers: enhance definitions for static key slot related test symbols by Valerio Setti · 10 months ago
  27. 69d19e7 psa_crypto_helpers: add MBEDTLS_TEST_ prefix to newly created symbols by Valerio Setti · 10 months ago
  28. f9face4 psa: move default definition of MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE by Valerio Setti · 11 months ago
  29. 7310130 psa: zeroize static key buffer content when key slot is freed by Valerio Setti · 12 months ago
  30. 2b9d180 test_suite_psa_crypto_storage_format: improve input bit length specification for static key buffer by Valerio Setti · 12 months ago
  31. 4d9a821 test: properly select MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE value by Valerio Setti · 12 months ago
  32. d813e6d psa: fix some macro definition by Valerio Setti · 12 months ago
  33. c975d5e test: add test with persitent key whose length is larger than MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE by Valerio Setti · 12 months ago
  34. 2a3c9b3 test: extend component_test_crypto_with_static_key_slots by Valerio Setti · 12 months ago
  35. 8321ac7 psa-core: remove unnecessary element in psa_key_slot_t by Valerio Setti · 12 months ago
  36. 7d7867f psa_crypto_core: take also cipher's key length into account when sizing static key buffer by Valerio Setti · 12 months ago
  37. 5278ebd test: revert fixes for PSA entropy by Valerio Setti · 12 months ago
  38. 31cca13 test_suite_psa_crypto_driver_wrappers: revert changes and fix validate_key() by Valerio Setti · 12 months ago
  39. 261baa8 psa-core: properly set PSA_CRYPTO_MAX_STORAGE_SIZE by Valerio Setti · 12 months ago
  40. a47b045 test: add new component to test core library without calloc/free by Valerio Setti · 1 year, 1 month ago
  41. dbb646b test: add new component to test MBEDTLS_PSA_STATIC_KEY_SLOTS by Valerio Setti · 1 year, 2 months ago
  42. 678e0fb psa: allow to use static key buffers instead of dynamic ones by Valerio Setti · 1 year, 2 months ago
  43. ddc59dc Refactor error_common ifdef header by Harry Ramsey · 10 months ago
  44. fa3663d Fix include for tf-psa-crypto tests by Harry Ramsey · 10 months ago
  45. bef54c5 Remove unnecessary if defined by Harry Ramsey · 10 months ago
  46. d916cc9 tf-psa-crypto: cmake: Add lcov target by Ronald Cron · 10 months ago
  47. 4cd797e tf-psa-crypto: Add cmake_package test program by Ronald Cron · 10 months ago
  48. f85882d tf-psa-crypto: cmake: Add package config and install support by Ronald Cron · 10 months ago
  49. 2d453c9 cmake: Remove custom LIB_INSTALL_DIR variable to set install dir by Ronald Cron · 10 months ago
  50. b58c225 tf-psa-crypto: cmake: Add build of documentation by Ronald Cron · 10 months ago
  51. f584e97 cmake: Use MBEDTLS/TF_PSA_CRYTPO_AS_SUBPROJECT by Ronald Cron · 10 months ago
  52. 7b2fae2 cmake: Remove partial support for partial use CMake build system by Ronald Cron · 10 months ago
  53. 4935956 tf-psa-crypto: cmake: Fix p-256 installation by Ronald Cron · 10 months ago
  54. 8b4b152 Fix test scripts for split error files by Harry Ramsey · 10 months ago
  55. bd77a35 Move tests for error.c from tf-psa-crypto to Mbed TLS by Harry Ramsey · 10 months ago
  56. a05bfee Refactor tf-psa-crypto to use error_common.h instead of error.h by Harry Ramsey · 10 months ago
  57. 798d8b6 Update build scripts for error.c generation by Harry Ramsey · 10 months ago
  58. 90724f7 Move error.h from tf-psa-crypto to Mbed TLS by Harry Ramsey · 10 months ago
  59. 69b67c8 Split error.h into error_common.h and error.h by Harry Ramsey · 10 months ago
  60. f5025e2 Merge remote-tracking branch 'development' into test-cases-not-executed-enforce-development by Gilles Peskine · 10 months ago
  61. e1f37c5 Merge pull request #9566 from gilles-peskine-arm/error-codes-4.0-enforce-add-macro by Gilles Peskine · 10 months ago
  62. 401c917 Revert "Temporarily comment out tests that are clogging the CI" by Valerio Setti · 10 months ago
  63. 4e4647a Merge pull request #9690 from valeriosetti/fix-pk-write-buffer-overrun by Gilles Peskine · 10 months ago
  64. 5255a9e Include "error.h" for MBEDTLS_ERROR_ADD by Gilles Peskine · 11 months ago
  65. ed6feae Use MBEDTLS_ERROR_ADD instead of explicit addition: simple cases by Gilles Peskine · 11 months ago
  66. 50d7579 Temporarily comment out tests that are clogging the CI by Gilles Peskine · 10 months ago
  67. 6197cdf Fix comment by Ronald Cron · 10 months ago
  68. 360928a Pacify check_names.py by Ronald Cron · 10 months ago
  69. a0afbfb Fix/Add documentation by Ronald Cron · 10 months ago
  70. 67cc6a7 Use config_adjust_test_accelerators.h by Ronald Cron · 10 months ago
  71. 1520875 config_adjust_test_accelerators.h: Error out if wrong usage by Ronald Cron · 10 months ago
  72. e8a9258 config_adjust_test_accelerators.h: Do not define PSA_CRYPTO_DRIVER_TEST by Ronald Cron · 10 months ago
  73. 2b36f5f config_adjust_test_accelerators.h: Do not error if PSA_CRYPTO_CONFIG is ON by Ronald Cron · 10 months ago
  74. db11561 Introduce config_adjust_test_accelerators.h by Ronald Cron · 10 months ago
  75. 63348be test_suite_pkwrite: extend coverage of wrong output buffer sizes in pk_write_check_common() by Valerio Setti · 10 months ago
  76. 9157702 pkwrite: fix buffer overrun by Valerio Setti · 10 months ago
  77. b061ecd Remove test case involving SECP224K1 in PSA by Gilles Peskine · 11 months ago
  78. d457634 Remove version.c from .gitignore by Harry Ramsey · 10 months ago
  79. f7e7acc Move version tests from tf-psa-crypto/test/suite to test/suites by Harry Ramsey · 10 months ago
  80. 468c0ae Revert move of version.h to tf-psa-crypto libray by Harry Ramsey · 10 months ago
  81. d2ca9a1 Add support to build only the tf-psa-crypto tree by Ronald Cron · 1 year ago
  82. e9e7b76 TF-PSA-Crypto.cmake: Fix paths to tests scripts and C modules by Ronald Cron · 1 year, 1 month ago
  83. 9c84726 TF-PSA-Crypto.cmake: TF-PSA-Cryto-ify the file by Ronald Cron · 1 year, 1 month ago
  84. 31829a8 TF-PSA-Crypto.cmake: Fix submodules by Ronald Cron · 1 year ago
  85. 97d05e5 TF-PSA-Crypto.cmake: Remove TLS and x509 specifics by Ronald Cron · 1 year, 1 month ago
  86. 4c3fa0a TF-PSA-Crypto.cmake: Do not support package config/install/apidoc/lcov by Ronald Cron · 1 year ago
  87. 701faac Introduce TF-PSA-Crypto.cmake by Ronald Cron · 1 year, 1 month ago
  88. 8d887d1 cmake: tf-psa-crypto: Replace some Mbed TLS options/variables by TF-PSA-Crypto ones by Ronald Cron · 1 year ago
  89. b6254f5 cmake: Add MBEDTLS_FRAMEWORK_DIR by Ronald Cron · 1 year ago
  90. 4c670fa cmake: Add TF_PSA_CRYPTO_DIR by Ronald Cron · 1 year ago
  91. d3f717d CMake: Move build of crypto test suites to tf-psa-crypto by Ronald Cron · 1 year ago
  92. 69c489c Move PSA drivers to drivers/builtin/src by Ronald Cron · 1 year ago
  93. e82ad15 CMake: Move build of the crypto library to tf-psa-crypto by Ronald Cron · 1 year, 1 month ago
  94. ac01d6e CMake: Move build of legacy crypto modules to tf-psa-crypto by Ronald Cron · 1 year, 1 month ago
  95. ac8dcb8 Remove dependency on mbedtls_test_helpers by Ronald Cron · 1 year ago
  96. 7d5419b Move test_suite_constant_time_hmac back to mbedtls by Ronald Cron · 1 year ago
  97. 96c6f5e Merge pull request #9492 from eleuzi01/remove-legacy-symbol-definitions by Ronald Cron · 10 months ago gh-readonly-queue/development/pr-9492-46771295f2f49d8f9b91532c84d45fde4e35a5b9
  98. 404311a Remove MBEDTLS_ECP_HAVE_SECP256R1 leftovers by Elena Uziunaite · 12 months ago
  99. b268d27 Merge pull request #9413 from sezrab/split_numeric_string_conversions_oid-development by David Horstmann · 10 months ago
  100. bae154d Merge pull request #9385 from eleuzi01/replace-ecdsa-some by David Horstmann · 11 months ago