1. 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
  2. 7eced7d Move zeroize-as-memset into a config file under tests/ by Tom Cosgrove · 1 year, 11 months ago
  3. daddf11 Add a build to all.sh to check mbedtls_platform_zeroize() calls by Tom Cosgrove · 1 year, 11 months ago
  4. 6147511 Merge pull request #7955 from davidhorstmann-arm/psa-crypto-script-changes by Paul Elliott · 1 year, 11 months ago
  5. c69074d Tidy up reference to Mbed TLS in help message by David Horstmann · 2 years ago
  6. 58cf7c6 Use repo detection functions at start of all.sh by David Horstmann · 2 years ago
  7. d02b5f8 Separate directory discernment into 2 functions by David Horstmann · 2 years ago
  8. d395590 Merge pull request #7579 from daverodgman/safer-ct-asm by Dave Rodgman · 2 years ago
  9. 76a7738 Invert logic for repo detection in all.sh by David Horstmann · 2 years ago
  10. 9a6c45b Make all.sh PSA-crypto-friendly by David Horstmann · 2 years, 1 month ago
  11. 796bc2b Merge pull request #7486 from AndrzejKurek/calloc-also-zeroizes by Gilles Peskine · 2 years ago
  12. 1fdc884 Merge pull request #7384 from yuhaoth/pr/add-aes-accelerator-only-mode by Dave Rodgman · 2 years ago
  13. f258d17 remove aesni + padlock - plain c tests by Jerry Yu · 2 years ago
  14. bdd96b9 disable aesni for componets without cpu modifiers by Jerry Yu · 2 years ago
  15. 506759f fix build fail for via padlock test by Jerry Yu · 2 years ago
  16. b6d39c2 Add aesni test for i386 by Jerry Yu · 2 years ago
  17. 963513d Merge pull request #8008 from valeriosetti/issue7756 by Dave Rodgman · 2 years ago
  18. 246210e Test CT asm under valgrind by Dave Rodgman · 2 years ago
  19. 5e678fd Merge pull request #8050 from gilles-peskine-arm/all.sh-remove-crypto_full_no_cipher by Tom Cosgrove · 2 years ago
  20. 18535c3 test: enable TLS, key exchances and ssl-opt teting in ecc_no_bignum() by Valerio Setti · 2 years ago
  21. 29c1b4d test: enable X509 testing in ecc_no_bignum component by Valerio Setti · 2 years ago
  22. f5a29a5 Remove redundant test component by Gilles Peskine · 2 years ago
  23. 2e0275d test: use unset-all option in config.py to optimize test code by Valerio Setti · 2 years ago
  24. a8c655e test: remove redundant code setting MBEDTLS_PSA_CRYPTO_CONFIG by Valerio Setti · 2 years ago
  25. fe7d96c test: minor optimizations to ecc_no_bignum components by Valerio Setti · 2 years ago
  26. 660bbf2 test: disable BIGNUM support on the test ecc_no_bignum component by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  27. 06aebe4 test: disable FFDH support on the test ecc_no_bignum component by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  28. 7dccb66 test: disable RSA support on the test ecc_no_bignum component by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  29. abd00d0 test: adding new components for testing and driver coverage analysis without BN by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  30. 76a51b9 replace strings command with grep by Jerry Yu · 2 years ago
  31. a7de78d improve test by Jerry Yu · 2 years ago
  32. 7802f65 Add negative test for aesni only by Jerry Yu · 2 years ago
  33. c935aa6 Add via padlock build test by Jerry Yu · 2 years ago
  34. 193cbc0 Add aesce build test by Jerry Yu · 2 years ago
  35. 8a599c0 Add aesni only test by Jerry Yu · 2 years ago
  36. 17a9d2e Add MBEDTLS_AES_USE_HADWARE_ONLY for test_aesni by Jerry Yu · 2 years ago
  37. 1221a31 Run aes tests only for test_aesni by Jerry Yu · 2 years ago
  38. 69dd441 Remove test_aes_* by Jerry Yu · 2 years ago
  39. 267bee9 Merge pull request #7903 from valeriosetti/issue7773 by Gilles Peskine · 2 years ago gh-readonly-queue/development/pr-7903-9661f8ab0d28db9ef2a77953b68eb3de10a4c260
  40. d76ded0 fix various issues by Jerry Yu · 2 years, 4 months ago
  41. 3660623 Rename plain c option and update comments by Jerry Yu · 2 years, 4 months ago
  42. 3fcf2b5 Rename HAS_NO_PLAIN_C to DONT_USE_SOFTWARE_CRYPTO by Jerry Yu · 2 years, 4 months ago
  43. 315fd30 Rename plain c disable option by Jerry Yu · 2 years, 4 months ago
  44. d767cc4 Add accelerator only tests. by Jerry Yu · 2 years, 4 months ago
  45. 9661f8a Merge pull request #7968 from gowthamsk-arm/use_earliest_latest_compilers by Bence Szépkúti · 2 years ago
  46. 9da40b8 Update default variable values for compilers by Gowtham Suresh Kumar · 2 years ago
  47. 2f04582 Move MBEDTLS_ECP_WITH_MPI_UINT to mbedtls_config.h by Janos Follath · 2 years ago
  48. f3135af Use config.py in all new bignum tests by Janos Follath · 2 years ago
  49. 82823b2 Fix new bignum tests by Janos Follath · 2 years ago
  50. 6f1977b Use variables for selecting compilers by Gowtham Suresh Kumar · 2 years ago
  51. 1e829a4 Use compgen to gather components in all.sh by Gowtham Suresh Kumar · 2 years ago
  52. 8d45ec8 Remove test_clang_opt check by Gowtham Suresh Kumar · 2 years ago
  53. 27602c3 test: accelerate all KEY_PAIR symbols in accel FFDH component by Valerio Setti · 2 years, 1 month ago
  54. a12baf8 Update test scripts to use latest/earliest compilers by Gowtham Suresh Kumar · 2 years, 1 month ago
  55. e256cc1 Add 32bit test component for ecp with new bignum interface by Gabor Mezei · 2 years ago
  56. 5647d06 Merge pull request #7518 from gilles-peskine-arm/psa_inject_entropy-file-stability by Gilles Peskine · 2 years, 1 month ago
  57. 87f6285 Merge pull request #7893 from ronald-cron-arm/misc-from-psa-crypto by Ronald Cron · 2 years, 1 month ago
  58. c844c1a Merge pull request #7546 from mpg/align-psa-md-identifiers by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  59. 7612d8c all.sh: Use consistently CONFIG_TEST_DRIVER_H by Ronald Cron · 2 years, 1 month ago
  60. 6b49b55 all.sh: Use consistently CRYPTO_CONFIG_H by Ronald Cron · 2 years, 1 month ago
  61. 7a93ac5 all.sh: Use consistently CONFIG_H by Ronald Cron · 2 years, 1 month ago
  62. 828b3ac Merge pull request #7848 from valeriosetti/issue7749 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  63. e501d0e Add change log and non-regression test by Ronald Cron · 2 years, 1 month ago
  64. 88f34e3 Merge pull request #7703 from gabor-mezei-arm/7598_clone_the_eco_module by Paul Elliott · 2 years, 1 month ago
  65. f614bde Merge pull request #7656 from mprse/ffdh_tls13_v2_drivers by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  66. 0085c2e test: fix message's text by Valerio Setti · 2 years, 1 month ago
  67. 16b70f2 test: enabled ssl-opt testing in no_ecp_at_all components by Valerio Setti · 2 years, 1 month ago
  68. 887f823 test: re-enable TLS and key exchanges in no_ecp_at_all component by Valerio Setti · 2 years, 1 month ago
  69. 2dfe799 Merge pull request #6914 from davidhorstmann-arm/cmake-pass-through-config-defines by Paul Elliott · 2 years, 1 month ago
  70. 9967f11 Merge pull request #7810 from valeriosetti/issue7771 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  71. 6db6047 Add a new test component to test the new bignum interface with `TEST_HOOKS` by Gabor Mezei · 2 years, 1 month ago
  72. 969c145 Use CONFIG_H variable rather than config file name by David Horstmann · 2 years, 6 months ago
  73. 20550e3 all.sh component to test cmake custom config file by David Horstmann · 2 years, 7 months ago
  74. 026235c Disable msan errors on null allocation in all.sh by Andrzej Kurek · 2 years, 1 month ago
  75. 565353e Cleanup the code by Przemek Stekiel · 2 years, 1 month ago
  76. 84f4ff1 Minor adaptations after ffdh was enabled for tls1.3 by Przemek Stekiel · 2 years, 1 month ago
  77. 01c248c Enable TLS1.3 in FFDH alg build with drivers and add reference config(without drivers) by Przemek Stekiel · 2 years, 2 months ago
  78. 9cf17da Merge pull request #7851 from daverodgman/fix-unused-aes by Dave Rodgman · 2 years, 1 month ago
  79. 56b159a Merge pull request #7627 from mprse/ffdh_tls13_v2 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  80. a2c1a38 Merge pull request #7630 from daverodgman/prefer-intrinsics by Dave Rodgman · 2 years, 1 month ago
  81. 9b6b5a0 Enable testing the cloned ecp module by Gabor Mezei · 2 years, 2 months ago
  82. c0d2f84 test: replace all KEY_TYPE_ECC_KEY_PAIR with proper symbols by Valerio Setti · 2 years, 1 month ago
  83. 072bded test: use proper key pair symbols in accelerated list for EC curve test by Valerio Setti · 2 years, 1 month ago
  84. f6587be test: remove useless accelerator intialization + minor restyling by Valerio Setti · 2 years, 1 month ago
  85. a983655 test: use better naming for new components by Valerio Setti · 2 years, 1 month ago
  86. 249b18a test: add new component to test with all KEY_PAIRs enabled but one by Valerio Setti · 2 years, 2 months ago
  87. 1a4936a Remove options not known to older gcc by Dave Rodgman · 2 years, 1 month ago
  88. 88651c4 Change build target as Cortex-A32 not supported on CI by Dave Rodgman · 2 years, 1 month ago
  89. 0f0f769 Nicer formatting by Dave Rodgman · 2 years, 1 month ago
  90. fb374e6 Split armcc tests to separate component by Dave Rodgman · 2 years, 1 month ago
  91. cd04020 Add comment by Dave Rodgman · 2 years, 1 month ago
  92. 6001fb2 Test combinations of macros for aes.o by Dave Rodgman · 2 years, 1 month ago
  93. 904c589 Revert "Extend TF-M build test to test all shipped configs" by Dave Rodgman · 2 years, 1 month ago
  94. 4430185 Extend TF-M build test to test all shipped configs by Dave Rodgman · 2 years, 1 month ago
  95. c164c07 Add TF-M build test to all.sh by Dave Rodgman · 2 years, 1 month ago
  96. 04bfe57 Disable asan errors on null allocation in all.sh by Andrzej Kurek · 2 years, 1 month ago
  97. aafe900 test: enable X509 testing in no_ecp_at_all() components by Valerio Setti · 2 years, 1 month ago
  98. 1814bb7 test: re-enable PK and RSA in component without ECP/ECP_LIGHT by Valerio Setti · 2 years, 2 months ago
  99. 3d9af47 Fix tests? by Dave Rodgman · 2 years, 2 months ago
  100. 6a08b68 Simplify aesni support test by Dave Rodgman · 2 years, 2 months ago