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. c11bffe Merge pull request #5139 from mprse/key_der_ecc by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  8. fdfc10b Merge pull request #4408 from gilles-peskine-arm/storage-format-check-mononicity by Gilles Peskine · 3 years, 5 months ago
  9. f25b16c test_psa_compliance: update tag to fix-pr-5139-3 by Przemek Stekiel · 3 years, 5 months ago
  10. 61faf66 Use $PWD instead of $(pwd) for consistency by David Horstmann · 3 years, 8 months ago
  11. 814c813 tests: add baremetal full config build by Daniel Axtens · 5 years ago
  12. 446af20 tests: prevent inclusion of time.h in baremetal compiles by Daniel Axtens · 5 years ago
  13. 254efe5 Make mypy unconditional by Gilles Peskine · 3 years, 5 months ago
  14. 9216536 Add storage format checks to the interface checker by Gilles Peskine · 4 years, 3 months ago
  15. ab80c0c test_psa_compliance.py: checkout fix-pr-5139 tag by Przemyslaw Stekiel · 3 years, 8 months ago
  16. f3ebd90 SECLIB-667: Accelerate SHA-256 with A64 crypto extensions by Tom Cosgrove · 3 years, 6 months ago
  17. baa4934 Add check tests by Jerry Yu · 3 years, 6 months ago
  18. 81d5e1f fix various issues by Jerry Yu · 3 years, 6 months ago
  19. da5af22 tls13_only: add tls13_only test component by Jerry Yu · 3 years, 7 months ago
  20. 3d1f8b9 Merge pull request #5532 from ronald-cron-arm/tls13_and_use_psa_crypto by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  21. a7a1dea Merge pull request #5393 from gilles-peskine-arm/opt-testcases-outcomes-fix by Ronald Cron · 3 years, 6 months ago
  22. 135427c Run TLS 1.3 tests when MBEDTLS_USE_PSA_CRYPTO is enabled by Ronald Cron · 3 years, 7 months ago
  23. d81e774 Merge pull request #5463 from gilles-peskine-arm/cmake-test-suite-enumeration by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  24. 827dbd9 Remove obsolete calls to if_build_succeeded by Gilles Peskine · 3 years, 6 months ago
  25. c1247c0 Remove obsolete variable restoration or unset at the end of a component by Gilles Peskine · 3 years, 6 months ago
  26. 3bc3409 Remove obsolete cd at the end of a component by Gilles Peskine · 3 years, 6 months ago
  27. a300099 Stop CMake out of source tests running on 16.04 (continued) by Gilles Peskine · 3 years, 6 months ago
  28. 01005b9 Restructure test-ref-configs to test with USE_PSA_CRYPTO turned on by Andrzej Kurek · 3 years, 7 months ago
  29. d2da19b Merge pull request #5380 from AndrzejKurek/key-id-encodes-owner-psa-fixes by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  30. 08f3465 Return the same error in multipart and single shot AEAD by Bence Szépkúti · 3 years, 8 months ago
  31. 7e09105 New option to list all test cases by Gilles Peskine · 3 years, 7 months ago
  32. 686c292 Move collect_available_test_cases to check_test_cases.py by Gilles Peskine · 3 years, 7 months ago
  33. bac671c Fix the multipart AEAD compliance tests by Bence Szépkúti · 3 years, 7 months ago
  34. 03e0146 Make KEY_ID_ENCODES_OWNER compatible with USE_PSA_CRYPTO by Andrzej Kurek · 3 years, 7 months ago
  35. 6f21e45 Fix Pylint errors and improve Python script by Archana · 3 years, 9 months ago
  36. ccbc318 Remove generation of ssl_debug_helpers_generated.h by Gilles Peskine · 3 years, 8 months ago
  37. 12e27d4 List ssl_debug_helpers_generated.h in generated files by Gilles Peskine · 3 years, 8 months ago
  38. a5c1851 Merge pull request #5155 from paul-elliott-arm/pcks12_fix by Gilles Peskine · 3 years, 8 months ago
  39. 6f135e1 Rename MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL to MBEDTLS_SSL_PROTO_TLS1_3 by Ronald Cron · 3 years, 8 months ago
  40. 0abf07c Make PSA crypto mandatory for TLS 1.3 by Ronald Cron · 3 years, 8 months ago
  41. 76a2b30 Merge pull request #4981 from yuhaoth/pr/add-debug-helpers-generated by Dave Rodgman · 3 years, 8 months ago
  42. ae93725 tests: Make compat mode optional in script generating tests by Ronald Cron · 3 years, 8 months ago
  43. e78ee99 add enum value to string helpers by Jerry Yu · 3 years, 11 months ago
  44. fdb0e3f ssl-opt.sh: TLS 1.3: Run tests with middlebox compatibility enabled by Ronald Cron · 3 years, 8 months ago
  45. c38c1f2 Merge pull request #5268 from gilles-peskine-arm/struct_reordering_3.0 by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  46. 1865585 Merge pull request #5212 from yuhaoth/pr/add-tls13-compat-testcases by Ronald Cron · 3 years, 8 months ago
  47. 3921134 Merge pull request #5263 from ronald-cron-arm/psa-test-driver_3.x by Gilles Peskine · 3 years, 8 months ago
  48. 27d4771 tests: psa: Remove MD2, MD4 and ARC4 related code by Ronald Cron · 3 years, 8 months ago
  49. 52a6e7e Replace tls1_3 with tls13 by Jerry Yu · 3 years, 8 months ago
  50. 2c315a8 remove unused function by Jerry Yu · 3 years, 8 months ago
  51. 7918efe Refactor to avoid duplicate add_* by Jerry Yu · 3 years, 8 months ago
  52. 882c30d Merge CAFILE and Certificate by Jerry Yu · 3 years, 8 months ago
  53. b4ac8f3 fix various issues by Jerry Yu · 3 years, 8 months ago
  54. dda036d rename ecdsa_secp*sha* to ecdsa_secp* by Jerry Yu · 3 years, 8 months ago
  55. 7f5e5ad fix pylint fail by Jerry Yu · 3 years, 8 months ago
  56. f17a60f Add opt-testcases into check list by Jerry Yu · 3 years, 8 months ago
  57. cdcb683 Update generate scripts and tls13 test cases by Jerry Yu · 3 years, 8 months ago
  58. c4aa152 tls13_compat_tests:Add generate all option by Jerry Yu · 3 years, 8 months ago
  59. d64e20d fix wrong typo by Jerry Yu · 3 years, 8 months ago
  60. 29deed4 Add rsa_pss_rsae_sha256 into tls13 compat tests by Jerry Yu · 3 years, 8 months ago
  61. 305bfc3 Add tls13 compat tests by Jerry Yu · 3 years, 8 months ago
  62. 3a8714d all.sh: psa: Add cipher acceleration test component by Ronald Cron · 3 years, 10 months ago
  63. b231245 all.sh: psa: Add hash acceleration test component by Ronald Cron · 4 years, 3 months ago
  64. 403c15c all.sh: psa: Add ECDSA and RSA signature acceleration component by Ronald Cron · 3 years, 11 months ago
  65. 7975fae Move to separately compiled PSA test driver library by Ronald Cron · 3 years, 11 months ago
  66. 8b5c382 Fix (d)tls1_2 into (d)tls12 in version options by Xiaofei Bai · 3 years, 8 months ago
  67. a0e57ef Merge pull request #5131 from gilles-peskine-arm/dlopen-test by Gilles Peskine · 3 years, 8 months ago
  68. f303c0d Fix several bugs with multiline comments by Gilles Peskine · 3 years, 9 months ago
  69. b4b18c1 Improve comment and string stripping by Gilles Peskine · 3 years, 9 months ago
  70. bc1e8f6 Fix terminology in comment by Gilles Peskine · 3 years, 9 months ago
  71. b9fc488 Move comment and string literal processing to a new function by Gilles Peskine · 3 years, 9 months ago
  72. 9b2fa72 Simplify some regex definitions by Gilles Peskine · 3 years, 9 months ago
  73. 152de23 Lift some code out of parse_identifiers by Gilles Peskine · 3 years, 9 months ago
  74. c879420 Fix comment parsing by Gilles Peskine · 3 years, 9 months ago
  75. 62dc392 Stop CMake out of source tests running on 16.04 by Paul Elliott · 3 years, 8 months ago
  76. 357b78e Indicate if we know that a nonce length is invalid by Bence Szépkúti · 3 years, 9 months ago
  77. 1e4423b5 Remove expected failure from test_psa_compliance by Bence Szépkúti · 3 years, 9 months ago
  78. 9b9fbda Merge pull request #5094 from bensze01/test_psa_compliance by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  79. f1a7ea8 Merge pull request #5092 from mprse/generate_key2 by Gilles Peskine · 3 years, 9 months ago
  80. ca14459 Run the dlopen test in shared library builds by Gilles Peskine · 3 years, 9 months ago
  81. b376eac Track upstreaming task in an issue by Bence Szépkúti · 3 years, 9 months ago
  82. cb28871 Document the values in EXPECTED_FAILURES by Bence Szépkúti · 3 years, 9 months ago
  83. e2855c3 Move to an updated fork of psa-arch-tests by Bence Szépkúti · 3 years, 9 months ago
  84. ef0d02e Explain why support_test_psa_compliance is needed by Bence Szépkúti · 3 years, 9 months ago
  85. b381841 Keep local clone around even if the test succeeds by Bence Szépkúti · 3 years, 9 months ago
  86. c63d160 Make directory creation code more compact by Bence Szépkúti · 3 years, 9 months ago
  87. 67fb314 Add licence header to script by Bence Szépkúti · 3 years, 9 months ago
  88. 34b5f56 Make main() suitable to being called from python by Bence Szépkúti · 3 years, 9 months ago
  89. 449781f Fix pylint errors by Bence Szépkúti · 3 years, 9 months ago
  90. 83aa604 Simplify regex and use named capture groups by Bence Szépkúti · 3 years, 9 months ago
  91. c2bac00 Use print(end='') to silence double newline by Bence Szépkúti · 3 years, 9 months ago
  92. d2ea2c0 Indicate errors interleaved with test suite output by Bence Szépkúti · 3 years, 9 months ago
  93. 7bc26b8 generate_psa_tests.py: add key generation result to test case argument list, add comments by Przemyslaw Stekiel · 3 years, 9 months ago
  94. ca9236b Make the changes easier to backport by Bence Szépkúti · 3 years, 9 months ago
  95. 774b442 Merge pull request #5116 from gilles-peskine-arm/remove-greentea-3.0 by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  96. da71054 Merge pull request #5011 from gilles-peskine-arm/test_ssl_o2-3.0 by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  97. d025422 Remove on-target testing by Gilles Peskine · 3 years, 11 months ago
  98. 3ee10e8 Fix unused variable in generate_psa_tests.py by David Horstmann · 3 years, 10 months ago
  99. 65d8c69 Remove unnecessary check for ';' in filenames by David Horstmann · 3 years, 10 months ago
  100. a8d1406 Rename DEV_MODE to GEN_FILES by David Horstmann · 3 years, 10 months ago