1. e29203b Stop using "legacy" OpenSSL and GnuTLS by Gilles Peskine · 2 years ago
  2. 8ca2041 Merge pull request #8074 from tgonzalezorlandoarm/tg/allowlist by Gilles Peskine · 2 years ago
  3. d43cab3 Correct analyze_outcomes identation by Tomás González · 2 years ago
  4. e65bba4 Merge pull request #7803 from gilles-peskine-arm/psa-low-hash-mac-size by Gilles Peskine · 2 years ago gh-readonly-queue/development/pr-7803-17d5081ffb27e1be0807d52ede3edffdc722482a
  5. a063144 Correct analyze_outcomes.py identation by Tomás González · 2 years ago
  6. 5022311 Tidy up allow list definition by Tomás González · 2 years ago
  7. 7ebb18f Make non-executed tests that are not in the allow list an error by Tomás González · 2 years ago
  8. c9187c5 New test suite for the low-level hash interface by Gilles Peskine · 2 years, 2 months ago
  9. fdb7223 Move PSA information and dependency automation into their own module by Gilles Peskine · 2 years, 2 months ago
  10. 796bc2b Merge pull request #7486 from AndrzejKurek/calloc-also-zeroizes by Gilles Peskine · 2 years ago
  11. 1fdc884 Merge pull request #7384 from yuhaoth/pr/add-aes-accelerator-only-mode by Dave Rodgman · 2 years ago
  12. 505dffd Merge pull request #7937 from yanrayw/code_size_compare_improvement by Bence Szépkúti · 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. 358c6c6 Add EdDSA and XTS to the allow list by Tomás González · 2 years ago
  18. b401e11 Add a flag for requiring full coverage in coverage tests by Tomás González · 2 years ago
  19. 07bdcc2 Add allow list for non-executed test cases by Tomás González · 2 years ago
  20. 963513d Merge pull request #8008 from valeriosetti/issue7756 by Dave Rodgman · 2 years ago
  21. 5e678fd Merge pull request #8050 from gilles-peskine-arm/all.sh-remove-crypto_full_no_cipher by Tom Cosgrove · 2 years ago
  22. e0be95e analyze_outcomes: skip tests that depend on BIGNUM_C by Valerio Setti · 2 years ago
  23. 18535c3 test: enable TLS, key exchances and ssl-opt teting in ecc_no_bignum() by Valerio Setti · 2 years ago
  24. 29c1b4d test: enable X509 testing in ecc_no_bignum component by Valerio Setti · 2 years ago
  25. f5a29a5 Remove redundant test component by Gilles Peskine · 2 years ago
  26. 2e0275d test: use unset-all option in config.py to optimize test code by Valerio Setti · 2 years ago
  27. a8c655e test: remove redundant code setting MBEDTLS_PSA_CRYPTO_CONFIG by Valerio Setti · 2 years ago
  28. fe7d96c test: minor optimizations to ecc_no_bignum components by Valerio Setti · 2 years ago
  29. 9b3dbcc analyze_outcomes: skip tests that unavoidably depend on bignum by Valerio Setti · 2 years ago
  30. 660bbf2 test: disable BIGNUM support on the test ecc_no_bignum component by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  31. 06aebe4 test: disable FFDH support on the test ecc_no_bignum component by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  32. 7dccb66 test: disable RSA support on the test ecc_no_bignum component by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  33. abd00d0 test: adding new components for testing and driver coverage analysis without BN by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  34. 76a51b9 replace strings command with grep by Jerry Yu · 2 years ago
  35. a7de78d improve test by Jerry Yu · 2 years ago
  36. 7802f65 Add negative test for aesni only by Jerry Yu · 2 years ago
  37. c935aa6 Add via padlock build test by Jerry Yu · 2 years ago
  38. 193cbc0 Add aesce build test by Jerry Yu · 2 years ago
  39. 6f80ac4 Merge pull request #7864 from waleed-elmelegy-arm/enforce-min-RSA-key-size by Dave Rodgman · 2 years ago
  40. 8a599c0 Add aesni only test by Jerry Yu · 2 years ago
  41. 17a9d2e Add MBEDTLS_AES_USE_HADWARE_ONLY for test_aesni by Jerry Yu · 2 years ago
  42. 1221a31 Run aes tests only for test_aesni by Jerry Yu · 2 years ago
  43. 69dd441 Remove test_aes_* by Jerry Yu · 2 years ago
  44. 267bee9 Merge pull request #7903 from valeriosetti/issue7773 by Gilles Peskine · 2 years ago gh-readonly-queue/development/pr-7903-9661f8ab0d28db9ef2a77953b68eb3de10a4c260
  45. d76ded0 fix various issues by Jerry Yu · 2 years, 4 months ago
  46. 3660623 Rename plain c option and update comments by Jerry Yu · 2 years, 4 months ago
  47. 3fcf2b5 Rename HAS_NO_PLAIN_C to DONT_USE_SOFTWARE_CRYPTO by Jerry Yu · 2 years, 4 months ago
  48. 315fd30 Rename plain c disable option by Jerry Yu · 2 years, 4 months ago
  49. d767cc4 Add accelerator only tests. by Jerry Yu · 2 years, 4 months ago
  50. 9661f8a Merge pull request #7968 from gowthamsk-arm/use_earliest_latest_compilers by Bence Szépkúti · 2 years ago
  51. 9da40b8 Update default variable values for compilers by Gowtham Suresh Kumar · 2 years ago
  52. 2f04582 Move MBEDTLS_ECP_WITH_MPI_UINT to mbedtls_config.h by Janos Follath · 2 years ago
  53. f3135af Use config.py in all new bignum tests by Janos Follath · 2 years ago
  54. 82823b2 Fix new bignum tests by Janos Follath · 2 years ago
  55. 6f1977b Use variables for selecting compilers by Gowtham Suresh Kumar · 2 years ago
  56. 1e829a4 Use compgen to gather components in all.sh by Gowtham Suresh Kumar · 2 years ago
  57. 8d45ec8 Remove test_clang_opt check by Gowtham Suresh Kumar · 2 years ago
  58. d7bdbbe Improve naming of mimimum RSA key size generation configurations by Waleed Elmelegy · 2 years, 1 month ago
  59. e0fa7ec Merge pull request #7988 from gabor-mezei-arm/7598_add_32bit_test_component by Janos Follath · 2 years ago
  60. 3d158f0 Adapt tests to work on all possible minimum RSA key sizes by Waleed Elmelegy · 2 years, 1 month ago
  61. 3a96227 generate_psa_tests: remove checks for DH's LEGACY symbols by Valerio Setti · 2 years ago
  62. 27602c3 test: accelerate all KEY_PAIR symbols in accel FFDH component by Valerio Setti · 2 years, 1 month ago
  63. 186731b Fix warnings from clang-16 by Gowtham Suresh Kumar · 2 years ago
  64. a12baf8 Update test scripts to use latest/earliest compilers by Gowtham Suresh Kumar · 2 years, 1 month ago
  65. e256cc1 Add 32bit test component for ecp with new bignum interface by Gabor Mezei · 2 years ago
  66. c154a04 Fix dependencies for DH (and RSA) key pairs by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  67. afe4b79 Enable DH in generate_psa_tests.py by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  68. f1c032a Merge pull request #7902 from valeriosetti/issue7772 by Paul Elliott · 2 years ago
  69. 21127f7 code_size_compare: add logging module and tweak prompt message by Yanray Wang · 2 years, 1 month ago
  70. 5647d06 Merge pull request #7518 from gilles-peskine-arm/psa_inject_entropy-file-stability by Gilles Peskine · 2 years, 1 month ago
  71. 87f6285 Merge pull request #7893 from ronald-cron-arm/misc-from-psa-crypto by Ronald Cron · 2 years, 1 month ago
  72. c844c1a Merge pull request #7546 from mpg/align-psa-md-identifiers by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  73. 7612d8c all.sh: Use consistently CONFIG_TEST_DRIVER_H by Ronald Cron · 2 years, 1 month ago
  74. 6b49b55 all.sh: Use consistently CRYPTO_CONFIG_H by Ronald Cron · 2 years, 1 month ago
  75. 7a93ac5 all.sh: Use consistently CONFIG_H by Ronald Cron · 2 years, 1 month ago
  76. 828b3ac Merge pull request #7848 from valeriosetti/issue7749 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  77. e501d0e Add change log and non-regression test by Ronald Cron · 2 years, 1 month ago
  78. b366fe9 Merge pull request #7478 from yuhaoth/pr/add-script-for-generating-cert-macros by Gilles Peskine · 2 years, 1 month ago
  79. 3c22366 Merge pull request #7863 from valeriosetti/issue7790 by Paul Elliott · 2 years, 1 month ago
  80. 88f34e3 Merge pull request #7703 from gabor-mezei-arm/7598_clone_the_eco_module by Paul Elliott · 2 years, 1 month ago
  81. 42796e2 generate_psa_tests: fix automatically generated tests for RSA by Valerio Setti · 2 years, 1 month ago
  82. 5f54020 analyze_outcomes: do not skip test about wrong Montgomery private key by Valerio Setti · 2 years, 1 month ago
  83. f614bde Merge pull request #7656 from mprse/ffdh_tls13_v2_drivers by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  84. 0085c2e test: fix message's text by Valerio Setti · 2 years, 1 month ago
  85. 16b70f2 test: enabled ssl-opt testing in no_ecp_at_all components by Valerio Setti · 2 years, 1 month ago
  86. 887f823 test: re-enable TLS and key exchanges in no_ecp_at_all component by Valerio Setti · 2 years, 1 month ago
  87. 2dfe799 Merge pull request #6914 from davidhorstmann-arm/cmake-pass-through-config-defines by Paul Elliott · 2 years, 1 month ago
  88. 461d59b Merge pull request #7858 from mprse/ffdh_tls13_v2_f by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  89. 9967f11 Merge pull request #7810 from valeriosetti/issue7771 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  90. 615cbcd Provide additional comments for claryfication by Przemek Stekiel · 2 years, 1 month ago
  91. 99a82dd fix python lint fails by Jerry Yu · 2 years, 2 months ago
  92. 5811869 Add test_certs.h generate script by Jerry Yu · 2 years, 3 months ago
  93. 6db6047 Add a new test component to test the new bignum interface with `TEST_HOOKS` by Gabor Mezei · 2 years, 1 month ago
  94. 969c145 Use CONFIG_H variable rather than config file name by David Horstmann · 2 years, 6 months ago
  95. 20550e3 all.sh component to test cmake custom config file by David Horstmann · 2 years, 7 months ago
  96. 026235c Disable msan errors on null allocation in all.sh by Andrzej Kurek · 2 years, 1 month ago
  97. 565353e Cleanup the code by Przemek Stekiel · 2 years, 1 month ago
  98. 45255e4 Adapt names (curves -> groups) by Przemek Stekiel · 2 years, 1 month ago
  99. 84f4ff1 Minor adaptations after ffdh was enabled for tls1.3 by Przemek Stekiel · 2 years, 1 month ago
  100. 85b6442 Add ffdh accel vs reference check to analyze_outcomes.py by Przemek Stekiel · 2 years, 2 months ago