1. e78ee99 add enum value to string helpers by Jerry Yu · 3 years, 11 months ago
  2. c38c1f2 Merge pull request #5268 from gilles-peskine-arm/struct_reordering_3.0 by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  3. 1865585 Merge pull request #5212 from yuhaoth/pr/add-tls13-compat-testcases by Ronald Cron · 3 years, 8 months ago
  4. 3921134 Merge pull request #5263 from ronald-cron-arm/psa-test-driver_3.x by Gilles Peskine · 3 years, 8 months ago
  5. 27d4771 tests: psa: Remove MD2, MD4 and ARC4 related code by Ronald Cron · 3 years, 8 months ago
  6. 52a6e7e Replace tls1_3 with tls13 by Jerry Yu · 3 years, 8 months ago
  7. 2c315a8 remove unused function by Jerry Yu · 3 years, 8 months ago
  8. 7918efe Refactor to avoid duplicate add_* by Jerry Yu · 3 years, 8 months ago
  9. 882c30d Merge CAFILE and Certificate by Jerry Yu · 3 years, 8 months ago
  10. b4ac8f3 fix various issues by Jerry Yu · 3 years, 8 months ago
  11. dda036d rename ecdsa_secp*sha* to ecdsa_secp* by Jerry Yu · 3 years, 8 months ago
  12. 7f5e5ad fix pylint fail by Jerry Yu · 3 years, 8 months ago
  13. f17a60f Add opt-testcases into check list by Jerry Yu · 3 years, 8 months ago
  14. cdcb683 Update generate scripts and tls13 test cases by Jerry Yu · 3 years, 8 months ago
  15. c4aa152 tls13_compat_tests:Add generate all option by Jerry Yu · 3 years, 8 months ago
  16. d64e20d fix wrong typo by Jerry Yu · 3 years, 8 months ago
  17. 29deed4 Add rsa_pss_rsae_sha256 into tls13 compat tests by Jerry Yu · 3 years, 8 months ago
  18. 305bfc3 Add tls13 compat tests by Jerry Yu · 3 years, 9 months ago
  19. 3a8714d all.sh: psa: Add cipher acceleration test component by Ronald Cron · 3 years, 10 months ago
  20. b231245 all.sh: psa: Add hash acceleration test component by Ronald Cron · 4 years, 3 months ago
  21. 403c15c all.sh: psa: Add ECDSA and RSA signature acceleration component by Ronald Cron · 3 years, 11 months ago
  22. 7975fae Move to separately compiled PSA test driver library by Ronald Cron · 3 years, 11 months ago
  23. 8b5c382 Fix (d)tls1_2 into (d)tls12 in version options by Xiaofei Bai · 3 years, 8 months ago
  24. a0e57ef Merge pull request #5131 from gilles-peskine-arm/dlopen-test by Gilles Peskine · 3 years, 8 months ago
  25. f303c0d Fix several bugs with multiline comments by Gilles Peskine · 3 years, 9 months ago
  26. b4b18c1 Improve comment and string stripping by Gilles Peskine · 3 years, 9 months ago
  27. bc1e8f6 Fix terminology in comment by Gilles Peskine · 3 years, 9 months ago
  28. b9fc488 Move comment and string literal processing to a new function by Gilles Peskine · 3 years, 9 months ago
  29. 9b2fa72 Simplify some regex definitions by Gilles Peskine · 3 years, 9 months ago
  30. 152de23 Lift some code out of parse_identifiers by Gilles Peskine · 3 years, 9 months ago
  31. c879420 Fix comment parsing by Gilles Peskine · 3 years, 9 months ago
  32. 357b78e Indicate if we know that a nonce length is invalid by Bence Szépkúti · 3 years, 9 months ago
  33. 1e4423b5 Remove expected failure from test_psa_compliance by Bence Szépkúti · 3 years, 9 months ago
  34. 9b9fbda Merge pull request #5094 from bensze01/test_psa_compliance by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  35. f1a7ea8 Merge pull request #5092 from mprse/generate_key2 by Gilles Peskine · 3 years, 9 months ago
  36. ca14459 Run the dlopen test in shared library builds by Gilles Peskine · 3 years, 9 months ago
  37. b376eac Track upstreaming task in an issue by Bence Szépkúti · 3 years, 9 months ago
  38. cb28871 Document the values in EXPECTED_FAILURES by Bence Szépkúti · 3 years, 9 months ago
  39. e2855c3 Move to an updated fork of psa-arch-tests by Bence Szépkúti · 3 years, 9 months ago
  40. ef0d02e Explain why support_test_psa_compliance is needed by Bence Szépkúti · 3 years, 9 months ago
  41. b381841 Keep local clone around even if the test succeeds by Bence Szépkúti · 3 years, 9 months ago
  42. c63d160 Make directory creation code more compact by Bence Szépkúti · 3 years, 9 months ago
  43. 67fb314 Add licence header to script by Bence Szépkúti · 3 years, 9 months ago
  44. 34b5f56 Make main() suitable to being called from python by Bence Szépkúti · 3 years, 9 months ago
  45. 449781f Fix pylint errors by Bence Szépkúti · 3 years, 9 months ago
  46. 83aa604 Simplify regex and use named capture groups by Bence Szépkúti · 3 years, 9 months ago
  47. c2bac00 Use print(end='') to silence double newline by Bence Szépkúti · 3 years, 10 months ago
  48. d2ea2c0 Indicate errors interleaved with test suite output by Bence Szépkúti · 3 years, 10 months ago
  49. 7bc26b8 generate_psa_tests.py: add key generation result to test case argument list, add comments by Przemyslaw Stekiel · 3 years, 9 months ago
  50. ca9236b Make the changes easier to backport by Bence Szépkúti · 3 years, 10 months ago
  51. 774b442 Merge pull request #5116 from gilles-peskine-arm/remove-greentea-3.0 by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  52. da71054 Merge pull request #5011 from gilles-peskine-arm/test_ssl_o2-3.0 by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  53. d025422 Remove on-target testing by Gilles Peskine · 3 years, 11 months ago
  54. 3ee10e8 Fix unused variable in generate_psa_tests.py by David Horstmann · 3 years, 10 months ago
  55. 65d8c69 Remove unnecessary check for ';' in filenames by David Horstmann · 3 years, 10 months ago
  56. a8d1406 Rename DEV_MODE to GEN_FILES by David Horstmann · 3 years, 10 months ago
  57. d64f4b2 Fix assorted spelling and wording issues by David Horstmann · 3 years, 10 months ago
  58. e12e7f4 Get generated data file list from script by David Horstmann · 3 years, 10 months ago
  59. 9327fb3 Fix test_ref_config component of all.sh by Manuel Pégourié-Gonnard · 4 years ago
  60. bfe54d7 Cleanup: rm all files generated by cmake by Manuel Pégourié-Gonnard · 4 years ago
  61. a9cb894 Add --directory option to generate_psa_tests.py by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  62. ba20fc9 Fix issues pointed by CI by Przemyslaw Stekiel · 3 years, 10 months ago
  63. 437da19 Remove unused param and duplicated test cases by Przemyslaw Stekiel · 3 years, 10 months ago
  64. 80b31c5 Run the PSA Compliance test suite in all.sh by Bence Szépkúti · 3 years, 10 months ago
  65. 8d468e4 Remove key generation when given argument is invalid from NotSupported class by Przemyslaw Stekiel · 3 years, 10 months ago
  66. 1b0978b Add test class for key generation by Przemyslaw Stekiel · 3 years, 10 months ago
  67. e7fc7ef Always set a build type for cmake when building for testing by Gilles Peskine · 3 years, 10 months ago
  68. 6210320 Merge pull request #4989 from AndrzejKurek/remove-ssl-export-keys by Gilles Peskine · 3 years, 10 months ago
  69. bf21c07 Merge pull request #5072 from mprse/issue_5065 by Gilles Peskine · 3 years, 10 months ago
  70. 7637ab0 Merge pull request #5037 from mprse/issue_4551 by Gilles Peskine · 3 years, 10 months ago
  71. 0d4640a Merge pull request #4984 from gilles-peskine-arm/check-names-files by Gilles Peskine · 3 years, 10 months ago
  72. 316c4fa Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
  73. 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
  74. b576c7b Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
  75. 25f7063 enerate_psa_tests.py fix format by Przemyslaw Stekiel · 3 years, 10 months ago
  76. d9d630c Addapt psa_generate_key() tests by Przemyslaw Stekiel · 3 years, 10 months ago
  77. f4d2fd4 Fix cmake invocation syntax by Gilles Peskine · 3 years, 10 months ago
  78. dbf7b7e Switch cmake -O2 builds around to where we test a lot by Gilles Peskine · 3 years, 10 months ago
  79. 77f0535 Clarify a comment by Gilles Peskine · 3 years, 10 months ago
  80. cf52222 Correct support function name by Gilles Peskine · 3 years, 10 months ago
  81. bf3ec84 Merge pull request #5003 from gilles-peskine-arm/all.sh-makeflags-nproc by Gilles Peskine · 3 years, 10 months ago
  82. ff0aee0 Build with -O2 when running ssl-opt by Gilles Peskine · 3 years, 10 months ago
  83. 050d2fc Limit make parallelism to the number of CPUs by Gilles Peskine · 3 years, 10 months ago
  84. 6b34ac7 Merge pull request #4955 from gilles-peskine-arm/make-tests-v-development by Gilles Peskine · 3 years, 10 months ago
  85. 324f72e Fix a bug where the ssl context is used after it's nullified by Andrzej Kurek · 3 years, 10 months ago
  86. 8a83224 Fix typo by Gilles Peskine · 3 years, 10 months ago
  87. 89458d1 More robust handling of excluded files by Gilles Peskine · 3 years, 10 months ago
  88. b19be6b Merge pull request #1638 from dgreen-arm/check-names-rewrite by Gilles Peskine · 3 years, 10 months ago
  89. 27f84fc Merge pull request #4813 from JoeSubbiani/TranslateCiphersuite_dev by Ronald Cron · 3 years, 10 months ago
  90. c3a6f63 Merge updates from upstream development branch into check-names-rewrite by Yuto Takano · 3 years, 11 months ago
  91. 3587dfd Move long -D lists from all.sh to a header file by Gilles Peskine · 3 years, 11 months ago
  92. 396853a 'make test': show failing test cases when cmake does by Gilles Peskine · 3 years, 11 months ago
  93. 7a5ab04 Add tls13 test with everst and ecp restartable by Jerry Yu · 3 years, 11 months ago
  94. e5d6106 Extend test in translate_ciphers.py by Joe Subbiani · 4 years ago
  95. 49d57bc Improve indentation according to pylint by Joe Subbiani · 4 years ago
  96. 54110b3 Reduce translate_ciphers.py test list by Joe Subbiani · 4 years ago
  97. b0aba9a Improve comments to be more accurate by Joe Subbiani · 4 years ago
  98. 79f5790 Remove test_translate_format() by Joe Subbiani · 4 years ago
  99. a25ffab Integrate tests as unit tests into one file by Joe Subbiani · 4 years ago
  100. f2de374 Remove unused import by Joe Subbiani · 4 years ago