1. b81f406 Declare more reverse dependencies by Gilles Peskine · 7 years ago
  2. 3dd0dab Don't test builds with only deprecated hashes by Gilles Peskine · 7 years ago
  3. 88e8dd6 Use the full config as the baseline for all jobs by Gilles Peskine · 7 years ago
  4. dc68f61 Simplify final passed/failed reporting by Gilles Peskine · 7 years ago
  5. fd1d69c Add basic support for colored output by Gilles Peskine · 7 years ago
  6. d43ce2b Factor running config.pl into its own function by Gilles Peskine · 7 years ago
  7. e6a60db Flush log output after each line by Gilles Peskine · 7 years ago
  8. f5ea197 New script to exercise compilation options by Gilles Peskine · 7 years ago
  9. e8955e1 Fix missing padding dependencies by Andrzej Kurek · 2 years, 10 months ago
  10. 8ffd8a6 Fix missing cipher mode dependencies by Andrzej Kurek · 2 years, 10 months ago
  11. e5ae132 Merge pull request #6420 from mpg/fix-assert-alloc-usage-228 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  12. d3a4f22 Merge pull request #6414 from daverodgman/update_docs_links_2.28 by Dave Rodgman · 2 years, 10 months ago
  13. 4c0a21f Fix capitalisation by Dave Rodgman · 2 years, 10 months ago
  14. 8705290 Update SUPPORT.md by Dave Rodgman · 2 years, 10 months ago
  15. ed46f6f Update SUPPORT.md by Dave Rodgman · 2 years, 10 months ago
  16. 3495ca3 Merge pull request #6415 from mprse/aead_driver_test_2_28_backport by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  17. d44d3ea Fix usage of ASSERT_ALLOC() by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  18. 9030a25 Fix aead driver code (remove redundant brace) by Przemek Stekiel · 2 years, 10 months ago
  19. 279188f Merge pull request #6396 from gilles-peskine-arm/platform.h-unconditional-2.28 by Gilles Peskine · 2 years, 10 months ago
  20. a129bab Merge pull request #6412 from mpg/print-failed-suites-2.28 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  21. 65caa16 Add changelog entry by Przemek Stekiel · 2 years, 10 months ago
  22. 0368d36 Add MBEDTLS_PSA_BUILTIN_AEAD definition by Przemek Stekiel · 2 years, 10 months ago
  23. 8b53871 Improve wording re PSA Crypto API by Dave Rodgman · 2 years, 10 months ago
  24. 4e7892e Additional updates to docs links by Dave Rodgman · 2 years, 10 months ago
  25. 0db0bd1 Update documentation links by Dave Rodgman · 2 years, 10 months ago
  26. 207b874 Merge pull request #6307 from wernerlewis/bignum_test_script_2.28 by Gilles Peskine · 2 years, 10 months ago
  27. 9e8556c Enable MBEDTLS_POLY1305_C in test drivers build by Przemek Stekiel · 2 years, 10 months ago
  28. b771762 crypto_config_test_driver_extension.h: add support for ChaCha20 - Poly1305 by Przemek Stekiel · 2 years, 10 months ago
  29. f886241 test_driver_aead.c: add support for LIBTESTDRIVER1 tests by Przemek Stekiel · 2 years, 10 months ago
  30. 8b56f23 all.sh: add testing of AEAD drivers with libtestdriver1 by Przemek Stekiel · 2 years, 10 months ago
  31. c2e95fa Merge pull request #6394 from mprse/enc_types_2_28_backport by Gilles Peskine · 2 years, 10 months ago
  32. 3211bbb Print the list of failed suites in verbose mode by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  33. 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
  34. 78c34c2 Add a note that config.py must remain compatible with Python 3.4 by Gilles Peskine · 2 years, 10 months ago
  35. 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
  36. 0d72141 Revert "Add MBEDTLS_CIPHER_MODE_AEAD dependency to auth_crypt_tv() test function" by Przemek Stekiel · 2 years, 10 months ago
  37. fa60941 Revert: Enable Key Wrapping mode for 128-bit block ciphers by Przemek Stekiel · 2 years, 10 months ago
  38. 7aca4e4 Fix session tickets related build flags in fuzz_server and ssl_server2 by Przemek Stekiel · 2 years, 10 months ago
  39. 97d5740 Fix MBEDTLS_SSL_TICKET_C, MBEDTLS_SSL_SESSION_TICKETS dependencies by Przemek Stekiel · 2 years, 10 months ago
  40. 1834a2e Reword change log entry by Przemek Stekiel · 2 years, 10 months ago
  41. 36b33ba Restore platform.h inclusion in error.c by Gilles Peskine · 2 years, 10 months ago
  42. 9c764bf MBEDTLS_PLATFORM_VSNPRINTF_ALT requires MBEDTLS_PLATFORM_C by Gilles Peskine · 2 years, 11 months ago
  43. d84ed27 No need to use MBEDTLS_ERR_ERROR_CORRUPTION_DETECTED in tests by Gilles Peskine · 2 years, 11 months ago
  44. 0b7229d Include platform.h unconditionally: fixes undefined mbedtls_setbuf by Gilles Peskine · 2 years, 11 months ago
  45. 445aa5e Document the base state of platform abstraction by Gilles Peskine · 2 years, 11 months ago
  46. 7705a46 Include platform.h unconditionally: gcm by Gilles Peskine · 2 years, 11 months ago
  47. 0a48eae Add changelog entry: tls 1.2 builds with single encryption type by Przemek Stekiel · 2 years, 10 months ago
  48. efc894b Add GCM dependency to "Per-version suites: TLS 1.2" by Przemek Stekiel · 2 years, 10 months ago
  49. 802353c Add MBEDTLS_CIPHER_MODE_AEAD dependency to auth_crypt_tv() test function by Przemek Stekiel · 2 years, 10 months ago
  50. 2b03880 Enable Key Wrapping mode for 128-bit block ciphers by Przemek Stekiel · 2 years, 10 months ago
  51. 169554c Adapt macro names: MBEDTLS_SSL_SOME_SUITES_USE_MAC->MBEDTLS_SSL_SOME_MODES_USE_MAC by Przemek Stekiel · 2 years, 10 months ago
  52. b79d0dd test_suite_cmac.data: fix bug: use cipher type instead cipher id by Przemek Stekiel · 2 years, 10 months ago
  53. 093a4aa Remove useless platform macro redefinitions: automatic part by Gilles Peskine · 2 years, 10 months ago
  54. 249fcca test_suite_cipher.function: always include aes.h by Przemek Stekiel · 2 years, 10 months ago
  55. 8474fe0 Include platform.h unconditionally: second automatic part by Gilles Peskine · 2 years, 10 months ago
  56. 864b43d Fix configuration requirements(MBEDTLS_SSL_CONTEXT_SERIALIZATION, MBEDTLS_SSL_SESSION_TICKETS) by Przemek Stekiel · 2 years, 10 months ago
  57. 9450dc7 Fix guards for mbedtls_ct_size_mask() and mbedtls_ct_memcpy_if_eq() by Przemek Stekiel · 2 years, 10 months ago
  58. e535270 Add test components for tls 1.2 builds with single encryption type by Przemek Stekiel · 2 years, 10 months ago
  59. 36f19b9 Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 10 months ago
  60. 30e0623 Merge pull request #6388 from gabor-mezei-arm/6308_bp_228_missing_initialization_in_test by Gilles Peskine · 2 years, 10 months ago
  61. eca29e4 Replace the output file atomically by Gilles Peskine · 2 years, 11 months ago
  62. 34cb462 Move the definition of data_t to a header file by Gilles Peskine · 2 years, 11 months ago
  63. 7db8e89 Allow test assertions on constant-flow scalar data by Gilles Peskine · 2 years, 11 months ago
  64. 9538c90 Remove incorrect comment by Gilles Peskine · 2 years, 11 months ago
  65. 1b5800d Add initialization for structures by Gabor Mezei · 2 years, 10 months ago
  66. 92ca1bc Add initialization for structures by Gabor Mezei · 2 years, 11 months ago
  67. 58a7a06 Add initialization for structures by Gabor Mezei · 2 years, 10 months ago
  68. 662b301 Merge pull request #6309 from gilles-peskine-arm/all-sh-force-2.28 by Gilles Peskine · 2 years, 11 months ago
  69. 7959858 Don't remove programs/fuzz/Makefile by Gilles Peskine · 3 years ago
  70. 423dd13 Don't try restoring a file if no backup is available by Gilles Peskine · 3 years ago
  71. 05998a0 Add file generated by generate_bignum_tests.py by Werner Lewis · 2 years, 11 months ago
  72. 4ed94a4 Use a script specific description in CLI help by Werner Lewis · 2 years, 11 months ago
  73. 64334d9 Update references to file targets in docstrings by Werner Lewis · 2 years, 11 months ago
  74. 38c2491 Add combination_pairs helper function by Werner Lewis · 2 years, 11 months ago
  75. 1965d48 Use typing.cast instead of unqualified cast by Werner Lewis · 2 years, 11 months ago
  76. 113ddd0 Add toggle for test case count in descriptions by Werner Lewis · 2 years, 11 months ago
  77. f518276 Update comments/docstrings in TestGenerator by Werner Lewis · 2 years, 11 months ago
  78. 8b2d14b Replace L/R inputs with A/B by Werner Lewis · 2 years, 11 months ago
  79. 46c09a6 Move symbol definition out of __init__ by Werner Lewis · 2 years, 11 months ago
  80. 3edcee7 Use simpler int to hex string conversion by Werner Lewis · 3 years ago
  81. e53be35 Remove unused imports by Werner Lewis · 3 years ago
  82. 0d07e86 Rework TestGenerator to add file targets by Werner Lewis · 3 years ago
  83. 6cc5e5f Use Python 3.5 style typing for dependencies by Werner Lewis · 3 years ago
  84. 486b341 Add dependencies attribute to BaseTarget by Werner Lewis · 3 years ago
  85. 18f94d8 Use `combinations_with_replacement` for inputs by Werner Lewis · 3 years ago
  86. 2b0f7d8 Modify wording in docstrings by Werner Lewis · 3 years ago
  87. 6f67bae Fix trailing whitespace by Werner Lewis · 3 years ago
  88. ac86390 Use argparser default for targets by Werner Lewis · 3 years ago
  89. b03420f Clarify documentation by Werner Lewis · 3 years ago
  90. b29f59f Disable abstract check in pylint by Werner Lewis · 3 years ago
  91. 412c497 Fix TARGET types and code style by Werner Lewis · 3 years ago
  92. d77d33d Raise NotImplementedError in abstract methods by Werner Lewis · 3 years ago
  93. 486d258 Disable pylint unused arg in __new__ by Werner Lewis · 3 years ago
  94. 478a4ce Use typing casts for fixed-width tuples by Werner Lewis · 3 years ago
  95. 9509f44 Add missing typing by Werner Lewis · 3 years ago
  96. 6d04142 Remove trailing whitespace in description by Werner Lewis · 3 years ago
  97. cace1aa Use __new__() for case counting by Werner Lewis · 3 years ago
  98. c34d037 Split generate_tests to reduce code complexity by Werner Lewis · 3 years ago
  99. 47e37b3 Use ABCMeta for abstract classes by Werner Lewis · 3 years ago
  100. 008d90d Add details to docstrings by Werner Lewis · 3 years ago