1. d86b8ac Fix test_psa_crypto_config_accel_hash_use_psa build when including libtestdriver1 PSA headers from programs by Neil Armstrong · 3 years, 1 month ago
  2. 7b0825d Build with SHA-256 accelerated too by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  3. f0f63bc Test without MD_C by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  4. 525add6 Add component with accelerated hashes and USE_PSA by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  5. 97ab2a3 Clean up two accel tests in all.sh by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  6. 46a2954 Build and test RSA PKCS#1v1.5 without MD by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  7. b86279f Build and test PK without MD by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  8. 41aa808 Merge pull request #952 from gilles-peskine-arm/stdio_buffering-setbuf by Paul Elliott · 3 years, 1 month ago
  9. 6497b5a Add setbuf platform function by Gilles Peskine · 3 years, 1 month ago
  10. e3dac4a tls13: Add Certificate msg parsing tests with invalid vector lengths by Ronald Cron · 3 years, 2 months ago
  11. da5f483 all.sh: Fix order of CIPHER dependencies by Przemek Stekiel · 3 years, 3 months ago
  12. 179d748 all.sh: add build/test config crypto_full minus CIPHER Dependency list: by Przemek Stekiel · 3 years, 3 months ago
  13. 10f3a60 all.sh: add build/test config full minus CIPHER by Przemek Stekiel · 3 years, 3 months ago
  14. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
  15. 4265026 Merge pull request #5783 from mprse/md_dep_v3 by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  16. d3ba736 component_test_crypto_full_no_md: fix order of disabled features by Przemek Stekiel · 3 years, 3 months ago
  17. fe2367a all.sh: add build/test config crypto_full minus MD by Przemek Stekiel · 3 years, 3 months ago
  18. 0381083 Merge pull request #5654 from gilles-peskine-arm/psa-crypto-config-file by Gilles Peskine · 3 years, 3 months ago
  19. ad47487 Merge pull request #5742 from superna9999/5669-review-test-incompatible-psa by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  20. 98136b1 Fixup and update comment of disabled USE_PSA_CRYPTO test check in all.sh by Neil Armstrong · 3 years, 3 months ago
  21. 882e02e Move and fixup check_test_requires_psa_disabled() into check_test_cases() by Neil Armstrong · 3 years, 4 months ago
  22. afbfed9 Merge pull request #5582 from gilles-peskine-arm/ssl-opt-auto-psk by Gilles Peskine · 3 years, 4 months ago
  23. 09030a3 Refine component_check_test_requires_psa_disabled change grep options order for better compatibility by Neil Armstrong · 3 years, 4 months ago
  24. a841c2a test_cmake_out_of_source: run an ssl-opt test case that exists by Gilles Peskine · 3 years, 4 months ago
  25. 7393ec5 test_cmake_out_of_source: validate that ssl-opt passed by Gilles Peskine · 3 years, 4 months ago
  26. 4ad82e4 Add component_check_test_requires_psa_disabled used to check if some tests requiring PSA to be disabled are presemt by Neil Armstrong · 3 years, 4 months ago
  27. 45e680e Explain why we check that a certain feature is enabled by Gilles Peskine · 3 years, 4 months ago
  28. 5417d48 Remove mostly-redundant test build by Gilles Peskine · 3 years, 4 months ago
  29. 296787f Rm DES from invocations of compat.sh by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  30. 7d904e7 Test MBEDTLS_PSA_CRYPTO_CONFIG_FILE and MBEDTLS_PSA_CRYPTO_USER_CONFIG_FILE by Gilles Peskine · 3 years, 4 months ago
  31. e10df77 Test MBEDTLS_USER_CONFIG_FILE as such by Gilles Peskine · 3 years, 4 months ago
  32. f479827 Remove obsolete comment by Gilles Peskine · 3 years, 4 months ago
  33. 2003c2f Simplify build_mbedtls_config_file by Gilles Peskine · 3 years, 4 months ago
  34. c82f62e Merge pull request #4907 from gilles-peskine-arm/config-baremetal-size-3.0 by Gilles Peskine · 3 years, 4 months ago
  35. 0e980e8 Merge pull request #5640 from ronald-cron-arm/version-negotiation-2 by Ronald Cron · 3 years, 4 months ago
  36. 017a199 Update references to old Github organisation by Dave Rodgman · 3 years, 4 months ago
  37. a980adf Merge pull request #5637 from ronald-cron-arm/version-negotiation-1 by Ronald Cron · 3 years, 4 months ago
  38. f660655 TLS: Allow hybrid TLS 1.2/1.3 in default configurations by Ronald Cron · 3 years, 5 months ago
  39. de1adee Rename ssl_cli/srv.c by Ronald Cron · 3 years, 5 months ago
  40. 226aca1 Fix running of all.sh on macOS by Tom Cosgrove · 3 years, 5 months ago
  41. 87fbfb5 SECLIB-667: Accelerate SHA-512 with A64 crypto extensions by Tom Cosgrove · 3 years, 5 months ago
  42. f4042f0 Merge pull request #5573 from superna9999/5176-5177-5178-5179-tsl-record-hmac by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  43. 0ab7a23 Add non-PSA and PSA variant of test_XXXX_constant_flow all.sh tests by Neil Armstrong · 3 years, 5 months ago
  44. 2cecd8a Merge pull request #3624 from daxtens/timeless by Dave Rodgman · 3 years, 5 months ago
  45. 868d38f Merge pull request #5547 from tom-cosgrove-arm/seclib-667-sha256-acceleration-mbedtls-internal by Dave Rodgman · 3 years, 5 months ago
  46. 61faf66 Use $PWD instead of $(pwd) for consistency by David Horstmann · 3 years, 8 months ago
  47. 814c813 tests: add baremetal full config build by Daniel Axtens · 5 years ago
  48. 446af20 tests: prevent inclusion of time.h in baremetal compiles by Daniel Axtens · 5 years ago
  49. f3ebd90 SECLIB-667: Accelerate SHA-256 with A64 crypto extensions by Tom Cosgrove · 3 years, 6 months ago
  50. baa4934 Add check tests by Jerry Yu · 3 years, 6 months ago
  51. 81d5e1f fix various issues by Jerry Yu · 3 years, 6 months ago
  52. da5af22 tls13_only: add tls13_only test component by Jerry Yu · 3 years, 8 months ago
  53. d81e774 Merge pull request #5463 from gilles-peskine-arm/cmake-test-suite-enumeration by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  54. 827dbd9 Remove obsolete calls to if_build_succeeded by Gilles Peskine · 3 years, 6 months ago
  55. c1247c0 Remove obsolete variable restoration or unset at the end of a component by Gilles Peskine · 3 years, 6 months ago
  56. 3bc3409 Remove obsolete cd at the end of a component by Gilles Peskine · 3 years, 6 months ago
  57. a300099 Stop CMake out of source tests running on 16.04 (continued) by Gilles Peskine · 3 years, 6 months ago
  58. 03e0146 Make KEY_ID_ENCODES_OWNER compatible with USE_PSA_CRYPTO by Andrzej Kurek · 3 years, 7 months ago
  59. a5c1851 Merge pull request #5155 from paul-elliott-arm/pcks12_fix by Gilles Peskine · 3 years, 8 months ago
  60. 6f135e1 Rename MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL to MBEDTLS_SSL_PROTO_TLS1_3 by Ronald Cron · 3 years, 8 months ago
  61. 0abf07c Make PSA crypto mandatory for TLS 1.3 by Ronald Cron · 3 years, 8 months ago
  62. fdb0e3f ssl-opt.sh: TLS 1.3: Run tests with middlebox compatibility enabled by Ronald Cron · 3 years, 8 months ago
  63. 3921134 Merge pull request #5263 from ronald-cron-arm/psa-test-driver_3.x by Gilles Peskine · 3 years, 8 months ago
  64. 27d4771 tests: psa: Remove MD2, MD4 and ARC4 related code by Ronald Cron · 3 years, 8 months ago
  65. 3a8714d all.sh: psa: Add cipher acceleration test component by Ronald Cron · 3 years, 10 months ago
  66. b231245 all.sh: psa: Add hash acceleration test component by Ronald Cron · 4 years, 3 months ago
  67. 403c15c all.sh: psa: Add ECDSA and RSA signature acceleration component by Ronald Cron · 3 years, 11 months ago
  68. 7975fae Move to separately compiled PSA test driver library by Ronald Cron · 3 years, 11 months ago
  69. 8b5c382 Fix (d)tls1_2 into (d)tls12 in version options by Xiaofei Bai · 3 years, 8 months ago
  70. a0e57ef Merge pull request #5131 from gilles-peskine-arm/dlopen-test by Gilles Peskine · 3 years, 8 months ago
  71. 62dc392 Stop CMake out of source tests running on 16.04 by Paul Elliott · 3 years, 8 months ago
  72. 9b9fbda Merge pull request #5094 from bensze01/test_psa_compliance by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  73. ca14459 Run the dlopen test in shared library builds by Gilles Peskine · 3 years, 9 months ago
  74. ef0d02e Explain why support_test_psa_compliance is needed by Bence Szépkúti · 3 years, 9 months ago
  75. ca9236b Make the changes easier to backport by Bence Szépkúti · 3 years, 10 months ago
  76. da71054 Merge pull request #5011 from gilles-peskine-arm/test_ssl_o2-3.0 by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  77. a8d1406 Rename DEV_MODE to GEN_FILES by David Horstmann · 3 years, 10 months ago
  78. d64f4b2 Fix assorted spelling and wording issues by David Horstmann · 3 years, 10 months ago
  79. 9327fb3 Fix test_ref_config component of all.sh by Manuel Pégourié-Gonnard · 4 years ago
  80. bfe54d7 Cleanup: rm all files generated by cmake by Manuel Pégourié-Gonnard · 4 years ago
  81. 80b31c5 Run the PSA Compliance test suite in all.sh by Bence Szépkúti · 3 years, 10 months ago
  82. e7fc7ef Always set a build type for cmake when building for testing by Gilles Peskine · 3 years, 10 months ago
  83. 6210320 Merge pull request #4989 from AndrzejKurek/remove-ssl-export-keys by Gilles Peskine · 3 years, 10 months ago
  84. 316c4fa Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
  85. 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
  86. f4d2fd4 Fix cmake invocation syntax by Gilles Peskine · 3 years, 10 months ago
  87. dbf7b7e Switch cmake -O2 builds around to where we test a lot by Gilles Peskine · 3 years, 10 months ago
  88. 77f0535 Clarify a comment by Gilles Peskine · 3 years, 10 months ago
  89. cf52222 Correct support function name by Gilles Peskine · 3 years, 10 months ago
  90. bf3ec84 Merge pull request #5003 from gilles-peskine-arm/all.sh-makeflags-nproc by Gilles Peskine · 3 years, 10 months ago
  91. ff0aee0 Build with -O2 when running ssl-opt by Gilles Peskine · 3 years, 10 months ago
  92. 050d2fc Limit make parallelism to the number of CPUs by Gilles Peskine · 3 years, 10 months ago
  93. 6b34ac7 Merge pull request #4955 from gilles-peskine-arm/make-tests-v-development by Gilles Peskine · 3 years, 10 months ago
  94. 324f72e Fix a bug where the ssl context is used after it's nullified by Andrzej Kurek · 3 years, 10 months ago
  95. b19be6b Merge pull request #1638 from dgreen-arm/check-names-rewrite by Gilles Peskine · 3 years, 10 months ago
  96. 27f84fc Merge pull request #4813 from JoeSubbiani/TranslateCiphersuite_dev by Ronald Cron · 3 years, 10 months ago
  97. c3a6f63 Merge updates from upstream development branch into check-names-rewrite by Yuto Takano · 3 years, 11 months ago
  98. 3587dfd Move long -D lists from all.sh to a header file by Gilles Peskine · 3 years, 11 months ago
  99. 396853a 'make test': show failing test cases when cmake does by Gilles Peskine · 3 years, 11 months ago
  100. 7a5ab04 Add tls13 test with everst and ecp restartable by Jerry Yu · 3 years, 11 months ago