1. 29c002e Remove unused perl dependency scripts by Andrzej Kurek · 2 years, 10 months ago
  2. 7cb0077 Add all.sh components running depends.py without MBEDTLS_USE_PSA_CRYPTO by Andrzej Kurek · 2 years, 10 months ago
  3. 2c7993c depends.py: add a config option to unset MBEDTLS_USE_PSA by Andrzej Kurek · 2 years, 10 months ago
  4. 409248a mbedtls_ssl_get_handshake_transcript is unusable without hashes by Andrzej Kurek · 2 years, 10 months ago
  5. 57d1063 Fix tls_prf generic dependencies by Andrzej Kurek · 2 years, 10 months ago
  6. 468c506 Fix key exchange dependencies for ssl_parse_server_ecdh_params by Andrzej Kurek · 2 years, 10 months ago
  7. 72ef7c0 Merge pull request #6463 from AndrzejKurek/fix-crypo-typo by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  8. 4c89542 Merge pull request #6465 from mpg/pr-template-changelog by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  9. ba970be Fix test dependencies for cases that are PSA-based by Andrzej Kurek · 2 years, 10 months ago
  10. ed05279 Comment fix by Andrzej Kurek · 2 years, 10 months ago
  11. d066c79 Add missing ECB requirements for PSA cipher aes tests by Andrzej Kurek · 2 years, 10 months ago
  12. 8f26c8a Fix a typo in test_suite_cipher by Andrzej Kurek · 2 years, 10 months ago
  13. 02e2fa0 Make ChangeLog more visible in PR template by Manuel Pégourié-Gonnard · 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. c695249 Merge pull request #6446 from yanesca/add_split_arch_tests_to_bignum_core by Janos Follath · 2 years, 10 months ago
  17. 78e3c9b Fix style in bignum_core.py by Janos Follath · 2 years, 10 months ago
  18. 560805d Fix mbedtls_mpi_core_add_if test aliasing by Janos Follath · 2 years, 10 months ago
  19. 2c95a56 Remove KNOWN_MBEDTLS_SUPPORTED_HASH_ALG as it is now not used anywhere by Przemek Stekiel · 2 years, 10 months ago
  20. ba516f7 mpi_core_add_if test: Remove dependency on old API by Janos Follath · 2 years, 10 months ago
  21. 5ff03d4 Bignum Core test: move bound to constructor by Janos Follath · 2 years, 10 months ago
  22. e153a71 mpi_core_add_if: simplify tests by Janos Follath · 2 years, 10 months ago
  23. dd2e468 Bignum Core: add limb size specific test generation by Janos Follath · 2 years, 10 months ago
  24. 2b751cf Merge pull request #6399 from wernerlewis/bignum_gen_6274 by Janos Follath · 2 years, 10 months ago
  25. f1c24f0 Add missing include by Werner Lewis · 2 years, 10 months ago
  26. bd3ddaf Move tests added in #6289 by Werner Lewis · 2 years, 10 months ago
  27. f86c82e Pass bits_in_limb parameter to duplicated methods by Werner Lewis · 2 years, 10 months ago
  28. 63653b9 Remove unnecessary check by Werner Lewis · 2 years, 10 months ago
  29. 6baf12b Move legacy mod functions back to test_suite_mpi by Werner Lewis · 2 years, 10 months ago
  30. 2295eec Add missing space in string by Werner Lewis · 2 years, 10 months ago
  31. ffe4478 Move mpi_core_bitlen tests to bignum_core files by Werner Lewis · 2 years, 10 months ago
  32. 1b20e7e Redefine result() method to return List by Werner Lewis · 2 years, 10 months ago
  33. 7a27314 Add function to generate random montmul cases by Werner Lewis · 2 years, 10 months ago
  34. a850312 Add test generation for mpi_core_montmul by Werner Lewis · 2 years, 10 months ago
  35. 0a9c48b Add test generation for mpi_core_mla by Werner Lewis · 2 years, 10 months ago
  36. bbf0a32 Add flag for unique combinations in operations by Werner Lewis · 2 years, 10 months ago
  37. 6351c7f Add test generation for mpi_core_sub by Werner Lewis · 2 years, 10 months ago
  38. ce769d1 Add test generation for mpi_core_add_if by Werner Lewis · 2 years, 10 months ago
  39. 99e8178 Add module for bignum_core test generation by Werner Lewis · 2 years, 10 months ago
  40. 0c6ea12 Move bignum_mod tests into separate files by Werner Lewis · 2 years, 10 months ago
  41. c9b6a0a Move bignum_mod_raw tests into separate files by Werner Lewis · 2 years, 10 months ago
  42. c6004a2 Move bignum_core tests into separate files by Werner Lewis · 2 years, 10 months ago
  43. 149c151 Merge pull request #6435 from mpg/improve-outcome-analysis by Gilles Peskine · 2 years, 10 months ago
  44. 4281ae0 Merge pull request #6373 from gilles-peskine-arm/bignum-core-conventions by Gilles Peskine · 2 years, 10 months ago
  45. 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
  46. f4b8a4f pylint: ignore duplicated imports by Andrzej Kurek · 2 years, 10 months ago
  47. b8a97e7 depends.py: rename domains argument to tasks by Andrzej Kurek · 2 years, 10 months ago
  48. 629c412 depends.py documentation fixes by Andrzej Kurek · 2 years, 10 months ago
  49. 9387b7b Add a temporary solution to create a seedfile by Andrzej Kurek · 2 years, 10 months ago
  50. b489f95 depends.py: remove config options that are unset anyway by Andrzej Kurek · 2 years, 10 months ago
  51. a44c5bc depends.py: rename config_pl usage to config_py by Andrzej Kurek · 2 years, 10 months ago
  52. 22b959d depends.py - add SHA256 dependency of LMS by Andrzej Kurek · 2 years, 10 months ago
  53. c610e74 Formatting & unnecessary (void) fixes by Andrzej Kurek · 2 years, 10 months ago
  54. 65b2ac1 Change the way exclusive groups are defined in depends.py by Andrzej Kurek · 2 years, 10 months ago
  55. f4b1867 depends.py: fix TLS 1.3 requirements by Andrzej Kurek · 2 years, 10 months ago
  56. a0cb4fa Improve depends.py readability by Andrzej Kurek · 2 years, 10 months ago
  57. b50754a Switch from x509_CRT_PARSE to KEY_EXCHANGE_WITH_CERT_ENABLED by Andrzej Kurek · 2 years, 10 months ago
  58. e5535e3 Add MBEDTLS_DES_C exclusive group dependencies by Andrzej Kurek · 2 years, 10 months ago
  59. d0786f5 Revert one of the changes to ssl_server2 dependencies by Andrzej Kurek · 2 years, 10 months ago
  60. ecb6309 Fix constant name in ssl_tls13_keys by Andrzej Kurek · 2 years, 10 months ago
  61. a2a9688 Fix the memory allocation in test_suite_ssl by Andrzej Kurek · 2 years, 10 months ago
  62. 6454a90 Remove pre-1_2 TLS dependencies from depends.py by Andrzej Kurek · 2 years, 10 months ago
  63. 658442f Remove unnecessary ECP_C dependencies by Andrzej Kurek · 2 years, 10 months ago
  64. e5a5cc1 Remove the dependency of tls1_3 key evolution tests on curve25519 by Andrzej Kurek · 2 years, 10 months ago
  65. daf43fb Move the location of MBEDTLS_ECP_C dependencies by Andrzej Kurek · 2 years, 10 months ago
  66. 6ee1e20 Replace x509_CRT_PARSE_C with KEY_EXCHANGE_WITH_CERT_ENABLED by Andrzej Kurek · 2 years, 10 months ago
  67. 2d637c4 Fix unchecked allocation in test_suite_ssl by Andrzej Kurek · 2 years, 10 months ago
  68. 01af84a depends.py: Add script documentation by Andrzej Kurek · 2 years, 10 months ago
  69. 2f8ac28 Disable MBEDTLS_TEST_HOOKS in depends.py by Andrzej Kurek · 2 years, 10 months ago
  70. eabeb30 Fix SHA512 vs SHA384 dependencies by Andrzej Kurek · 2 years, 10 months ago
  71. 228b12c Rework depends.py to run more tests with hashes by Andrzej Kurek · 2 years, 10 months ago
  72. fe46949 depends.py: disable part of the test jobs by Andrzej Kurek · 2 years, 10 months ago
  73. fcbd2ac Split depends.py all.sh job into seven by Andrzej Kurek · 2 years, 10 months ago
  74. 202932f Use upper case for constants in depends.py by Andrzej Kurek · 2 years, 10 months ago
  75. 3322c22 Improve depends.py structrue by Andrzej Kurek · 2 years, 10 months ago
  76. 0e8b2d7 Fix python formatting and indentation by Andrzej Kurek · 2 years, 10 months ago
  77. 3cca0c8 Add an all.sh component running depends.pl by Andrzej Kurek · 2 years, 10 months ago
  78. e05b17f Update depends.py by Andrzej Kurek · 2 years, 10 months ago
  79. c19fb08 Add missing ECDH dependency in tls 1.3 client by Andrzej Kurek · 2 years, 10 months ago
  80. e64bd43 Add missing ECP and ECDH dependencies in ssl test suites by Andrzej Kurek · 2 years, 10 months ago
  81. 8e44139 Add missing CURVE25519 requirements to TLS 1.3 tests by Andrzej Kurek · 2 years, 10 months ago
  82. 84f30f2 Add missing SHA256 dependency by Andrzej Kurek · 2 years, 10 months ago
  83. e38b788 Add missing key exchange dependencies by Andrzej Kurek · 2 years, 10 months ago
  84. 6832774 Add missing dependencies by Andrzej Kurek · 2 years, 10 months ago
  85. 90e8204 Add missing SHA256 and ECDSA_C dependencies in test_suite_ssl by Andrzej Kurek · 2 years, 10 months ago
  86. 0abebeb Refactor ssl test suite to use pointers more by Andrzej Kurek · 2 years, 10 months ago
  87. 46a9873 Formatting fix by Andrzej Kurek · 2 years, 10 months ago
  88. 084334c Compile constant time masking and hmac if there are suites using MAC by Andrzej Kurek · 2 years, 10 months ago
  89. 2d59dbc Use TLS prf only if TLS 1.2 is compiled in by Andrzej Kurek · 2 years, 10 months ago
  90. 894edde Add tls prf handling when there's no SHA256 or SHA384 by Andrzej Kurek · 2 years, 10 months ago
  91. f502bcb Fix missing AES dependencies by Andrzej Kurek · 2 years, 10 months ago
  92. 34a1557 Add domains for symmetric ciphers by Gilles Peskine · 7 years ago
  93. c3b4dee When exercising key exchanges, don't build the test suites by Gilles Peskine · 7 years ago
  94. 584c24a Declare more reverse dependencies by Gilles Peskine · 7 years ago
  95. b1284cf Don't test builds with only deprecated hashes by Gilles Peskine · 7 years ago
  96. bf7537d Use the full config as the baseline for all jobs by Gilles Peskine · 7 years ago
  97. e85163b Simplify final passed/failed reporting by Gilles Peskine · 7 years ago
  98. 0fa7cbe Add basic support for colored output by Gilles Peskine · 7 years ago
  99. 54aa5c6 Factor running config.pl into its own function by Gilles Peskine · 7 years ago
  100. 46c8256 Flush log output after each line by Gilles Peskine · 7 years ago