1. e47c53e Fix SHA-3 in accel tests that need it by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  2. cc21ad4 Add SHA-3 support to libtestdriver1 by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  3. 29d0bfb Rename option where concatenated with -D by Gilles Peskine · 1 year, 11 months ago
  4. 5edb942 Merge pull request #8041 from mpg/tfm-p256m by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  5. 5382ba6 Merge pull request #8230 from gilles-peskine-arm/test_tls1_2_ecjpake_compatibility-avoid-build-race by Paul Elliott · 1 year, 11 months ago
  6. edc8456 Work around a race condition in parallel builds by Gilles Peskine · 1 year, 11 months ago
  7. eda1b1f Merge pull request #7921 from valeriosetti/issue7613 by Gilles Peskine · 1 year, 11 months ago
  8. 67c86e6 Merge pull request #7961 from gilles-peskine-arm/psa_crypto_config-in-full by Gilles Peskine · 1 year, 11 months ago
  9. f7298cd Fix some issues in comments by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  10. b95e92c Merge pull request #8076 from valeriosetti/issue8005 by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  11. 96839e7 Move common things to common function by Manuel Pégourié-Gonnard · 2 years ago
  12. 25b45db Disable ECP_C in component with p256-m driver by Manuel Pégourié-Gonnard · 2 years ago
  13. 5dfaca4 all.sh: fix comments by Valerio Setti · 1 year, 11 months ago
  14. b2fafa5 config-wrapper-zeroize-memset.h should be user-config-zeroize-memset.h and not include mbedtls_config.h by Tom Cosgrove · 1 year, 11 months ago
  15. 7eced7d Move zeroize-as-memset into a config file under tests/ by Tom Cosgrove · 1 year, 11 months ago
  16. daddf11 Add a build to all.sh to check mbedtls_platform_zeroize() calls by Tom Cosgrove · 1 year, 11 months ago
  17. 6147511 Merge pull request #7955 from davidhorstmann-arm/psa-crypto-script-changes by Paul Elliott · 1 year, 11 months ago
  18. 03e9dea Merge remote-tracking branch 'development' into psa_crypto_config-in-full by Gilles Peskine · 1 year, 11 months ago
  19. c69074d Tidy up reference to Mbed TLS in help message by David Horstmann · 1 year, 11 months ago
  20. 58cf7c6 Use repo detection functions at start of all.sh by David Horstmann · 1 year, 11 months ago
  21. d02b5f8 Separate directory discernment into 2 functions by David Horstmann · 1 year, 11 months ago
  22. d395590 Merge pull request #7579 from daverodgman/safer-ct-asm by Dave Rodgman · 2 years ago
  23. 76a7738 Invert logic for repo detection in all.sh by David Horstmann · 2 years ago
  24. 9a6c45b Make all.sh PSA-crypto-friendly by David Horstmann · 2 years, 1 month ago
  25. 796bc2b Merge pull request #7486 from AndrzejKurek/calloc-also-zeroizes by Gilles Peskine · 2 years ago
  26. 1fdc884 Merge pull request #7384 from yuhaoth/pr/add-aes-accelerator-only-mode by Dave Rodgman · 2 years ago
  27. 7393686 Merge remote-tracking branch 'development' into psa_crypto_config-in-full by Gilles Peskine · 2 years ago
  28. f258d17 remove aesni + padlock - plain c tests by Jerry Yu · 2 years ago
  29. bdd96b9 disable aesni for componets without cpu modifiers by Jerry Yu · 2 years ago
  30. 506759f fix build fail for via padlock test by Jerry Yu · 2 years ago
  31. b6d39c2 Add aesni test for i386 by Jerry Yu · 2 years ago
  32. 4e2f244 test: add accelerated and reference test for ECC+FFDH without BN by Valerio Setti · 2 years ago
  33. 963513d Merge pull request #8008 from valeriosetti/issue7756 by Dave Rodgman · 2 years ago
  34. 246210e Test CT asm under valgrind by Dave Rodgman · 2 years ago
  35. 5e678fd Merge pull request #8050 from gilles-peskine-arm/all.sh-remove-crypto_full_no_cipher by Tom Cosgrove · 2 years ago
  36. 132240f test: use ASAN flags for testing the accelerated TFM configuration by Valerio Setti · 2 years ago
  37. ac6d35f test: update components' descriptions by Valerio Setti · 2 years ago
  38. 52ba0e3 test: improve accelerated TFM configuration test and add reference by Valerio Setti · 2 years ago
  39. c5c4bd2 test: add component testing TFM configuration and P256M driver by Valerio Setti · 2 years ago
  40. 18535c3 test: enable TLS, key exchances and ssl-opt teting in ecc_no_bignum() by Valerio Setti · 2 years ago
  41. 29c1b4d test: enable X509 testing in ecc_no_bignum component by Valerio Setti · 2 years ago
  42. f5a29a5 Remove redundant test component by Gilles Peskine · 2 years ago
  43. 2e0275d test: use unset-all option in config.py to optimize test code by Valerio Setti · 2 years ago
  44. a8c655e test: remove redundant code setting MBEDTLS_PSA_CRYPTO_CONFIG by Valerio Setti · 2 years ago
  45. fe7d96c test: minor optimizations to ecc_no_bignum components by Valerio Setti · 2 years ago
  46. 660bbf2 test: disable BIGNUM support on the test ecc_no_bignum component by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  47. 06aebe4 test: disable FFDH support on the test ecc_no_bignum component by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  48. 7dccb66 test: disable RSA support on the test ecc_no_bignum component by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  49. abd00d0 test: adding new components for testing and driver coverage analysis without BN by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  50. b7d577e Fix copypasta by Gilles Peskine · 2 years ago
  51. 9b8dead Minor readability improvement by Gilles Peskine · 2 years ago
  52. 76a51b9 replace strings command with grep by Jerry Yu · 2 years ago
  53. a7de78d improve test by Jerry Yu · 2 years ago
  54. 7802f65 Add negative test for aesni only by Jerry Yu · 2 years ago
  55. c935aa6 Add via padlock build test by Jerry Yu · 2 years ago
  56. 193cbc0 Add aesce build test by Jerry Yu · 2 years ago
  57. 8a599c0 Add aesni only test by Jerry Yu · 2 years ago
  58. 17a9d2e Add MBEDTLS_AES_USE_HADWARE_ONLY for test_aesni by Jerry Yu · 2 years ago
  59. 1221a31 Run aes tests only for test_aesni by Jerry Yu · 2 years ago
  60. 69dd441 Remove test_aes_* by Jerry Yu · 2 years ago
  61. 267bee9 Merge pull request #7903 from valeriosetti/issue7773 by Gilles Peskine · 2 years ago gh-readonly-queue/development/pr-7903-9661f8ab0d28db9ef2a77953b68eb3de10a4c260
  62. d76ded0 fix various issues by Jerry Yu · 2 years, 4 months ago
  63. 3660623 Rename plain c option and update comments by Jerry Yu · 2 years, 4 months ago
  64. 3fcf2b5 Rename HAS_NO_PLAIN_C to DONT_USE_SOFTWARE_CRYPTO by Jerry Yu · 2 years, 4 months ago
  65. 315fd30 Rename plain c disable option by Jerry Yu · 2 years, 4 months ago
  66. d767cc4 Add accelerator only tests. by Jerry Yu · 2 years, 4 months ago
  67. 5a57e2a test: add new components for testing without ECDHE-ECDSA and TLS13 by Valerio Setti · 2 years ago
  68. 9661f8a Merge pull request #7968 from gowthamsk-arm/use_earliest_latest_compilers by Bence Szépkúti · 2 years ago
  69. 9da40b8 Update default variable values for compilers by Gowtham Suresh Kumar · 2 years ago
  70. 2f04582 Move MBEDTLS_ECP_WITH_MPI_UINT to mbedtls_config.h by Janos Follath · 2 years ago
  71. f3135af Use config.py in all new bignum tests by Janos Follath · 2 years ago
  72. 82823b2 Fix new bignum tests by Janos Follath · 2 years ago
  73. 6f1977b Use variables for selecting compilers by Gowtham Suresh Kumar · 2 years ago
  74. 1e829a4 Use compgen to gather components in all.sh by Gowtham Suresh Kumar · 2 years ago
  75. 8d45ec8 Remove test_clang_opt check by Gowtham Suresh Kumar · 2 years ago
  76. 27602c3 test: accelerate all KEY_PAIR symbols in accel FFDH component by Valerio Setti · 2 years, 1 month ago
  77. 1997f30 PSA_CRYPTO_DRIVER_TEST_ALL is incompatible with MBEDTLS_PSA_CRYPTO_CONFIG by Gilles Peskine · 2 years ago
  78. a12baf8 Update test scripts to use latest/earliest compilers by Gowtham Suresh Kumar · 2 years, 1 month ago
  79. e256cc1 Add 32bit test component for ecp with new bignum interface by Gabor Mezei · 2 years ago
  80. eb41e0d Correct some msg messages in full config by Gilles Peskine · 2 years ago
  81. 14302ed Simplify msg messages in full config by Gilles Peskine · 2 years ago
  82. 884b462 When subtracting classic symbols from full, turn off PSA_CRYPTO_CONFIG by Gilles Peskine · 2 years ago
  83. cf4fe58 Make malloc-0-null a user config file by Gilles Peskine · 2 years ago
  84. 36dea15 Fix inconsistencies in no-chachapoly test by Gilles Peskine · 2 years ago
  85. 8dbdf2f Fix typo in function name by Gilles Peskine · 2 years ago
  86. af3a5a2 Remove comments that duplicate the 'msg' call just below by Gilles Peskine · 2 years ago
  87. e92ff11 Remove duplicated component by Gilles Peskine · 2 years ago
  88. 5647d06 Merge pull request #7518 from gilles-peskine-arm/psa_inject_entropy-file-stability by Gilles Peskine · 2 years ago
  89. 87f6285 Merge pull request #7893 from ronald-cron-arm/misc-from-psa-crypto by Ronald Cron · 2 years ago
  90. c844c1a Merge pull request #7546 from mpg/align-psa-md-identifiers by Manuel Pégourié-Gonnard · 2 years ago
  91. 7612d8c all.sh: Use consistently CONFIG_TEST_DRIVER_H by Ronald Cron · 2 years ago
  92. 6b49b55 all.sh: Use consistently CRYPTO_CONFIG_H by Ronald Cron · 2 years ago
  93. 7a93ac5 all.sh: Use consistently CONFIG_H by Ronald Cron · 2 years ago
  94. 828b3ac Merge pull request #7848 from valeriosetti/issue7749 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  95. e501d0e Add change log and non-regression test by Ronald Cron · 2 years, 1 month ago
  96. 88f34e3 Merge pull request #7703 from gabor-mezei-arm/7598_clone_the_eco_module by Paul Elliott · 2 years, 1 month ago
  97. f614bde Merge pull request #7656 from mprse/ffdh_tls13_v2_drivers by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  98. 0085c2e test: fix message's text by Valerio Setti · 2 years, 1 month ago
  99. 16b70f2 test: enabled ssl-opt testing in no_ecp_at_all components by Valerio Setti · 2 years, 1 month ago
  100. 887f823 test: re-enable TLS and key exchanges in no_ecp_at_all component by Valerio Setti · 2 years, 1 month ago