1. 0d3b3a8 Move MBEDTLS_ECP_C requirements to test_suite_ssl.function by Andrzej Kurek · 2 years, 10 months ago
  2. e470821 Add missing SHA dependencies by Andrzej Kurek · 2 years, 10 months ago
  3. a2089f5 pylint: ignore duplicated imports by Andrzej Kurek · 2 years, 10 months ago
  4. 3de1c78 Fix blowfish padding dependencies by Andrzej Kurek · 2 years, 10 months ago
  5. 467a0f2 Adjust depends.py to the 2.28 branch by Andrzej Kurek · 2 years, 10 months ago
  6. 15e5dd8 Add missing blowfish possibility to CBC suites by Andrzej Kurek · 2 years, 10 months ago
  7. 113952d depends.py: rename domains argument to tasks by Andrzej Kurek · 2 years, 10 months ago
  8. ffbc8f5 depends.py documentation fixes by Andrzej Kurek · 2 years, 10 months ago
  9. 96298f9 Add a temporary solution to create a seedfile by Andrzej Kurek · 2 years, 10 months ago
  10. 3146bb4 depends.py: remove config options that are unset anyway by Andrzej Kurek · 2 years, 10 months ago
  11. bec35a1 depends.py: rename config_pl usage to config_py by Andrzej Kurek · 2 years, 10 months ago
  12. 9cbdf10 Change the way exclusive groups are defined in depends.py by Andrzej Kurek · 2 years, 10 months ago
  13. 0325ced depends.py: fix TLS 1.3 requirements by Andrzej Kurek · 2 years, 10 months ago
  14. 8b7a157 Improve depends.py readability by Andrzej Kurek · 2 years, 10 months ago
  15. 9155e7f Switch from x509_CRT_PARSE to KEY_EXCHANGE_WITH_CERT_ENABLED by Andrzej Kurek · 2 years, 10 months ago
  16. cddae3b Add MBEDTLS_DES_C exclusive group dependencies by Andrzej Kurek · 2 years, 10 months ago
  17. 0b56ce0 Fix the memory allocation in test_suite_ssl by Andrzej Kurek · 2 years, 10 months ago
  18. dc4a252 Fix tls 1.3 test dependencies by Andrzej Kurek · 2 years, 10 months ago
  19. 7829d8f Replace x509_CRT_PARSE_C with KEY_EXCHANGE_WITH_CERT_ENABLED by Andrzej Kurek · 2 years, 10 months ago
  20. 7ddb53c Fix unchecked allocation in test_suite_ssl by Andrzej Kurek · 2 years, 10 months ago
  21. 110fc48 depends.py: Add script documentation by Andrzej Kurek · 2 years, 10 months ago
  22. 5b32755 Disable MBEDTLS_TEST_HOOKS in depends.py by Andrzej Kurek · 2 years, 10 months ago
  23. 068a73f Rework depends.py to run more tests with hashes by Andrzej Kurek · 2 years, 10 months ago
  24. 2e105b5 depends.py: disable part of the test jobs by Andrzej Kurek · 2 years, 10 months ago
  25. 85d6930 Split depends.py all.sh job into seven by Andrzej Kurek · 2 years, 10 months ago
  26. fb3e27e Use upper case for constants in depends.py by Andrzej Kurek · 2 years, 10 months ago
  27. b95ba9a Improve depends.py structrue by Andrzej Kurek · 2 years, 10 months ago
  28. 798f5c2 Fix python formatting and indentation by Andrzej Kurek · 2 years, 10 months ago
  29. 3cdd08c Add an all.sh component running depends.pl by Andrzej Kurek · 2 years, 10 months ago
  30. 9068625 Update depends.py by Andrzej Kurek · 2 years, 10 months ago
  31. 4d95934 Add missing ECP and ECDH dependencies in ssl test suites by Andrzej Kurek · 2 years, 10 months ago
  32. 4ed670f Add missing key exchange dependencies by Andrzej Kurek · 2 years, 10 months ago
  33. b3b0ec9 Add missing dependencies by Andrzej Kurek · 2 years, 10 months ago
  34. 0d2982b Refactor ssl test suite to use pointers more by Andrzej Kurek · 2 years, 10 months ago
  35. e8ed2a1 Compile constant time masking and hmac if there are suites using MAC by Andrzej Kurek · 2 years, 10 months ago
  36. f9412f7 Add tls prf handling when there's no SHA256 or SHA384 by Andrzej Kurek · 2 years, 10 months ago
  37. 773a461 Fix missing AES dependencies by Andrzej Kurek · 2 years, 10 months ago
  38. 3ce0e32 Add domains for symmetric ciphers by Gilles Peskine · 7 years ago
  39. 7088a73 When exercising key exchanges, don't build the test suites by Gilles Peskine · 7 years ago
  40. b81f406 Declare more reverse dependencies by Gilles Peskine · 7 years ago
  41. 3dd0dab Don't test builds with only deprecated hashes by Gilles Peskine · 7 years ago
  42. 88e8dd6 Use the full config as the baseline for all jobs by Gilles Peskine · 7 years ago
  43. dc68f61 Simplify final passed/failed reporting by Gilles Peskine · 7 years ago
  44. fd1d69c Add basic support for colored output by Gilles Peskine · 7 years ago
  45. d43ce2b Factor running config.pl into its own function by Gilles Peskine · 7 years ago
  46. e6a60db Flush log output after each line by Gilles Peskine · 7 years ago
  47. f5ea197 New script to exercise compilation options by Gilles Peskine · 7 years ago
  48. e8955e1 Fix missing padding dependencies by Andrzej Kurek · 2 years, 10 months ago
  49. 8ffd8a6 Fix missing cipher mode dependencies by Andrzej Kurek · 2 years, 10 months ago
  50. e5ae132 Merge pull request #6420 from mpg/fix-assert-alloc-usage-228 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  51. d3a4f22 Merge pull request #6414 from daverodgman/update_docs_links_2.28 by Dave Rodgman · 2 years, 10 months ago
  52. 4c0a21f Fix capitalisation by Dave Rodgman · 2 years, 10 months ago
  53. 8705290 Update SUPPORT.md by Dave Rodgman · 2 years, 10 months ago
  54. ed46f6f Update SUPPORT.md by Dave Rodgman · 2 years, 10 months ago
  55. 3495ca3 Merge pull request #6415 from mprse/aead_driver_test_2_28_backport by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  56. d44d3ea Fix usage of ASSERT_ALLOC() by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  57. 9030a25 Fix aead driver code (remove redundant brace) by Przemek Stekiel · 2 years, 10 months ago
  58. 279188f Merge pull request #6396 from gilles-peskine-arm/platform.h-unconditional-2.28 by Gilles Peskine · 2 years, 10 months ago
  59. a129bab Merge pull request #6412 from mpg/print-failed-suites-2.28 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  60. 65caa16 Add changelog entry by Przemek Stekiel · 2 years, 10 months ago
  61. 0368d36 Add MBEDTLS_PSA_BUILTIN_AEAD definition by Przemek Stekiel · 2 years, 10 months ago
  62. 8b53871 Improve wording re PSA Crypto API by Dave Rodgman · 2 years, 10 months ago
  63. 4e7892e Additional updates to docs links by Dave Rodgman · 2 years, 10 months ago
  64. 0db0bd1 Update documentation links by Dave Rodgman · 2 years, 10 months ago
  65. 207b874 Merge pull request #6307 from wernerlewis/bignum_test_script_2.28 by Gilles Peskine · 2 years, 10 months ago
  66. 9e8556c Enable MBEDTLS_POLY1305_C in test drivers build by Przemek Stekiel · 2 years, 10 months ago
  67. b771762 crypto_config_test_driver_extension.h: add support for ChaCha20 - Poly1305 by Przemek Stekiel · 2 years, 10 months ago
  68. f886241 test_driver_aead.c: add support for LIBTESTDRIVER1 tests by Przemek Stekiel · 2 years, 10 months ago
  69. 8b56f23 all.sh: add testing of AEAD drivers with libtestdriver1 by Przemek Stekiel · 2 years, 10 months ago
  70. c2e95fa Merge pull request #6394 from mprse/enc_types_2_28_backport by Gilles Peskine · 2 years, 10 months ago
  71. 3211bbb Print the list of failed suites in verbose mode by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  72. 8221f84 Merge pull request #6402 from gilles-peskine-arm/config.py-python-version-2.28 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  73. 78c34c2 Add a note that config.py must remain compatible with Python 3.4 by Gilles Peskine · 2 years, 10 months ago
  74. f9c91ce Merge pull request #6387 from gilles-peskine-arm/bignum-mbedtls_test_read_mpi_core-2.28 by Janos Follath · 2 years, 10 months ago
  75. 0d72141 Revert "Add MBEDTLS_CIPHER_MODE_AEAD dependency to auth_crypt_tv() test function" by Przemek Stekiel · 2 years, 10 months ago
  76. fa60941 Revert: Enable Key Wrapping mode for 128-bit block ciphers by Przemek Stekiel · 2 years, 10 months ago
  77. 7aca4e4 Fix session tickets related build flags in fuzz_server and ssl_server2 by Przemek Stekiel · 2 years, 10 months ago
  78. 97d5740 Fix MBEDTLS_SSL_TICKET_C, MBEDTLS_SSL_SESSION_TICKETS dependencies by Przemek Stekiel · 2 years, 10 months ago
  79. 1834a2e Reword change log entry by Przemek Stekiel · 2 years, 10 months ago
  80. 36b33ba Restore platform.h inclusion in error.c by Gilles Peskine · 2 years, 10 months ago
  81. 9c764bf MBEDTLS_PLATFORM_VSNPRINTF_ALT requires MBEDTLS_PLATFORM_C by Gilles Peskine · 2 years, 11 months ago
  82. d84ed27 No need to use MBEDTLS_ERR_ERROR_CORRUPTION_DETECTED in tests by Gilles Peskine · 2 years, 11 months ago
  83. 0b7229d Include platform.h unconditionally: fixes undefined mbedtls_setbuf by Gilles Peskine · 2 years, 11 months ago
  84. 445aa5e Document the base state of platform abstraction by Gilles Peskine · 2 years, 11 months ago
  85. 7705a46 Include platform.h unconditionally: gcm by Gilles Peskine · 2 years, 11 months ago
  86. 0a48eae Add changelog entry: tls 1.2 builds with single encryption type by Przemek Stekiel · 2 years, 10 months ago
  87. efc894b Add GCM dependency to "Per-version suites: TLS 1.2" by Przemek Stekiel · 2 years, 10 months ago
  88. 802353c Add MBEDTLS_CIPHER_MODE_AEAD dependency to auth_crypt_tv() test function by Przemek Stekiel · 2 years, 10 months ago
  89. 2b03880 Enable Key Wrapping mode for 128-bit block ciphers by Przemek Stekiel · 2 years, 10 months ago
  90. 169554c Adapt macro names: MBEDTLS_SSL_SOME_SUITES_USE_MAC->MBEDTLS_SSL_SOME_MODES_USE_MAC by Przemek Stekiel · 2 years, 10 months ago
  91. b79d0dd test_suite_cmac.data: fix bug: use cipher type instead cipher id by Przemek Stekiel · 2 years, 10 months ago
  92. 093a4aa Remove useless platform macro redefinitions: automatic part by Gilles Peskine · 2 years, 10 months ago
  93. 249fcca test_suite_cipher.function: always include aes.h by Przemek Stekiel · 2 years, 10 months ago
  94. 8474fe0 Include platform.h unconditionally: second automatic part by Gilles Peskine · 2 years, 10 months ago
  95. 864b43d Fix configuration requirements(MBEDTLS_SSL_CONTEXT_SERIALIZATION, MBEDTLS_SSL_SESSION_TICKETS) by Przemek Stekiel · 2 years, 10 months ago
  96. 9450dc7 Fix guards for mbedtls_ct_size_mask() and mbedtls_ct_memcpy_if_eq() by Przemek Stekiel · 2 years, 10 months ago
  97. e535270 Add test components for tls 1.2 builds with single encryption type by Przemek Stekiel · 2 years, 10 months ago
  98. 36f19b9 Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 10 months ago
  99. 30e0623 Merge pull request #6388 from gabor-mezei-arm/6308_bp_228_missing_initialization_in_test by Gilles Peskine · 2 years, 10 months ago
  100. eca29e4 Replace the output file atomically by Gilles Peskine · 2 years, 11 months ago