1. 27f84fc Merge pull request #4813 from JoeSubbiani/TranslateCiphersuite_dev by Ronald Cron · 3 years, 10 months ago
  2. 7a5ab04 Add tls13 test with everst and ecp restartable by Jerry Yu · 3 years, 11 months ago
  3. e5d6106 Extend test in translate_ciphers.py by Joe Subbiani · 4 years ago
  4. 49d57bc Improve indentation according to pylint by Joe Subbiani · 4 years ago
  5. 54110b3 Reduce translate_ciphers.py test list by Joe Subbiani · 4 years ago
  6. b0aba9a Improve comments to be more accurate by Joe Subbiani · 4 years ago
  7. 79f5790 Remove test_translate_format() by Joe Subbiani · 4 years ago
  8. a25ffab Integrate tests as unit tests into one file by Joe Subbiani · 4 years ago
  9. f2de374 Remove unused import by Joe Subbiani · 4 years ago
  10. a3d991c Improve python coding style by Joe Subbiani · 4 years ago
  11. 918ee79 Improve consitancy and useability by Joe Subbiani · 4 years ago
  12. d614c0b Include translate ciphers tests in all.sh by Joe Subbiani · 4 years ago
  13. 3eac5b9 Use zip rather than enumerate by Joe Subbiani · 4 years ago
  14. a56e10d Run test_translate_ciphers_format.sh from root by Joe Subbiani · 4 years ago
  15. f849a93 Improve python coding style by Joe Subbiani · 4 years ago
  16. f3fcc29 Move translate scripts to appropriate folder by Joe Subbiani · 4 years ago
  17. 0bf740e Merge pull request #4765 from gilles-peskine-arm/all.sh-subshells-3.0 by Gilles Peskine · 4 years ago
  18. e45ee40 Merge pull request #4811 from hanno-arm/tls13_ciphersuite_api by Manuel Pégourié-Gonnard · 4 years ago
  19. 4512f21 Merge pull request #3572 from mpg/add-arm-linux-build by Manuel Pégourié-Gonnard · 4 years ago
  20. ae33685 Add ssl-opt.sh run to TLS 1.3 test in all.sh by Hanno Becker · 4 years ago
  21. 2aec149 Merge pull request #4248 from hanno-arm/tls13_populate_transform by Dave Rodgman · 4 years ago
  22. f8f88d6 Merge pull request #4746 from gilles-peskine-arm/bump-version-3.0 by Janos Follath · 4 years ago
  23. 80ddb99 Add --restore option to clean up but not necessarily run components by Gilles Peskine · 4 years ago
  24. 03af678 Documentation improvements by Gilles Peskine · 4 years ago
  25. 86f6129 Documentation improvement by Gilles Peskine · 4 years ago
  26. 7530163 Make --quiet more effective when running make generated_files by Gilles Peskine · 4 years ago
  27. bf66e2c Documentation improvements by Gilles Peskine · 4 years ago
  28. 1d475b6 Disable wildcards when checking for unsupported components by Gilles Peskine · 4 years ago
  29. ae505ee Fix missing dependency on Travis by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  30. 3a6c769 Add arm-linux-gnueabi-gcc build to all.sh by Manuel Pégourié-Gonnard · 5 years ago
  31. c111e24 Improve the detection of keep-going commands by Gilles Peskine · 4 years ago
  32. 88a7c2b Improve --error-test reporting by Gilles Peskine · 4 years ago
  33. ec13554 Clarify some comments by Gilles Peskine · 4 years ago
  34. 6c53ecc all.sh: Run basic TLS 1.3 with and without record padding by Hanno Becker · 4 years ago
  35. d8d1932 Fix mixup about the directory containing the success indicator file by Gilles Peskine · 4 years ago
  36. 6ee3b7e More robust failure detection for the coverage report generation by Gilles Peskine · 4 years ago
  37. b969570 Explain the final error checking by Gilles Peskine · 4 years ago
  38. fc70b52 Save the coverage report to a file by Gilles Peskine · 4 years, 1 month ago
  39. bbced87 Show the udp_proxy seed in the console log by Gilles Peskine · 4 years, 1 month ago
  40. a3d2264 Only run an unbridled parallel make (make -j) if MAKEFLAGS is unset by Gilles Peskine · 4 years, 1 month ago
  41. 568f53a Don't unconditionally restore **/Makefile by Gilles Peskine · 4 years, 1 month ago
  42. f83eb82 Don't restore *config.h before backing it up by Gilles Peskine · 5 years ago
  43. 03ab544 Generate cpp_cummy_build.cpp dynamically by Gilles Peskine · 4 years, 1 month ago
  44. 7238503 Heed --quiet when running make generated_files by Gilles Peskine · 4 years, 1 month ago
  45. 88a0745 Remove barely-used redirect functions by Gilles Peskine · 4 years, 1 month ago
  46. aca0b32 Keep going after a shell "[" a.k.a. "test" fails by Gilles Peskine · 5 years ago
  47. c2e22ee Remove code that is useless now that components run in a subshell by Gilles Peskine · 5 years ago
  48. b80f0d2 Complain if an unsupported component is explicitly requested by Gilles Peskine · 5 years ago
  49. a681c59 Better not function by Gilles Peskine · 5 years ago
  50. fec30cb Fix double reporting when the last command of a function fails by Gilles Peskine · 5 years ago
  51. 1f0cdaf Stop dispatching through obsolete functions by Gilles Peskine · 4 years, 1 month ago
  52. f7e956c component_test_cmake_out_of_source: simplify and fix error handling by Gilles Peskine · 5 years ago
  53. 3664780 Detect errors on the left-hand side of a pipeline by Gilles Peskine · 5 years ago
  54. ce266c4 Run each component in a subshell and handle errors more robustly by Gilles Peskine · 5 years ago
  55. 5d99682 Add --error-test option to test error detection and reporting by Gilles Peskine · 5 years ago
  56. 62cf2e8 Switch all.sh to bash by Gilles Peskine · 5 years ago
  57. 45f2a40 Speed up the generation of storage format test cases by Gilles Peskine · 4 years, 1 month ago
  58. 1fe01ac Add option to list the generated files and exit by Gilles Peskine · 4 years, 1 month ago
  59. 2c9e54a Fix pylint issue by gabor-mezei-arm · 4 years, 1 month ago
  60. 0c24edd Return iterator instead of list by gabor-mezei-arm · 4 years, 1 month ago
  61. 6385780 Rename function by gabor-mezei-arm · 4 years, 1 month ago
  62. 2a499c0 Refactor handlibg of the key usage flags by gabor-mezei-arm · 4 years, 1 month ago
  63. 2784bfe Move key type validation to crypto_knowledge by gabor-mezei-arm · 4 years, 1 month ago
  64. 340fbf3 Refactor key generation by gabor-mezei-arm · 4 years, 1 month ago
  65. 5df1dee Rename variables and funcions by gabor-mezei-arm · 4 years, 1 month ago
  66. 2710bb1 Use string in dict instead of Expr object by gabor-mezei-arm · 4 years, 1 month ago
  67. d9050a5 Remove unnecessary test cases by gabor-mezei-arm · 4 years, 1 month ago
  68. 8f40510 Add better name for variables by gabor-mezei-arm · 4 years, 1 month ago
  69. 35929eb Simplify code by gabor-mezei-arm · 4 years, 1 month ago
  70. 11e4838 Fix generated file modification by gabor-mezei-arm · 4 years, 1 month ago
  71. 49d6ea9 Fix test case duplication by gabor-mezei-arm · 4 years, 1 month ago
  72. 0f8136a Fix pylint issues by gabor-mezei-arm · 4 years, 1 month ago
  73. 672e376 Add test case generation for usage extensions when loading keys by gabor-mezei-arm · 4 years, 1 month ago
  74. 7748b6f Add key usage policy extension support for key generation by gabor-mezei-arm · 4 years, 1 month ago
  75. a4102cb Use different subslasses for the test data files by gabor-mezei-arm · 4 years, 1 month ago
  76. 780cf9d Create a function for gather all the keys. by gabor-mezei-arm · 4 years, 1 month ago
  77. 6ee7253 Extend description generation by gabor-mezei-arm · 4 years, 1 month ago
  78. 68c030a Use builder method pattern to generate a key by gabor-mezei-arm · 4 years, 1 month ago
  79. b5db2c4 Convert iterators to lists to remove late binding by gabor-mezei-arm · 4 years, 1 month ago
  80. 7b5c4e2 Add type annotations by gabor-mezei-arm · 4 years, 1 month ago
  81. 414d6bd Fix pre-existing typo in comment by Bence Szépkúti · 4 years, 1 month ago
  82. fc04aa2 Remove MBEDTLS_USER_CONFIG_VERSION handling by Bence Szépkúti · 4 years, 1 month ago
  83. ba7248a Introduce versioning in the config files by Bence Szépkúti · 4 years, 2 months ago
  84. bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago
  85. 10bda58 Merge pull request #4259 from CJKay/cmake-config by Dave Rodgman · 4 years, 1 month ago
  86. 3698fa1 Merge pull request #4673 from gilles-peskine-arm/psa_crypto_spm-from_platform_h by Ronald Cron · 4 years, 1 month ago
  87. eb7bdaa Add storage tests for lifetimes by Gilles Peskine · 4 years, 3 months ago
  88. 32750ef Merge pull request #4685 from mpg/improve-all-sh-robustness by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  89. a805d57 Merge pull request #4588 from TRodziewicz/remove_MD2_MD4_RC4_Blowfish_and_XTEA by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  90. 87db8a2 Clean up old files before generating them by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  91. a354867 In the SPM test build, fail if a symbol wasn't renamed by Gilles Peskine · 4 years, 1 month ago
  92. d1dcfd5 Do a test build with MBEDTLS_PSA_CRYPTO_SPM by Gilles Peskine · 4 years, 2 months ago
  93. d51aaad Remove config option MBEDTLS_ECP_NO_INTERNAL_RNG by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  94. 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
  95. 17575dc Merge pull request #4629 from TRodziewicz/rename_functions_whose_deprecated_variants_have_been_removd by Gilles Peskine · 4 years, 2 months ago
  96. 28a4a96 Corrections to the docs wording and changes to aux scripts by TRodziewicz · 4 years, 2 months ago
  97. 1628a9c MBEDTLS_DEBUG_C is compatible with every whole-module ALT except DHM by Gilles Peskine · 4 years, 2 months ago
  98. 5c3f18d MBEDTLS_PK_PARSE_EC_EXTENDED is incompatible with MBEDTLS_ECP_ALT by Gilles Peskine · 4 years, 2 months ago
  99. cc73cc5 Test the build with whole-module alternative implementations by Gilles Peskine · 4 years, 2 months ago
  100. 26371e4 Rename the _ret() functions by TRodziewicz · 4 years, 2 months ago