1. 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
  2. 89e0901 Update framework by Gabor Mezei · 1 year ago
  3. 4b9141c Merge pull request #9384 from eleuzi01/replace-util-have-ecdsa by Gilles Peskine · 1 year ago
  4. d063731 Merge pull request #9360 from eleuzi01/replace-key-aes by Gilles Peskine · 1 year ago
  5. 6121a34 Replace MBEDTLS_SSL_HAVE_AES with PSA_WANT_KEY_TYPE_AES by Elena Uziunaite · 1 year, 1 month ago
  6. 9ac64b8 Merge pull request #9351 from eleuzi01/replace-ecp-have-secp256r1 by Paul Elliott · 1 year ago
  7. cfe8c4c Merge pull request #9431 from ronald-cron-arm/fix-basic-build-test by Gilles Peskine · 1 year ago
  8. 87e0550 Replace MBEDTLS_PSA_UTIL_HAVE_ECDSA with PSA_HAVE_ALG_SOME_ECDSA by Elena Uziunaite · 1 year, 1 month ago
  9. 665eda7 Introduce crypto_adjust_config_derived.h by Elena Uziunaite · 1 year, 1 month ago
  10. 417d05f Replace MBEDTLS_ECP_HAVE_SECP256R1 with PSA_WANT_ECC_SECP_R1_256 by Elena Uziunaite · 1 year, 1 month ago
  11. fd79fe5 basic-build-test.sh: Restore make only command by Ronald Cron · 1 year ago
  12. 91f1746 Remove sanity check for `None` value by Gabor Mezei · 1 year, 1 month ago
  13. 4706fe7 Update documentation and comments by Gabor Mezei · 1 year, 1 month ago
  14. 3de6586 Adjust temporarily the crypto config file location by Gabor Mezei · 1 year, 1 month ago
  15. 33dd293 Give better name for class by Gabor Mezei · 1 year, 1 month ago
  16. c5ff33c Move config file modification checking to the `Config` superclass by Gabor Mezei · 1 year, 1 month ago
  17. 3e2a550 Pass `ConfigFile` object as parameter for `MultiConfig` constructor by Gabor Mezei · 1 year, 1 month ago
  18. 8d72ac6 Fix error type by Gabor Mezei · 1 year, 1 month ago
  19. de6e192 Add documentation by Gabor Mezei · 1 year, 1 month ago
  20. f77722d Rename calss by Gabor Mezei · 1 year, 1 month ago
  21. 9b0f9e7 Simplify set creation by Gabor Mezei · 1 year, 1 month ago
  22. e7742b3 Unify the `_format_parameter` function among the `ConfigFile` subclasses by Gabor Mezei · 1 year, 1 month ago
  23. 93a6d1f Make the `name` parameter mandatory for the constructor of `ConfigFile` by Gabor Mezei · 1 year, 1 month ago
  24. 8a64d8e Only write config files if it is modified by Gabor Mezei · 1 year, 2 months ago
  25. 542fd38 Update unsupported and deprecated psa fearues handling by Gabor Mezei · 1 year, 2 months ago
  26. d723b51 Fix for crypto config default value by Gabor Mezei · 1 year, 2 months ago
  27. ee521b6 Restructure the configuration representation by Gabor Mezei · 1 year, 2 months ago
  28. 92065ed Fix pylint issues by Gabor Mezei · 1 year, 2 months ago
  29. 62a9bd0 Update and add documentation by Gabor Mezei · 1 year, 2 months ago
  30. 3678dee Add crypto config support for config.py by Gabor Mezei · 1 year, 2 months ago
  31. f938f4f Merge pull request #9394 from ronald-cron-arm/move-crypto-test-suites by Ronald Cron · 1 year ago
  32. b16b8c2 Updated auto-generated psa_test_wrappers. by Ronald Cron · 1 year ago
  33. 636e9ef Update the framework submodule to the merge of PR38 by Ronald Cron · 1 year ago
  34. 7262b47 all.sh: psasim: Start server in tf-psa-crypto/tests by Ronald Cron · 1 year ago
  35. 0b796a4 psasim: Rename kill_server.sh to kill_servers.sh by Ronald Cron · 1 year ago
  36. e0e26f7 psasim: Move file clean-up to all.sh by Ronald Cron · 1 year ago
  37. 594ab41 psasim: Fix IPCs removal by Ronald Cron · 1 year ago
  38. 3943467 psasim: Fix doorbell file path by Ronald Cron · 1 year ago
  39. c04c2ed Revert "Adapt psasim" by Ronald Cron · 1 year ago
  40. 3f8275e Scripts improvements by Ronald Cron · 1 year, 1 month ago
  41. b6f6cc8 Adapt psasim by Ronald Cron · 1 year, 1 month ago
  42. c29dd98 Adapt check-generated-files.sh by Ronald Cron · 1 year, 1 month ago
  43. 375ad34 Add programs directory in tf-psa-crypto directory by Ronald Cron · 1 year, 1 month ago
  44. 72d1888 Adapt run-test-suites.pl by Ronald Cron · 1 year, 1 month ago
  45. 3486950 Adapt make_generated_files.bat by Ronald Cron · 1 year, 1 month ago
  46. 6f55ddc programs: fuzz: Fix comment by Ronald Cron · 1 year, 1 month ago
  47. cf1af5a Adapt some documentation by Ronald Cron · 1 year, 1 month ago
  48. 77d6ac2 Adapt check_test_cases.py by Ronald Cron · 1 year, 1 month ago
  49. 635a2be Adapt all.sh by Ronald Cron · 1 year, 1 month ago
  50. 0866936 Adapt basic-build-test.sh by Ronald Cron · 1 year, 1 month ago
  51. c51b0d1 Adapt bump_version.sh by Ronald Cron · 1 year, 1 month ago
  52. 5903be2 Adapt abi_check.py by Ronald Cron · 1 year, 1 month ago
  53. 9e2ff40 Adapt code_style.py by Ronald Cron · 1 year, 1 month ago
  54. f5a1785 Adapt test_psa_constant_names.py by Ronald Cron · 1 year, 1 month ago
  55. f352279 Adapt make cscope by Ronald Cron · 1 year, 1 month ago
  56. 9a93073 Add tf-psa-crypto test suites build by Ronald Cron · 1 year, 1 month ago
  57. f76cd22 Adapt CMake build of TLS and x509 test suites by Ronald Cron · 1 year, 1 month ago
  58. 50292a4 Duplicate tests CMake file by Ronald Cron · 1 year, 1 month ago
  59. 7f410db tests: CMake: Align/fix config test suite generation by Ronald Cron · 1 year, 1 month ago
  60. 7af1bea CMake: Include CMakePrintHelpers by Ronald Cron · 1 year, 1 month ago
  61. 901a675 Adapt make build system by Ronald Cron · 1 year, 1 month ago
  62. 476d51e Adapt .gitignore files by Ronald Cron · 1 year, 1 month ago
  63. 83538c4 Adapt path to framework data files by Ronald Cron · 1 year, 1 month ago
  64. 701b88c Move crypto test suites by Ronald Cron · 1 year, 1 month ago
  65. 088a1ab make: Fix object clean-up by Ronald Cron · 1 year, 1 month ago
  66. e7fdfdb Merge pull request #9123 from eleuzi01/replace-mbedtls-md-can-md5 by Bence Szépkúti · 1 year, 1 month ago
  67. b449476 Merge pull request #9354 from eleuzi01/replace-ecp-have-secp512r1 by Paul Elliott · 1 year, 1 month ago
  68. df772da Merge pull request #9358 from eleuzi01/replace-curve by Paul Elliott · 1 year, 1 month ago
  69. b66a991 Replace MBEDTLS_MD_CAN_MD5 with PSA_WANT_ALG_MD5 by Elena Uziunaite · 1 year, 3 months ago
  70. 7ab9867 Merge pull request #9290 from sezrab/replace_MBEDTLS_MD_CAN_MD5_with_PSA_WANT by Gilles Peskine · 1 year, 1 month ago
  71. 09b3f15 Merge pull request #9285 from trustngotech/fix_platform_util by Gilles Peskine · 1 year, 1 month ago
  72. ed784ef Tiny fix in pk_internal.h by Elena Uziunaite · 1 year, 1 month ago
  73. 9a75ddd Merge pull request #9350 from eleuzi01/replace-ecp-have-secp224r1 by Gilles Peskine · 1 year, 1 month ago
  74. 33c62c0 Fix typo in platform_util.c by Michael Grand (TrustnGo) · 1 year, 2 months ago
  75. 3962a38 Merge pull request #9287 from Wenxing-hou/fix_some_typo by Paul Elliott · 1 year, 1 month ago
  76. b5a97f4 Merge pull request #9357 from eleuzi01/replace-brainpool by Gilles Peskine · 1 year, 1 month ago gh-readonly-queue/development/pr-9357-cb854d5d19e05339448afb03839bee7f7e3ecd23
  77. b8d1087 Replace MBEDTLS_ECP_HAVE_BP*R1 with PSA_WANT counterparts by Elena Uziunaite · 1 year, 1 month ago
  78. 24e24f2 Replace MBEDTLS_ECP_HAVE_SECP521R1 with PSA_WANT_ECC_SECP_R1_521 by Elena Uziunaite · 1 year, 1 month ago
  79. eaa0cf0 Replace MBEDTLS_ECP_HAVE_SECP224R1 with PSA_WANT_ECC_SECP_R1_224 by Elena Uziunaite · 1 year, 1 month ago
  80. cb854d5 Merge pull request #9356 from eleuzi01/replace-ecp-have-secp-k1 by Gilles Peskine · 1 year, 1 month ago
  81. 8e53e96 Merge pull request #9348 from eleuzi01/replace-ecp-have-secp192r1 by Gilles Peskine · 1 year, 1 month ago
  82. 73ea265 Merge pull request #9397 from davidhorstmann-arm/upgrade-python-dependencies by Gilles Peskine · 1 year, 1 month ago
  83. f7fffbd Upgrade python dependencies in requirements file by David Horstmann · 1 year, 1 month ago
  84. ba723e8 Merge pull request #9265 from tom-daubney-arm/remove_hash_alt_interface by Bence Szépkúti · 1 year, 1 month ago
  85. 39b5c8a Remove further docs notes by Thomas Daubney · 1 year, 2 months ago
  86. 75246c0 Remove irrelevant documentation notes by Thomas Daubney · 1 year, 2 months ago
  87. 25bcf27 Remove MBEDTLS_SHA512_ALT by Thomas Daubney · 1 year, 2 months ago
  88. b248a93 Remove MBEDTLS_MD5_ALT by Thomas Daubney · 1 year, 2 months ago
  89. efc65e1 Remove MBEDTLS_CMAC_ALT by Thomas Daubney · 1 year, 2 months ago
  90. 027535c Remove MBEDTLS_SHA256_ALT by Thomas Daubney · 1 year, 2 months ago
  91. 30c7701 Remove MBEDTLS_RIPEMD160_ALT by Thomas Daubney · 1 year, 2 months ago
  92. 2cd12de Remove MBEDTLS_SHA1_ALT by Thomas Daubney · 1 year, 2 months ago
  93. 5f616e9 Merge pull request #9308 from valeriosetti/fix-psa_key_derivation_verify_bytes by Gilles Peskine · 1 year, 1 month ago gh-readonly-queue/development/pr-9308-f974bff38c958f1f3ca997253f002a7b179952ab
  94. 9e85c9f Replace MBEDTLS_ECP_HAVE_SECP*K1 with PSA_WANT counterparts by Elena Uziunaite · 1 year, 1 month ago
  95. a363286 Replace MBEDTLS_ECP_HAVE_SECP192R1 with PSA_WANT_ECC_SECP_R1_192 by Elena Uziunaite · 1 year, 1 month ago
  96. f974bff Merge pull request #9259 from tom-daubney-arm/remove_aes-like_alt_interface by Bence Szépkúti · 1 year, 1 month ago
  97. 3f40127 Merge pull request #9213 from eleuzi01/replace-mbedtls-md-can-sha3-384 by Bence Szépkúti · 1 year, 1 month ago
  98. 53377f1 Update comment in further places by Thomas Daubney · 1 year, 2 months ago
  99. 356309f Restore config option by Thomas Daubney · 1 year, 2 months ago
  100. 478efd7 Improved AES comment by Thomas Daubney · 1 year, 2 months ago