1. f849a93 Improve python coding style by Joe Subbiani · 4 years ago
  2. f3fcc29 Move translate scripts to appropriate folder by Joe Subbiani · 4 years ago
  3. 4a703ce Remove commented out old code by Joe Subbiani · 4 years ago
  4. 43592bd Remove trailing whitespaces by Joe Subbiani · 4 years ago
  5. a032963 Modify comment descriptions of add_xxx_ciphersuites() by Joe Subbiani · 4 years ago
  6. 6452f1e Modify file name comments to match the file rename by Joe Subbiani · 4 years ago
  7. 0fadf8e Improve coding style and consistancy by Joe Subbiani · 4 years ago
  8. 34d6262 Reduce calls to translate_ciphers.py in compat.sh by Joe Subbiani · 4 years ago
  9. d16d273 Compact 2 format functions to 1 by Joe Subbiani · 4 years ago
  10. 15d7124 Replace lists with calls to translate_ciphersuite.py by Joe Subbiani · 4 years ago
  11. a16ccac Format files and add license comment by Joe Subbiani · 4 years, 1 month ago
  12. 29239b0 Move translate scripts to test directory by Joe Subbiani · 4 years, 1 month ago
  13. 13592ca Merge pull request #4879 from yuhaoth/pr/upgrade-gnutls-next by Ronald Cron · 4 years ago 2.x
  14. 75261df fix comment issues by Jerry Yu · 4 years ago
  15. b12d81d Add feature tests for gnutls-next by Jerry Yu · 4 years ago
  16. ab46aa0 Upgrade gnutls-next to 3.7.2 by Jerry Yu · 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. 5a8abb1 Merge pull request #4883 from mstarzyk-mobica/fix_psa_sign_msg by Manuel Pégourié-Gonnard · 4 years ago
  19. 1ebcd55 Extend mac_key_policy test. by Mateusz Starzyk · 4 years ago
  20. e45ee40 Merge pull request #4811 from hanno-arm/tls13_ciphersuite_api by Manuel Pégourié-Gonnard · 4 years ago
  21. 31c01d3 Rename available values for tls13_kex_modes by Jerry Yu · 4 years ago
  22. d07f4fc Use separate expected results for MAC sign and verify key policy. by Mateusz Starzyk · 4 years ago
  23. cb0a7cd Fix mac_key_policy test function by Mateusz Starzyk · 4 years ago
  24. f11724b Merge pull request #4861 from yuhaoth/pr/add-openssl-gnutls-tls1_3-check by Manuel Pégourié-Gonnard · 4 years ago
  25. 4512f21 Merge pull request #3572 from mpg/add-arm-linux-build by Manuel Pégourié-Gonnard · 4 years ago
  26. 932064d Add ssl-opt.sh tests for ssl_client/server TLS 1.3 kex parameters by Hanno Becker · 4 years ago
  27. ae33685 Add ssl-opt.sh run to TLS 1.3 test in all.sh by Hanno Becker · 4 years ago
  28. 2aec149 Merge pull request #4248 from hanno-arm/tls13_populate_transform by Dave Rodgman · 4 years ago
  29. 0402979 Add openssl/gnutls tls1.3 feature tests. by Jerry Yu · 4 years ago
  30. 448c807 Merge pull request #4853 from yuhaoth/pr/add-tls13-config-check-and-dummy-handshake by Manuel Pégourié-Gonnard · 4 years ago
  31. b9930e7 Add dummy tls1.3 handshake dispatch functions by Jerry Yu · 4 years ago
  32. b19ccc3 fix test_suite_debug test fail by Jerry Yu · 4 years ago
  33. c46e9b4 tests: Add negative version config tests. by Jerry Yu · 4 years ago
  34. f8f88d6 Merge pull request #4746 from gilles-peskine-arm/bump-version-3.0 by Janos Follath · 4 years ago
  35. 80ddb99 Add --restore option to clean up but not necessarily run components by Gilles Peskine · 4 years ago
  36. 03af678 Documentation improvements by Gilles Peskine · 4 years ago
  37. 86f6129 Documentation improvement by Gilles Peskine · 4 years ago
  38. 7530163 Make --quiet more effective when running make generated_files by Gilles Peskine · 4 years ago
  39. 78f6f05 Merge pull request #4695 from yutotakano/fix-ssl-opt.sh-hard-abort by Gilles Peskine · 4 years ago
  40. bf66e2c Documentation improvements by Gilles Peskine · 4 years ago
  41. 1d475b6 Disable wildcards when checking for unsupported components by Gilles Peskine · 4 years ago
  42. ae505ee Fix missing dependency on Travis by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  43. 3a6c769 Add arm-linux-gnueabi-gcc build to all.sh by Manuel Pégourié-Gonnard · 5 years ago
  44. c111e24 Improve the detection of keep-going commands by Gilles Peskine · 4 years ago
  45. 88a7c2b Improve --error-test reporting by Gilles Peskine · 4 years ago
  46. ec13554 Clarify some comments by Gilles Peskine · 4 years ago
  47. 8bb9b80 Merge pull request #4806 from hanno-arm/ssl_session_serialization_version by Gilles Peskine · 4 years ago
  48. d7e4b2c Remove duplicated test from SSL test suite by Hanno Becker · 4 years ago
  49. 6c53ecc all.sh: Run basic TLS 1.3 with and without record padding by Hanno Becker · 4 years ago
  50. 1f91878 Specify padding granularity in TLS 1.3 record protection KATs by Hanno Becker · 4 years ago
  51. 4153745 Add comment regarding the wire-version used in TLS 1.3 records by Hanno Becker · 4 years, 4 months ago
  52. 80e760e Fix memory leak in TLS 1.3 record protection unit test by Hanno Becker · 4 years, 5 months ago
  53. a77d005 Add known answer tests for TLS 1.3 record protection by Hanno Becker · 4 years, 5 months ago
  54. 6981347 Merge pull request #4758 from paul-elliott-arm/fix_cipher_output_size by Gilles Peskine · 4 years ago
  55. 8da9dc0 Merge pull request #4748 from TRodziewicz/re-introduce_ext_checks_for_psa_unlock-wipe_key_slot by Manuel Pégourié-Gonnard · 4 years ago
  56. 1a515d1 Merge pull request #4777 from gilles-peskine-arm/save-coverage-summary-3.0 by Manuel Pégourié-Gonnard · 4 years ago
  57. 06672ef Merge pull request #4776 from gilles-peskine-arm/generate_psa_tests-robutness-202107 by Manuel Pégourié-Gonnard · 4 years ago
  58. b637150 Merge pull request #4730 from TRodziewicz/finish_removing_tls_1.0_and_1.1 by Manuel Pégourié-Gonnard · 4 years ago
  59. fadbdbb Store TLS version in SSL session structure by Hanno Becker · 4 years ago
  60. d8d1932 Fix mixup about the directory containing the success indicator file by Gilles Peskine · 4 years, 1 month ago
  61. dfce58f Merge pull request #4753 from JoeSubbiani/TestBlockSizes_dev by Ronald Cron · 4 years, 1 month ago
  62. 6ee3b7e More robust failure detection for the coverage report generation by Gilles Peskine · 4 years, 1 month ago
  63. b969570 Explain the final error checking by Gilles Peskine · 4 years, 1 month ago
  64. 3daaea8 Changing the places of the mbedtls_test_hook_test_fail callback declaration by TRodziewicz · 4 years, 1 month ago
  65. 12c7741 Removing unneded extern declaration of a callback and including common.h where the cb is needed by TRodziewicz · 4 years, 1 month ago
  66. 5ccdc55 Remove trailing whitespace by Joe Subbiani · 4 years, 1 month ago
  67. 113d80c Simplify the test and description by Joe Subbiani · 4 years, 1 month ago
  68. a417f56 Add non regression test for cipher output size by Paul Elliott · 4 years, 1 month ago
  69. fc70b52 Save the coverage report to a file by Gilles Peskine · 4 years, 1 month ago
  70. bbced87 Show the udp_proxy seed in the console log by Gilles Peskine · 4 years, 1 month ago
  71. a3d2264 Only run an unbridled parallel make (make -j) if MAKEFLAGS is unset by Gilles Peskine · 4 years, 1 month ago
  72. 6ee3bc0 Fix typo in test dependencies by Gilles Peskine · 4 years, 1 month ago
  73. e9ad95a Error out if enumerating the generated data files fails by Gilles Peskine · 4 years, 1 month ago
  74. 8b427c8 Use python3 when building on non-Windows for Windows by Gilles Peskine · 4 years, 1 month ago
  75. 5df77c6 Fix race condition when running generate_psa_tests.py by Gilles Peskine · 4 years, 1 month ago
  76. bf4d0ce Remove obsolete MBEDTLS_xxx dependencies by Gilles Peskine · 4 years, 1 month ago
  77. 829fe70 Correction to callback declaration and usage by TRodziewicz · 4 years, 1 month ago
  78. 568f53a Don't unconditionally restore **/Makefile by Gilles Peskine · 4 years, 1 month ago
  79. f83eb82 Don't restore *config.h before backing it up by Gilles Peskine · 5 years ago
  80. 03ab544 Generate cpp_cummy_build.cpp dynamically by Gilles Peskine · 4 years, 1 month ago
  81. 7238503 Heed --quiet when running make generated_files by Gilles Peskine · 4 years, 1 month ago
  82. 88a0745 Remove barely-used redirect functions by Gilles Peskine · 4 years, 1 month ago
  83. aca0b32 Keep going after a shell "[" a.k.a. "test" fails by Gilles Peskine · 5 years ago
  84. c590611 Add requested montgomery curve tests by Archana · 4 years, 1 month ago
  85. 8584f5b test: psa: Improve description of curve 448 tests by Archana · 4 years, 1 month ago
  86. ef6aa5c Support Curve448 via the PSA API by Archana · 4 years, 2 months ago
  87. 1d2e2bb Add missing Curve448 support for PSA keys by Archana · 4 years, 2 months ago
  88. c3366a4 Added mis-removed test and removed unneeded tests by TRodziewicz · 4 years, 1 month ago
  89. 299510e Correction to comments and changelog removed by TRodziewicz · 4 years, 1 month ago
  90. 7871c2e Adding new macro for tests failing by TRodziewicz · 4 years, 1 month ago
  91. da36c9f Improve Code Style by Joe Subbiani · 4 years, 1 month ago
  92. 3fa1673 Fix grammar suggesting an upper bound on MAX_CONTENT_LEN by Yuto Takano · 4 years, 1 month ago
  93. c2e22ee Remove code that is useless now that components run in a subshell by Gilles Peskine · 5 years ago
  94. b80f0d2 Complain if an unsupported component is explicitly requested by Gilles Peskine · 5 years ago
  95. a681c59 Better not function by Gilles Peskine · 5 years ago
  96. fec30cb Fix double reporting when the last command of a function fails by Gilles Peskine · 5 years ago
  97. 1f0cdaf Stop dispatching through obsolete functions by Gilles Peskine · 4 years, 1 month ago
  98. f7e956c component_test_cmake_out_of_source: simplify and fix error handling by Gilles Peskine · 5 years ago
  99. 3664780 Detect errors on the left-hand side of a pipeline by Gilles Peskine · 5 years ago
  100. ce266c4 Run each component in a subshell and handle errors more robustly by Gilles Peskine · 5 years ago