1. ff30bd0 Always set a build type for cmake when building for testing by Gilles Peskine · 3 years, 10 months ago
  2. 31fdda1 Fix cmake invocation syntax by Gilles Peskine · 3 years, 10 months ago
  3. 2531970 Switch cmake -O2 builds around to where we test a lot by Gilles Peskine · 3 years, 10 months ago
  4. a0c51fb Clarify a comment by Gilles Peskine · 3 years, 10 months ago
  5. 3daa83e Correct support function name by Gilles Peskine · 3 years, 10 months ago
  6. 6fa6986 Build with -O2 when running ssl-opt by Gilles Peskine · 3 years, 10 months ago
  7. d599dc7 Merge pull request #4932 from tom-daubney-arm/all.sh-subshells-2.x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  8. 7ce979a all.sh: tests/scripts/all.sh full minus MBEDTLS_CHACHAPOLY_C without PSA_WANT_ALG_GCM and PSA_WANT_ALG_CHACHA20_POLY1305 by Przemyslaw Stekiel · 3 years, 10 months ago
  9. 8eb3c95 Add --restore option to clean up but not necessarily run components by Gilles Peskine · 4 years ago
  10. 6702ce9 Documentation improvements by Gilles Peskine · 4 years ago
  11. a25c567 Documentation improvement by Gilles Peskine · 4 years ago
  12. 4fa948f Documentation improvements by Gilles Peskine · 4 years ago
  13. 8bfe15f Disable wildcards when checking for unsupported components by Gilles Peskine · 4 years ago
  14. 76d40fa Improve the detection of keep-going commands by Gilles Peskine · 4 years ago
  15. 202e9b4 Improve --error-test reporting by Gilles Peskine · 4 years ago
  16. cb4bfac Clarify some comments by Gilles Peskine · 4 years ago
  17. ef64e7f Don't unconditionally restore **/Makefile by Gilles Peskine · 4 years, 1 month ago
  18. 24bdf02 Don't restore *config.h before backing it up by Gilles Peskine · 5 years ago
  19. 9b35640 Generate cpp_dummy_build.cpp dynamically by Gilles Peskine · 4 years, 1 month ago
  20. 85229ac Limit make parallelism to the number of CPUs by Gilles Peskine · 3 years, 10 months ago
  21. f315d6a Merge pull request #4957 from gilles-peskine-arm/make-tests-v-2.2x by Gilles Peskine · 3 years, 10 months ago
  22. f313336 Remove barely-used redirect functions by Gilles Peskine · 4 years, 1 month ago
  23. 7c220d7 Keep going after a shell "[" a.k.a. "test" fails by Gilles Peskine · 5 years ago
  24. 1d55995 Remove code that is useless now that components run in a subshell by Gilles Peskine · 5 years ago
  25. e8056c5 Complain if an unsupported component is explicitly requested by Gilles Peskine · 5 years ago
  26. 39a3b11 Better not function by Gilles Peskine · 5 years ago
  27. 4848d7b Fix double reporting when the last command of a function fails by Gilles Peskine · 5 years ago
  28. f6d29c6 Stop dispatching through obsolete functions by Gilles Peskine · 4 years, 1 month ago
  29. 0a7984f component_test_cmake_out_of_source: simplify and fix error handling by Gilles Peskine · 5 years ago
  30. 8ab2994 Detect errors on the left-hand side of a pipeline by Gilles Peskine · 5 years ago
  31. 7105a33 Run each component in a subshell and handle errors more robustly by Gilles Peskine · 5 years ago
  32. a5eb22d Add --error-test option to test error detection and reporting by Gilles Peskine · 5 years ago
  33. 3de7be8 Switch all.sh to bash by Gilles Peskine · 5 years ago
  34. 31da67b Switch to the new Python implementation of check-names by Gilles Peskine · 3 years, 10 months ago
  35. fe0acc6 Move long -D lists from all.sh to a header file by Gilles Peskine · 3 years, 11 months ago
  36. c761d8f 'make test': show failing test cases when cmake does by Gilles Peskine · 3 years, 11 months ago
  37. b3d344c Remove MBEDTLS_TLS_DEFAULT_ALLOW_SHA1_IN_CERTIFICATES option. by Mateusz Starzyk · 4 years ago
  38. 9a260a6 Fix missing dependency on Travis by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  39. 7193016 Add arm-linux-gnueabi-gcc build to all.sh by Manuel Pégourié-Gonnard · 5 years ago
  40. 99a3462 In the SPM test build, fail if a symbol wasn't renamed by Gilles Peskine · 4 years, 2 months ago
  41. 984c19f Do a test build with MBEDTLS_PSA_CRYPTO_SPM by Gilles Peskine · 4 years, 2 months ago
  42. c17f293 psa: Support RSA signature without MBEDTLS_GENPRIME by Jaeden Amero · 4 years, 3 months ago
  43. 6f32bca Add CMAC and HMAC driver testing to all.sh by Steven Cooreman · 4 years, 5 months ago
  44. 6801f08 Implement support for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS by Steven Cooreman · 4 years, 6 months ago
  45. e6f6301 psa: Add cipher accelerator flags to test_psa_crypto_drivers by Ronald Cron · 4 years, 5 months ago
  46. 067de3b tests: psa: Test cipher operations by a transparent driver by Ronald Cron · 4 years, 5 months ago
  47. 753f973 Use full config during driver testing by Steven Cooreman · 4 years, 5 months ago
  48. d50db94 Add hash acceleration driver testing by Steven Cooreman · 4 years, 5 months ago
  49. 17605f0 Merge pull request #4151 from ronald-cron-arm/psa-sign_verify-hash by Manuel Pégourié-Gonnard · 4 years, 5 months ago
  50. d6ee36e Merge pull request #4110 from gilles-peskine-arm/psa-external-random-in-mbedtls by Dave Rodgman · 4 years, 5 months ago
  51. 17b3afc tests: psa: Test sign/verify hash by a transparent driver by Ronald Cron · 4 years, 8 months ago
  52. 38c12fd In external_rng tests, disable the entropy module by Gilles Peskine · 4 years, 6 months ago
  53. 8eb2943 Support mbedtls_psa_get_random() in SSL test programs by Gilles Peskine · 4 years, 6 months ago
  54. 761905e tests: psa config: Extend tests to RSA keys by Ronald Cron · 4 years, 8 months ago
  55. 5cd00d2 Merge pull request #4092 from ronald-cron-arm/psa-crypto-client by Ronald Cron · 4 years, 6 months ago
  56. 2747d7d Duplicate no-DRBG tests: with and without MBEDTLS_USE_PSA_CRYPTO by Gilles Peskine · 4 years, 6 months ago
  57. 80eaa93 tests: psa: Reactivate and expand key management through test driver by Ronald Cron · 4 years, 8 months ago
  58. 336678b tests: psa: Test PSA client-only code by Ronald Cron · 4 years, 6 months ago
  59. a222434 Test SSL with non-deterministic ECDSA by Gilles Peskine · 4 years, 9 months ago
  60. ba74904 SSL test programs: support HMAC_DRBG by Gilles Peskine · 4 years, 7 months ago
  61. a51e1db Merge pull request #3895 from gilles-peskine-arm/psa-external-random by Gilles Peskine · 4 years, 7 months ago
  62. 1b7ee05 Added tests to confirm hash support for crypto config by John Durkop · 4 years, 8 months ago
  63. c109b37 Test MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG by Gilles Peskine · 4 years, 8 months ago
  64. 82e57d1 PSA: support HMAC_DRBG by Gilles Peskine · 4 years, 9 months ago
  65. 662deb3 Merge pull request #3547 from ronald-cron-arm/psa-openless by Gilles Peskine · 4 years, 9 months ago
  66. 9a68810 Merge pull request #3830 from jdurkop/psa-crypto-config-phase2 by Gilles Peskine · 4 years, 9 months ago
  67. 07cc04a Updates to PSA crypto library based on review comments by John Durkop · 4 years, 9 months ago
  68. 6ba40d1 Corrected guards in PSA library based on review comments by John Durkop · 4 years, 9 months ago
  69. c3623db State PSA_CRYPTO_KEY_ID_ENCODES_OWNER and USE_PSA_CRYPTO incompatibility by Ronald Cron · 4 years, 9 months ago
  70. 9814fa2 Minor updates from review comments by John Durkop · 4 years, 9 months ago
  71. 7fc75ea Enable all features in crypto_config.h by John Durkop · 4 years, 9 months ago
  72. bd069d3 Enhanced testing for PSA crypto config features by John Durkop · 4 years, 9 months ago
  73. f4c4cb0 Added additional support for ECP for PSA_CRYPTO_CONFIG by John Durkop · 4 years, 9 months ago
  74. d032195 Phase 2 support for MBEDTLS_PSA_CRYPTO_CONFIG by John Durkop · 4 years, 9 months ago
  75. 3809f5f Add a build with MBEDTLS_ERROR_STRERROR_DUMMY by Gilles Peskine · 4 years, 9 months ago
  76. 2d0b723 Merge pull request #3712 from jdurkop/psa-crypto-config-ecdsa-3670 by Gilles Peskine · 4 years, 9 months ago
  77. e7012c7 Cleaned up test_psa_crypto_config_no_driver based on review comments by John Durkop · 4 years, 9 months ago
  78. 8ac0b80 Rename test_psa_want_ecdsa_disabled_softare by John Durkop · 4 years, 10 months ago
  79. 4377bf7 Added new PSA crypto config test with no test driver by John Durkop · 4 years, 10 months ago
  80. 28baa1f Fixed test_psa_want_ecdsa_disabled_software to use proper macros by John Durkop · 4 years, 10 months ago
  81. 0ea39e0 Correct use of MBEDTLS_PSA_BUILTIN_ALG_xxx in crypto library by John Durkop · 4 years, 10 months ago
  82. dd544e1 Fixed comments and test message output for new PSA tests by John Durkop · 4 years, 10 months ago
  83. ef94c4f Merge pull request #3474 from ronald-cron-arm/common-mbedtls_param_failed by Gilles Peskine · 4 years, 10 months ago
  84. 816e043 Update how test sets PSA_WANT_ALG_* by John Durkop · 4 years, 10 months ago
  85. d895939 Add ECDSA support to PSA crypto configuration by John Durkop · 4 years, 11 months ago
  86. 6bf4f5f Merge pull request #3585 from jdurkop/fix/undefined-reference-3294 by Gilles Peskine · 5 years ago
  87. 619e09e Minor update to all.sh to change test order by John Durkop · 5 years ago
  88. 2ec2eaa Fix test issues with depends-hashes by John Durkop · 5 years ago
  89. f1720ea Fix macro naming to match inhouse style by Steven Cooreman · 5 years ago
  90. 1cd39d5 Use own define for building with test drivers by Steven Cooreman · 5 years ago
  91. 55ae217 Add and splice in signature verification through driver by Steven Cooreman · 5 years ago
  92. d57203d Add driver tests and run them through all.sh by Steven Cooreman · 5 years ago
  93. aeedd74 Pass -std=c99 to arm-none-eabi-gcc by Gilles Peskine · 5 years ago
  94. d2ce916 Merge branch 'development-restricted' by Janos Follath · 5 years ago
  95. 9e4d438 Merge pull request #3433 from raoulstrackx/raoul/verify_crl_without_time by Gilles Peskine · 5 years ago
  96. d4ac4e0 Merge pull request #736 from mpg/cf-varpos-copy-dev-restricted by Janos Follath · 5 years ago
  97. c14be90 Add new test_depends_curves_psa to all.sh by John Durkop · 5 years ago
  98. f35069a Fix undefined ref error when ECDSA not defined by John Durkop · 5 years ago
  99. abccfc1 Merge development into development-restricted by Dan Handley · 5 years ago
  100. 73afa37 Add option to test constant-flow with valgrind by Manuel Pégourié-Gonnard · 5 years ago