1. f7298cd Fix some issues in comments by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  2. 96839e7 Move common things to common function by Manuel Pégourié-Gonnard · 2 years ago
  3. 25b45db Disable ECP_C in component with p256-m driver by Manuel Pégourié-Gonnard · 2 years ago
  4. 132240f test: use ASAN flags for testing the accelerated TFM configuration by Valerio Setti · 2 years ago
  5. ac6d35f test: update components' descriptions by Valerio Setti · 2 years ago
  6. 52ba0e3 test: improve accelerated TFM configuration test and add reference by Valerio Setti · 2 years ago
  7. c5c4bd2 test: add component testing TFM configuration and P256M driver by Valerio Setti · 2 years ago
  8. 29c1b4d test: enable X509 testing in ecc_no_bignum component by Valerio Setti · 2 years ago
  9. 2e0275d test: use unset-all option in config.py to optimize test code by Valerio Setti · 2 years ago
  10. a8c655e test: remove redundant code setting MBEDTLS_PSA_CRYPTO_CONFIG by Valerio Setti · 2 years ago
  11. fe7d96c test: minor optimizations to ecc_no_bignum components by Valerio Setti · 2 years ago
  12. 660bbf2 test: disable BIGNUM support on the test ecc_no_bignum component by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  13. 06aebe4 test: disable FFDH support on the test ecc_no_bignum component by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  14. 7dccb66 test: disable RSA support on the test ecc_no_bignum component by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  15. abd00d0 test: adding new components for testing and driver coverage analysis without BN by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  16. 267bee9 Merge pull request #7903 from valeriosetti/issue7773 by Gilles Peskine · 2 years ago gh-readonly-queue/development/pr-7903-9661f8ab0d28db9ef2a77953b68eb3de10a4c260
  17. 9661f8a Merge pull request #7968 from gowthamsk-arm/use_earliest_latest_compilers by Bence Szépkúti · 2 years ago
  18. 9da40b8 Update default variable values for compilers by Gowtham Suresh Kumar · 2 years ago
  19. 2f04582 Move MBEDTLS_ECP_WITH_MPI_UINT to mbedtls_config.h by Janos Follath · 2 years ago
  20. f3135af Use config.py in all new bignum tests by Janos Follath · 2 years ago
  21. 82823b2 Fix new bignum tests by Janos Follath · 2 years ago
  22. 6f1977b Use variables for selecting compilers by Gowtham Suresh Kumar · 2 years ago
  23. 1e829a4 Use compgen to gather components in all.sh by Gowtham Suresh Kumar · 2 years ago
  24. 8d45ec8 Remove test_clang_opt check by Gowtham Suresh Kumar · 2 years ago
  25. 27602c3 test: accelerate all KEY_PAIR symbols in accel FFDH component by Valerio Setti · 2 years, 1 month ago
  26. a12baf8 Update test scripts to use latest/earliest compilers by Gowtham Suresh Kumar · 2 years, 1 month ago
  27. e256cc1 Add 32bit test component for ecp with new bignum interface by Gabor Mezei · 2 years ago
  28. 5647d06 Merge pull request #7518 from gilles-peskine-arm/psa_inject_entropy-file-stability by Gilles Peskine · 2 years, 1 month ago
  29. 87f6285 Merge pull request #7893 from ronald-cron-arm/misc-from-psa-crypto by Ronald Cron · 2 years, 1 month ago
  30. c844c1a Merge pull request #7546 from mpg/align-psa-md-identifiers by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  31. 7612d8c all.sh: Use consistently CONFIG_TEST_DRIVER_H by Ronald Cron · 2 years, 1 month ago
  32. 6b49b55 all.sh: Use consistently CRYPTO_CONFIG_H by Ronald Cron · 2 years, 1 month ago
  33. 7a93ac5 all.sh: Use consistently CONFIG_H by Ronald Cron · 2 years, 1 month ago
  34. 828b3ac Merge pull request #7848 from valeriosetti/issue7749 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  35. e501d0e Add change log and non-regression test by Ronald Cron · 2 years, 1 month ago
  36. 88f34e3 Merge pull request #7703 from gabor-mezei-arm/7598_clone_the_eco_module by Paul Elliott · 2 years, 1 month ago
  37. f614bde Merge pull request #7656 from mprse/ffdh_tls13_v2_drivers by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  38. 0085c2e test: fix message's text by Valerio Setti · 2 years, 1 month ago
  39. 16b70f2 test: enabled ssl-opt testing in no_ecp_at_all components by Valerio Setti · 2 years, 1 month ago
  40. 887f823 test: re-enable TLS and key exchanges in no_ecp_at_all component by Valerio Setti · 2 years, 1 month ago
  41. 2dfe799 Merge pull request #6914 from davidhorstmann-arm/cmake-pass-through-config-defines by Paul Elliott · 2 years, 1 month ago
  42. 9967f11 Merge pull request #7810 from valeriosetti/issue7771 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  43. 6db6047 Add a new test component to test the new bignum interface with `TEST_HOOKS` by Gabor Mezei · 2 years, 1 month ago
  44. 969c145 Use CONFIG_H variable rather than config file name by David Horstmann · 2 years, 6 months ago
  45. 20550e3 all.sh component to test cmake custom config file by David Horstmann · 2 years, 7 months ago
  46. 565353e Cleanup the code by Przemek Stekiel · 2 years, 1 month ago
  47. 84f4ff1 Minor adaptations after ffdh was enabled for tls1.3 by Przemek Stekiel · 2 years, 1 month ago
  48. 01c248c Enable TLS1.3 in FFDH alg build with drivers and add reference config(without drivers) by Przemek Stekiel · 2 years, 2 months ago
  49. 9cf17da Merge pull request #7851 from daverodgman/fix-unused-aes by Dave Rodgman · 2 years, 1 month ago
  50. 56b159a Merge pull request #7627 from mprse/ffdh_tls13_v2 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  51. a2c1a38 Merge pull request #7630 from daverodgman/prefer-intrinsics by Dave Rodgman · 2 years, 1 month ago
  52. 9b6b5a0 Enable testing the cloned ecp module by Gabor Mezei · 2 years, 2 months ago
  53. c0d2f84 test: replace all KEY_TYPE_ECC_KEY_PAIR with proper symbols by Valerio Setti · 2 years, 1 month ago
  54. 072bded test: use proper key pair symbols in accelerated list for EC curve test by Valerio Setti · 2 years, 1 month ago
  55. f6587be test: remove useless accelerator intialization + minor restyling by Valerio Setti · 2 years, 2 months ago
  56. a983655 test: use better naming for new components by Valerio Setti · 2 years, 2 months ago
  57. 249b18a test: add new component to test with all KEY_PAIRs enabled but one by Valerio Setti · 2 years, 2 months ago
  58. 1a4936a Remove options not known to older gcc by Dave Rodgman · 2 years, 1 month ago
  59. 88651c4 Change build target as Cortex-A32 not supported on CI by Dave Rodgman · 2 years, 1 month ago
  60. 0f0f769 Nicer formatting by Dave Rodgman · 2 years, 1 month ago
  61. fb374e6 Split armcc tests to separate component by Dave Rodgman · 2 years, 1 month ago
  62. cd04020 Add comment by Dave Rodgman · 2 years, 1 month ago
  63. 6001fb2 Test combinations of macros for aes.o by Dave Rodgman · 2 years, 1 month ago
  64. 904c589 Revert "Extend TF-M build test to test all shipped configs" by Dave Rodgman · 2 years, 1 month ago
  65. 4430185 Extend TF-M build test to test all shipped configs by Dave Rodgman · 2 years, 1 month ago
  66. c164c07 Add TF-M build test to all.sh by Dave Rodgman · 2 years, 1 month ago
  67. aafe900 test: enable X509 testing in no_ecp_at_all() components by Valerio Setti · 2 years, 1 month ago
  68. 1814bb7 test: re-enable PK and RSA in component without ECP/ECP_LIGHT by Valerio Setti · 2 years, 2 months ago
  69. 3d9af47 Fix tests? by Dave Rodgman · 2 years, 2 months ago
  70. 6a08b68 Simplify aesni support test by Dave Rodgman · 2 years, 2 months ago
  71. f8986e3 Clarify support_test_aesni by Dave Rodgman · 2 years, 2 months ago
  72. b959027 Improve logic for checking for presence of AESNI code by Dave Rodgman · 2 years, 2 months ago
  73. 20cc563 Improve logic for checking for presence of AESNI code by Dave Rodgman · 2 years, 2 months ago
  74. a8dc7fd test: remove leftover paragraph in test_psa_crypto_config_accel_ecc_ecp_light_only by Valerio Setti · 2 years, 2 months ago
  75. f18a7e1 Fix typo by Dave Rodgman · 2 years, 2 months ago
  76. f87e526 Fix test error by Dave Rodgman · 2 years, 2 months ago
  77. 48d8e83 fix CI failure by Dave Rodgman · 2 years, 2 months ago
  78. 336a453 Fix typo by Dave Rodgman · 2 years, 2 months ago
  79. 086e137 code style by Dave Rodgman · 2 years, 2 months ago
  80. 96a9e6a Address test review comments by Dave Rodgman · 2 years, 2 months ago
  81. fa1d05c Remove not-needed compiler flags by Dave Rodgman · 2 years, 2 months ago
  82. e1dd6e9 Merge remote-tracking branch 'origin/development' into prefer-intrinsics by Dave Rodgman · 2 years, 2 months ago
  83. be60fcc Add test for plain C path by Dave Rodgman · 2 years, 2 months ago
  84. c2b7264 Simplify aesni test by Dave Rodgman · 2 years, 2 months ago
  85. 22d0a79 test: fix bug for test without bugnum by Valerio Setti · 2 years, 2 months ago
  86. 4922ba1 build_info: complete list of symbols that auto-enable ECP_LIGHT by Valerio Setti · 2 years, 2 months ago
  87. addeee4 mbedtls_config: add new MBEDTLS_PK_PARSE_EC_COMPRESSED symbol by Valerio Setti · 2 years, 2 months ago
  88. aecd32c pk: let PK_PARSE_EC_EXTENDED auto-enable ECP_LIGHT by Valerio Setti · 2 years, 2 months ago
  89. 4348368 test: remove leftover from past PR development by Valerio Setti · 2 years, 2 months ago
  90. 4d25a8d test: renaming component testing accelerated EC by Valerio Setti · 2 years, 2 months ago
  91. 838dc46 Test asm and intrinsics from all.sh by Dave Rodgman · 2 years, 2 months ago
  92. 01cc88a config_psa: replace USE symbols with BASIC one for all KEY_PAIRs by Valerio Setti · 2 years, 2 months ago
  93. 4590bc2 test: run all the test suite in the temporary component and grep outcome file by Valerio Setti · 2 years, 2 months ago
  94. a1a0b1b test: add a temporary test for checking conversion for new symbols by Valerio Setti · 2 years, 2 months ago
  95. ff7f861 tests: replace deprecated symbols with temporary _LEGACY ones by Valerio Setti · 2 years, 2 months ago
  96. 24f4676 Merge pull request #7672 from mpg/libtestdriver1-helpers by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  97. ce05f54 Properly disable ECDH in only (psk) ephemeral ffdh key exchange components by Przemek Stekiel · 2 years, 2 months ago
  98. 6edf8b8 Merge pull request #7451 from yanrayw/7376_aes_128bit_only by Tom Cosgrove · 2 years, 2 months ago
  99. 8d645dc Fix unintentional config reduction in prev commit by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  100. 0c23147 Disable MBEDTLS_DHM_C in component_test_tls13_only_psk by Przemek Stekiel · 2 years, 2 months ago