1. 992de3c Make TASK parameter positional and allow more than one task by Przemek Stekiel · 2 years, 9 months ago
  2. be279c7 Make a list from ignored tests in TASKS by Przemek Stekiel · 2 years, 9 months ago
  3. 51f30ff Make separate components for ref and driver in TASKS by Przemek Stekiel · 2 years, 9 months ago
  4. 6856f4c Fix typos and comments by Przemek Stekiel · 2 years, 9 months ago
  5. a380b06 Add fake dependency to test CI by Przemek Stekiel · 2 years, 9 months ago
  6. 120ed8f Add comments to explan the purpose of the reference component by Przemek Stekiel · 2 years, 9 months ago
  7. 5f6f32a Remove hidden option to skip ssl-opt and compat tests by Przemek Stekiel · 2 years, 9 months ago
  8. 4d13c83 analyze_outcomes.py: remove components and ignore parameters by Przemek Stekiel · 2 years, 9 months ago
  9. ab0451b Fix build command in test_psa_crypto_config_reference_hash_use_psa by Przemek Stekiel · 2 years, 10 months ago
  10. c86dedf Fix code style by Przemek Stekiel · 2 years, 10 months ago
  11. 58bbc23 Use coverage analyze as default task by Przemek Stekiel · 2 years, 10 months ago
  12. 4e95590 analyze_outcomes.py: Add test coverage regresion analyze for driver only builds by Przemek Stekiel · 2 years, 10 months ago
  13. 01df9dd Add test component: component_test_psa_crypto_config_reference_hash_use_psa by Przemek Stekiel · 2 years, 10 months ago
  14. 0e7e471 Merge pull request #6447 from mprse/driver-only-hash-gap by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  15. 45c6792 Merge pull request #6385 from AndrzejKurek/depends-py-reloaded by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  16. 560805d Fix mbedtls_mpi_core_add_if test aliasing by Janos Follath · 2 years, 10 months ago
  17. 2c95a56 Remove KNOWN_MBEDTLS_SUPPORTED_HASH_ALG as it is now not used anywhere by Przemek Stekiel · 2 years, 10 months ago
  18. ba516f7 mpi_core_add_if test: Remove dependency on old API by Janos Follath · 2 years, 10 months ago
  19. e153a71 mpi_core_add_if: simplify tests by Janos Follath · 2 years, 10 months ago
  20. f1c24f0 Add missing include by Werner Lewis · 2 years, 10 months ago
  21. bd3ddaf Move tests added in #6289 by Werner Lewis · 2 years, 10 months ago
  22. 6baf12b Move legacy mod functions back to test_suite_mpi by Werner Lewis · 2 years, 10 months ago
  23. ffe4478 Move mpi_core_bitlen tests to bignum_core files by Werner Lewis · 2 years, 10 months ago
  24. 1b20e7e Redefine result() method to return List by Werner Lewis · 2 years, 10 months ago
  25. 99e8178 Add module for bignum_core test generation by Werner Lewis · 2 years, 10 months ago
  26. 0c6ea12 Move bignum_mod tests into separate files by Werner Lewis · 2 years, 10 months ago
  27. c9b6a0a Move bignum_mod_raw tests into separate files by Werner Lewis · 2 years, 10 months ago
  28. c6004a2 Move bignum_core tests into separate files by Werner Lewis · 2 years, 10 months ago
  29. 149c151 Merge pull request #6435 from mpg/improve-outcome-analysis by Gilles Peskine · 2 years, 10 months ago
  30. db29963 Merge pull request #6289 from gabor-mezei-arm/6237_Add_conditional_assign_and_swap_for_bignum by Gilles Peskine · 2 years, 10 months ago
  31. b8a97e7 depends.py: rename domains argument to tasks by Andrzej Kurek · 2 years, 10 months ago
  32. 629c412 depends.py documentation fixes by Andrzej Kurek · 2 years, 10 months ago
  33. b489f95 depends.py: remove config options that are unset anyway by Andrzej Kurek · 2 years, 10 months ago
  34. a44c5bc depends.py: rename config_pl usage to config_py by Andrzej Kurek · 2 years, 10 months ago
  35. 22b959d depends.py - add SHA256 dependency of LMS by Andrzej Kurek · 2 years, 10 months ago
  36. 65b2ac1 Change the way exclusive groups are defined in depends.py by Andrzej Kurek · 2 years, 10 months ago
  37. f4b1867 depends.py: fix TLS 1.3 requirements by Andrzej Kurek · 2 years, 10 months ago
  38. a0cb4fa Improve depends.py readability by Andrzej Kurek · 2 years, 10 months ago
  39. b50754a Switch from x509_CRT_PARSE to KEY_EXCHANGE_WITH_CERT_ENABLED by Andrzej Kurek · 2 years, 10 months ago
  40. e5535e3 Add MBEDTLS_DES_C exclusive group dependencies by Andrzej Kurek · 2 years, 10 months ago
  41. a2a9688 Fix the memory allocation in test_suite_ssl by Andrzej Kurek · 2 years, 10 months ago
  42. 6454a90 Remove pre-1_2 TLS dependencies from depends.py by Andrzej Kurek · 2 years, 10 months ago
  43. 658442f Remove unnecessary ECP_C dependencies by Andrzej Kurek · 2 years, 10 months ago
  44. e5a5cc1 Remove the dependency of tls1_3 key evolution tests on curve25519 by Andrzej Kurek · 2 years, 10 months ago
  45. daf43fb Move the location of MBEDTLS_ECP_C dependencies by Andrzej Kurek · 2 years, 10 months ago
  46. 2d637c4 Fix unchecked allocation in test_suite_ssl by Andrzej Kurek · 2 years, 10 months ago
  47. 01af84a depends.py: Add script documentation by Andrzej Kurek · 2 years, 10 months ago
  48. 2f8ac28 Disable MBEDTLS_TEST_HOOKS in depends.py by Andrzej Kurek · 2 years, 10 months ago
  49. eabeb30 Fix SHA512 vs SHA384 dependencies by Andrzej Kurek · 2 years, 10 months ago
  50. 228b12c Rework depends.py to run more tests with hashes by Andrzej Kurek · 2 years, 10 months ago
  51. fe46949 depends.py: disable part of the test jobs by Andrzej Kurek · 2 years, 10 months ago
  52. fcbd2ac Split depends.py all.sh job into seven by Andrzej Kurek · 2 years, 10 months ago
  53. 202932f Use upper case for constants in depends.py by Andrzej Kurek · 2 years, 10 months ago
  54. 3322c22 Improve depends.py structrue by Andrzej Kurek · 2 years, 10 months ago
  55. 0e8b2d7 Fix python formatting and indentation by Andrzej Kurek · 2 years, 10 months ago
  56. 3cca0c8 Add an all.sh component running depends.pl by Andrzej Kurek · 2 years, 10 months ago
  57. e05b17f Update depends.py by Andrzej Kurek · 2 years, 10 months ago
  58. e64bd43 Add missing ECP and ECDH dependencies in ssl test suites by Andrzej Kurek · 2 years, 10 months ago
  59. 8e44139 Add missing CURVE25519 requirements to TLS 1.3 tests by Andrzej Kurek · 2 years, 10 months ago
  60. 84f30f2 Add missing SHA256 dependency by Andrzej Kurek · 2 years, 10 months ago
  61. e38b788 Add missing key exchange dependencies by Andrzej Kurek · 2 years, 10 months ago
  62. 90e8204 Add missing SHA256 and ECDSA_C dependencies in test_suite_ssl by Andrzej Kurek · 2 years, 10 months ago
  63. 0abebeb Refactor ssl test suite to use pointers more by Andrzej Kurek · 2 years, 10 months ago
  64. f502bcb Fix missing AES dependencies by Andrzej Kurek · 2 years, 10 months ago
  65. 34a1557 Add domains for symmetric ciphers by Gilles Peskine · 7 years ago
  66. c3b4dee When exercising key exchanges, don't build the test suites by Gilles Peskine · 7 years ago
  67. 584c24a Declare more reverse dependencies by Gilles Peskine · 7 years ago
  68. b1284cf Don't test builds with only deprecated hashes by Gilles Peskine · 7 years ago
  69. bf7537d Use the full config as the baseline for all jobs by Gilles Peskine · 7 years ago
  70. e85163b Simplify final passed/failed reporting by Gilles Peskine · 7 years ago
  71. 0fa7cbe Add basic support for colored output by Gilles Peskine · 7 years ago
  72. 54aa5c6 Factor running config.pl into its own function by Gilles Peskine · 7 years ago
  73. 46c8256 Flush log output after each line by Gilles Peskine · 7 years ago
  74. b39e3ec New script to exercise compilation options by Gilles Peskine · 7 years ago
  75. e40b921 Fix missing padding dependencies by Andrzej Kurek · 2 years, 10 months ago
  76. 252283f Fix missing cipher mode dependencies by Andrzej Kurek · 2 years, 10 months ago
  77. 8258ea7 test_suite_psa_crypto: adapt dependenies and guards so the test can run in the driver-only build by Przemek Stekiel · 2 years, 10 months ago
  78. 0dc4077 Improve comments & messages by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  79. 4dceede Fix overly replacement in the documentation by Gabor Mezei · 2 years, 10 months ago
  80. 98b1af4 test_suite_debug: adapt dependenies so the test can run in the driver-only build by Przemek Stekiel · 2 years, 10 months ago
  81. 7cd1ebe Merge pull request #6296 from gilles-peskine-arm/test_data_generation-pr_6093_followup by Janos Follath · 2 years, 10 months ago
  82. d92fb01 Skip bits not needed in outcome-analysis.sh by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  83. 47da7bf Merge pull request #6434 from gilles-peskine-arm/lmots_import_export_test-memory_leak by Gilles Peskine · 2 years, 10 months ago
  84. 0c74e08 Fix condition by Gabor Mezei · 2 years, 10 months ago
  85. 503d09b Fix memory leak if unit test fails by Gilles Peskine · 2 years, 10 months ago
  86. 6c6f04b Merge pull request #6419 from mpg/fix-assert-alloc-usage by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  87. 8874cd5 Merge pull request #4826 from RcColes/development by Gilles Peskine · 2 years, 10 months ago
  88. ffb4aa0 Rename variables to have unambiguous names by Gabor Mezei · 2 years, 10 months ago
  89. 8bcd7cc Use count instead of bytes in ASSERT_ALLOC argument by Gabor Mezei · 2 years, 10 months ago
  90. b3c3090 Merge pull request #6383 from mprse/aead_driver_test by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  91. 47b8de8 Fix usage of ASSERT_ALLOC() by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  92. fa65237 Fix which config header MBEDTLS_LMS_xxx is unset from by Gilles Peskine · 2 years, 10 months ago
  93. 31c2dcb Fix file names in reproduction instructions in test data by Gilles Peskine · 2 years, 10 months ago
  94. 2875aa7 Fix instructions and test data for pyhsslms interop tests by Gilles Peskine · 2 years, 10 months ago
  95. 8bccc99 Don't mention error type in LMS test comments by Raef Coles · 2 years, 10 months ago
  96. 6d7d94a Use correct export length in LMS export tests by Raef Coles · 2 years, 10 months ago
  97. aa9d52b Rename LMS private key files to match library name by Raef Coles · 2 years, 10 months ago
  98. f8bfe27 Remove bad character from LMS test case by Raef Coles · 2 years, 10 months ago
  99. d543697 Fix minor type in LMS test description by Raef Coles · 2 years, 10 months ago
  100. a2514f6 Update pyhsslms test instructions with script by Raef Coles · 2 years, 10 months ago