1. 7d904e7 Test MBEDTLS_PSA_CRYPTO_CONFIG_FILE and MBEDTLS_PSA_CRYPTO_USER_CONFIG_FILE by Gilles Peskine · 3 years, 4 months ago
  2. e10df77 Test MBEDTLS_USER_CONFIG_FILE as such by Gilles Peskine · 3 years, 4 months ago
  3. f479827 Remove obsolete comment by Gilles Peskine · 3 years, 4 months ago
  4. 2003c2f Simplify build_mbedtls_config_file by Gilles Peskine · 3 years, 4 months ago
  5. 2cecd8a Merge pull request #3624 from daxtens/timeless by Dave Rodgman · 3 years, 5 months ago
  6. 868d38f Merge pull request #5547 from tom-cosgrove-arm/seclib-667-sha256-acceleration-mbedtls-internal by Dave Rodgman · 3 years, 5 months ago
  7. 61faf66 Use $PWD instead of $(pwd) for consistency by David Horstmann · 3 years, 8 months ago
  8. 814c813 tests: add baremetal full config build by Daniel Axtens · 5 years ago
  9. 446af20 tests: prevent inclusion of time.h in baremetal compiles by Daniel Axtens · 5 years ago
  10. f3ebd90 SECLIB-667: Accelerate SHA-256 with A64 crypto extensions by Tom Cosgrove · 3 years, 6 months ago
  11. baa4934 Add check tests by Jerry Yu · 3 years, 6 months ago
  12. 81d5e1f fix various issues by Jerry Yu · 3 years, 6 months ago
  13. da5af22 tls13_only: add tls13_only test component by Jerry Yu · 3 years, 7 months ago
  14. d81e774 Merge pull request #5463 from gilles-peskine-arm/cmake-test-suite-enumeration by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  15. 827dbd9 Remove obsolete calls to if_build_succeeded by Gilles Peskine · 3 years, 6 months ago
  16. c1247c0 Remove obsolete variable restoration or unset at the end of a component by Gilles Peskine · 3 years, 6 months ago
  17. 3bc3409 Remove obsolete cd at the end of a component by Gilles Peskine · 3 years, 6 months ago
  18. a300099 Stop CMake out of source tests running on 16.04 (continued) by Gilles Peskine · 3 years, 6 months ago
  19. 03e0146 Make KEY_ID_ENCODES_OWNER compatible with USE_PSA_CRYPTO by Andrzej Kurek · 3 years, 7 months ago
  20. a5c1851 Merge pull request #5155 from paul-elliott-arm/pcks12_fix by Gilles Peskine · 3 years, 8 months ago
  21. 6f135e1 Rename MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL to MBEDTLS_SSL_PROTO_TLS1_3 by Ronald Cron · 3 years, 8 months ago
  22. 0abf07c Make PSA crypto mandatory for TLS 1.3 by Ronald Cron · 3 years, 8 months ago
  23. fdb0e3f ssl-opt.sh: TLS 1.3: Run tests with middlebox compatibility enabled by Ronald Cron · 3 years, 8 months ago
  24. 3921134 Merge pull request #5263 from ronald-cron-arm/psa-test-driver_3.x by Gilles Peskine · 3 years, 8 months ago
  25. 27d4771 tests: psa: Remove MD2, MD4 and ARC4 related code by Ronald Cron · 3 years, 8 months ago
  26. 3a8714d all.sh: psa: Add cipher acceleration test component by Ronald Cron · 3 years, 10 months ago
  27. b231245 all.sh: psa: Add hash acceleration test component by Ronald Cron · 4 years, 3 months ago
  28. 403c15c all.sh: psa: Add ECDSA and RSA signature acceleration component by Ronald Cron · 3 years, 11 months ago
  29. 7975fae Move to separately compiled PSA test driver library by Ronald Cron · 3 years, 11 months ago
  30. 8b5c382 Fix (d)tls1_2 into (d)tls12 in version options by Xiaofei Bai · 3 years, 8 months ago
  31. a0e57ef Merge pull request #5131 from gilles-peskine-arm/dlopen-test by Gilles Peskine · 3 years, 8 months ago
  32. 62dc392 Stop CMake out of source tests running on 16.04 by Paul Elliott · 3 years, 8 months ago
  33. 9b9fbda Merge pull request #5094 from bensze01/test_psa_compliance by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  34. ca14459 Run the dlopen test in shared library builds by Gilles Peskine · 3 years, 9 months ago
  35. ef0d02e Explain why support_test_psa_compliance is needed by Bence Szépkúti · 3 years, 9 months ago
  36. ca9236b Make the changes easier to backport by Bence Szépkúti · 3 years, 9 months ago
  37. da71054 Merge pull request #5011 from gilles-peskine-arm/test_ssl_o2-3.0 by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  38. a8d1406 Rename DEV_MODE to GEN_FILES by David Horstmann · 3 years, 10 months ago
  39. d64f4b2 Fix assorted spelling and wording issues by David Horstmann · 3 years, 10 months ago
  40. 9327fb3 Fix test_ref_config component of all.sh by Manuel Pégourié-Gonnard · 3 years, 11 months ago
  41. bfe54d7 Cleanup: rm all files generated by cmake by Manuel Pégourié-Gonnard · 3 years, 11 months ago
  42. 80b31c5 Run the PSA Compliance test suite in all.sh by Bence Szépkúti · 3 years, 10 months ago
  43. e7fc7ef Always set a build type for cmake when building for testing by Gilles Peskine · 3 years, 10 months ago
  44. 6210320 Merge pull request #4989 from AndrzejKurek/remove-ssl-export-keys by Gilles Peskine · 3 years, 10 months ago
  45. 316c4fa Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
  46. 1ecfdea all.sh: add full - MBEDTLS_CHACHAPOLY_C without PSA_WANT_ALG_GCM and PSA_WANT_ALG_CHACHA20_POLY1305 by Przemyslaw Stekiel · 3 years, 10 months ago
  47. f4d2fd4 Fix cmake invocation syntax by Gilles Peskine · 3 years, 10 months ago
  48. dbf7b7e Switch cmake -O2 builds around to where we test a lot by Gilles Peskine · 3 years, 10 months ago
  49. 77f0535 Clarify a comment by Gilles Peskine · 3 years, 10 months ago
  50. cf52222 Correct support function name by Gilles Peskine · 3 years, 10 months ago
  51. bf3ec84 Merge pull request #5003 from gilles-peskine-arm/all.sh-makeflags-nproc by Gilles Peskine · 3 years, 10 months ago
  52. ff0aee0 Build with -O2 when running ssl-opt by Gilles Peskine · 3 years, 10 months ago
  53. 050d2fc Limit make parallelism to the number of CPUs by Gilles Peskine · 3 years, 10 months ago
  54. 6b34ac7 Merge pull request #4955 from gilles-peskine-arm/make-tests-v-development by Gilles Peskine · 3 years, 10 months ago
  55. 324f72e Fix a bug where the ssl context is used after it's nullified by Andrzej Kurek · 3 years, 10 months ago
  56. b19be6b Merge pull request #1638 from dgreen-arm/check-names-rewrite by Gilles Peskine · 3 years, 10 months ago
  57. 27f84fc Merge pull request #4813 from JoeSubbiani/TranslateCiphersuite_dev by Ronald Cron · 3 years, 10 months ago
  58. c3a6f63 Merge updates from upstream development branch into check-names-rewrite by Yuto Takano · 3 years, 10 months ago
  59. 3587dfd Move long -D lists from all.sh to a header file by Gilles Peskine · 3 years, 11 months ago
  60. 396853a 'make test': show failing test cases when cmake does by Gilles Peskine · 3 years, 11 months ago
  61. 7a5ab04 Add tls13 test with everst and ecp restartable by Jerry Yu · 3 years, 11 months ago
  62. a25ffab Integrate tests as unit tests into one file by Joe Subbiani · 4 years ago
  63. d614c0b Include translate ciphers tests in all.sh by Joe Subbiani · 4 years ago
  64. 0bf740e Merge pull request #4765 from gilles-peskine-arm/all.sh-subshells-3.0 by Gilles Peskine · 4 years ago
  65. e45ee40 Merge pull request #4811 from hanno-arm/tls13_ciphersuite_api by Manuel Pégourié-Gonnard · 4 years ago
  66. 4512f21 Merge pull request #3572 from mpg/add-arm-linux-build by Manuel Pégourié-Gonnard · 4 years ago
  67. ae33685 Add ssl-opt.sh run to TLS 1.3 test in all.sh by Hanno Becker · 4 years ago
  68. 51efcb1 Rename check-names.py to check_names.py by Yuto Takano · 4 years ago
  69. b61f0e1 Merge upstream 3.0 from 'development' in ARMmbed/mbedtls by Yuto Takano · 4 years ago
  70. 4e9b51b Update scripts to use check-names.py by Darryl Green · 7 years ago
  71. 80ddb99 Add --restore option to clean up but not necessarily run components by Gilles Peskine · 4 years ago
  72. 03af678 Documentation improvements by Gilles Peskine · 4 years ago
  73. 86f6129 Documentation improvement by Gilles Peskine · 4 years ago
  74. 7530163 Make --quiet more effective when running make generated_files by Gilles Peskine · 4 years ago
  75. bf66e2c Documentation improvements by Gilles Peskine · 4 years ago
  76. 1d475b6 Disable wildcards when checking for unsupported components by Gilles Peskine · 4 years ago
  77. ae505ee Fix missing dependency on Travis by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  78. 3a6c769 Add arm-linux-gnueabi-gcc build to all.sh by Manuel Pégourié-Gonnard · 5 years ago
  79. c111e24 Improve the detection of keep-going commands by Gilles Peskine · 4 years ago
  80. 88a7c2b Improve --error-test reporting by Gilles Peskine · 4 years ago
  81. ec13554 Clarify some comments by Gilles Peskine · 4 years ago
  82. 6c53ecc all.sh: Run basic TLS 1.3 with and without record padding by Hanno Becker · 4 years ago
  83. 568f53a Don't unconditionally restore **/Makefile by Gilles Peskine · 4 years, 1 month ago
  84. f83eb82 Don't restore *config.h before backing it up by Gilles Peskine · 5 years ago
  85. 03ab544 Generate cpp_cummy_build.cpp dynamically by Gilles Peskine · 4 years, 1 month ago
  86. 7238503 Heed --quiet when running make generated_files by Gilles Peskine · 4 years, 1 month ago
  87. 88a0745 Remove barely-used redirect functions by Gilles Peskine · 4 years, 1 month ago
  88. aca0b32 Keep going after a shell "[" a.k.a. "test" fails by Gilles Peskine · 5 years ago
  89. c2e22ee Remove code that is useless now that components run in a subshell by Gilles Peskine · 5 years ago
  90. b80f0d2 Complain if an unsupported component is explicitly requested by Gilles Peskine · 5 years ago
  91. a681c59 Better not function by Gilles Peskine · 5 years ago
  92. fec30cb Fix double reporting when the last command of a function fails by Gilles Peskine · 5 years ago
  93. 1f0cdaf Stop dispatching through obsolete functions by Gilles Peskine · 4 years, 1 month ago
  94. f7e956c component_test_cmake_out_of_source: simplify and fix error handling by Gilles Peskine · 5 years ago
  95. 3664780 Detect errors on the left-hand side of a pipeline by Gilles Peskine · 5 years ago
  96. ce266c4 Run each component in a subshell and handle errors more robustly by Gilles Peskine · 5 years ago
  97. 5d99682 Add --error-test option to test error detection and reporting by Gilles Peskine · 5 years ago
  98. 62cf2e8 Switch all.sh to bash by Gilles Peskine · 5 years ago
  99. 414d6bd Fix pre-existing typo in comment by Bence Szépkúti · 4 years, 1 month ago
  100. bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago