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