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