1. e2855c3 Move to an updated fork of psa-arch-tests by Bence Szépkúti · 3 years, 9 months ago
  2. ef0d02e Explain why support_test_psa_compliance is needed by Bence Szépkúti · 3 years, 9 months ago
  3. b381841 Keep local clone around even if the test succeeds by Bence Szépkúti · 3 years, 9 months ago
  4. c63d160 Make directory creation code more compact by Bence Szépkúti · 3 years, 9 months ago
  5. 67fb314 Add licence header to script by Bence Szépkúti · 3 years, 9 months ago
  6. 34b5f56 Make main() suitable to being called from python by Bence Szépkúti · 3 years, 9 months ago
  7. 449781f Fix pylint errors by Bence Szépkúti · 3 years, 9 months ago
  8. 83aa604 Simplify regex and use named capture groups by Bence Szépkúti · 3 years, 9 months ago
  9. c2bac00 Use print(end='') to silence double newline by Bence Szépkúti · 3 years, 10 months ago
  10. d2ea2c0 Indicate errors interleaved with test suite output by Bence Szépkúti · 3 years, 10 months ago
  11. ca9236b Make the changes easier to backport by Bence Szépkúti · 3 years, 10 months ago
  12. 80b31c5 Run the PSA Compliance test suite in all.sh by Bence Szépkúti · 3 years, 10 months ago
  13. 6210320 Merge pull request #4989 from AndrzejKurek/remove-ssl-export-keys by Gilles Peskine · 3 years, 10 months ago
  14. bf21c07 Merge pull request #5072 from mprse/issue_5065 by Gilles Peskine · 3 years, 10 months ago
  15. 7637ab0 Merge pull request #5037 from mprse/issue_4551 by Gilles Peskine · 3 years, 10 months ago
  16. 0d4640a Merge pull request #4984 from gilles-peskine-arm/check-names-files by Gilles Peskine · 3 years, 10 months ago
  17. 316c4fa Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
  18. 2bb5e9c Merge pull request #4760 from gilles-peskine-arm/ecb-alt-ret-3.0 by Gilles Peskine · 3 years, 10 months ago
  19. 0421715 Use 127.0.0.1 rather than localhost by Paul Elliott · 3 years, 10 months ago
  20. 1428f25 Fix incorrect check for DTLS by Paul Elliott · 3 years, 10 months ago
  21. 09cfa18 Spelling fix by Paul Elliott · 3 years, 10 months ago
  22. 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
  23. d60950c Use newer OpenSSL for tests failing with the old by Manuel Pégourié-Gonnard · 3 years, 10 months ago
  24. b576c7b Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
  25. 25f7063 enerate_psa_tests.py fix format by Przemyslaw Stekiel · 3 years, 10 months ago
  26. d9d630c Addapt psa_generate_key() tests by Przemyslaw Stekiel · 3 years, 10 months ago
  27. bf3ec84 Merge pull request #5003 from gilles-peskine-arm/all.sh-makeflags-nproc by Gilles Peskine · 3 years, 10 months ago
  28. 023aa11 Merge pull request #4996 from mprse/mbedtls_cipher_setup_psa_ECB by Gilles Peskine · 3 years, 10 months ago
  29. 050d2fc Limit make parallelism to the number of CPUs by Gilles Peskine · 3 years, 10 months ago
  30. 6b34ac7 Merge pull request #4955 from gilles-peskine-arm/make-tests-v-development by Gilles Peskine · 3 years, 10 months ago
  31. cd51e76 Merge pull request #4338 from paul-elliott-arm/psa-m-aead by Ronald Cron · 3 years, 10 months ago
  32. 86de1b7 Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
  33. 8739f0f Fix incorrect nonce length on oneshot test by Paul Elliott · 3 years, 10 months ago
  34. 324f72e Fix a bug where the ssl context is used after it's nullified by Andrzej Kurek · 3 years, 10 months ago
  35. 5902cd6 Remove MBEDTLS_SSL_EXPORT_KEYS, making it always on by Andrzej Kurek · 3 years, 10 months ago
  36. cc12395 Test invalid nonce length for multipart AEAD with short tag by Gilles Peskine · 3 years, 10 months ago
  37. 96b332c Test invalid nonce length for one-shot AEAD decryption by Gilles Peskine · 3 years, 10 months ago
  38. 4ef7bd8 Simplify PSA_ALG_AEAD_WITH_SHORTENED_TAG with full-length tag by Gilles Peskine · 3 years, 10 months ago
  39. 8c4eb88 test_suite_cipher: add tests for mbedtls_cipher_setup_psa() with ECB by Przemyslaw Stekiel · 3 years, 10 months ago
  40. bfe3d87 Merge pull request #4842 from gilles-peskine-arm/public_fields-3.0-info by Gilles Peskine · 3 years, 10 months ago
  41. 1869377 Merge pull request #4942 from yuhaoth/pr/add-tls13-client-dummy-state-handlers by Manuel Pégourié-Gonnard · 3 years, 10 months ago
  42. dff6c5d Restore internal driver for aead_set_lengths by Paul Elliott · 3 years, 10 months ago
  43. 8a83224 Fix typo by Gilles Peskine · 3 years, 10 months ago
  44. 325d374 Move set lengths checking to PSA Core by Paul Elliott · 3 years, 10 months ago
  45. 745f5f2 Add test for PolyChaCha with shortened tag by Paul Elliott · 3 years, 10 months ago
  46. 89458d1 More robust handling of excluded files by Gilles Peskine · 3 years, 10 months ago
  47. 7820a57 Catch failures of AES or DES operations by Gilles Peskine · 4 years, 1 month ago
  48. b19be6b Merge pull request #1638 from dgreen-arm/check-names-rewrite by Gilles Peskine · 3 years, 10 months ago
  49. 6e81b27 Add client state number check by Jerry Yu · 3 years, 10 months ago
  50. 3523a3b Improve dispatch tests by Jerry Yu · 3 years, 11 months ago
  51. 27f84fc Merge pull request #4813 from JoeSubbiani/TranslateCiphersuite_dev by Ronald Cron · 3 years, 10 months ago
  52. c3a6f63 Merge updates from upstream development branch into check-names-rewrite by Yuto Takano · 3 years, 11 months ago
  53. 9e4c020 Merge pull request #4969 from jclab-joseph/pr/fix/build-alpine by Gilles Peskine · 3 years, 11 months ago
  54. 32f46ba Remove ability to turn off chunked ad/data tests by Paul Elliott · 3 years, 11 months ago
  55. 71b0567 Merge remote-tracking branch 'upstream/development' into psa-m-aead-merge by Paul Elliott · 3 years, 11 months ago
  56. 6113af6 Fix test code to can be built on alpine by joseph · 3 years, 11 months ago
  57. f2cb19f Merge pull request #4891 from yuhaoth/pr/enable-key-exchange-in-client-hello by Ronald Cron · 3 years, 11 months ago
  58. 3db0b70 Remove unnecessary test steps by Paul Elliott · 3 years, 11 months ago
  59. 88ecbe1 Test generated nonce test generates expected sizes by Paul Elliott · 3 years, 11 months ago
  60. 2c363a8 Add NULL / 0 buffer tests for update test by Paul Elliott · 3 years, 11 months ago
  61. fbb4c6d Replace AEAD operation init func with macro by Paul Elliott · 3 years, 11 months ago
  62. a2a09b0 Remove double initialisation of AEAD operation by Paul Elliott · 3 years, 11 months ago
  63. bb979e7 Rename enum types by Paul Elliott · 3 years, 11 months ago
  64. bdc2c68 Add missing not setting nonce tests by Paul Elliott · 3 years, 11 months ago
  65. 3ecdb3e Change test dependencys to PSA_WANT by Paul Elliott · 3 years, 11 months ago
  66. 76e31ec Add gnutls version test for client hello by Jerry Yu · 3 years, 11 months ago
  67. f0f2294 Merge pull request #4708 from mstarzyk-mobica/ccm_chunked by Gilles Peskine · 3 years, 11 months ago
  68. 93cb611 Merge pull request #4878 from SiliconLabs/remove_dependency_4877 by Gilles Peskine · 3 years, 11 months ago
  69. 0f32b7d Apply fixes to test driver from lib implementation by Paul Elliott · 3 years, 11 months ago
  70. 64555bd Add missing initialisation to setup test. by Paul Elliott · 3 years, 11 months ago
  71. 3587dfd Move long -D lists from all.sh to a header file by Gilles Peskine · 3 years, 11 months ago
  72. 396853a 'make test': show failing test cases when cmake does by Gilles Peskine · 3 years, 11 months ago
  73. 4a76088 Fix leaked test buffer by Paul Elliott · 3 years, 11 months ago
  74. 6043e49 Fix missed documentation header pt 2 by Paul Elliott · 3 years, 11 months ago
  75. 8eec8d4 Fix missed documentation header by Paul Elliott · 3 years, 11 months ago
  76. f94bd99 Add missing aead state tests. by Paul Elliott · 3 years, 11 months ago
  77. 5221ef6 Add aead setup tests by Paul Elliott · 3 years, 11 months ago
  78. 1c67e0b Add extra verify edge test cases by Paul Elliott · 3 years, 11 months ago
  79. 9961a66 Remove negative tests from multipart_decrypt by Paul Elliott · 3 years, 11 months ago
  80. fd0c154c Add tests to oversend data/ad when lengths set by Paul Elliott · 3 years, 11 months ago
  81. ce2c1fa Remove uneccesary postive buffer size tests by Paul Elliott · 3 years, 11 months ago
  82. 6a60b12 Make buffer size checks +-1 from correct size by Paul Elliott · 3 years, 11 months ago
  83. a3d153f Make nonce based test descriptions more clear by Paul Elliott · 3 years, 11 months ago
  84. f38adbe Ensure tests expected to fail actually fail by Paul Elliott · 3 years, 11 months ago
  85. e49fe45 Remove unneccesary nesting by Paul Elliott · 3 years, 11 months ago
  86. 4e4d71a Move hidden logic into loop 'for' statement by Paul Elliott · 3 years, 11 months ago
  87. 33746aa Convert set lengths options over to enum by Paul Elliott · 3 years, 11 months ago
  88. 9454cfa Remove unneccesary safety check in test by Paul Elliott · 3 years, 11 months ago
  89. 6bfd0fb Convert all uint32_t lengths over to size_t by Paul Elliott · 3 years, 11 months ago
  90. 5a9642f Correct switched blocks for output sizes by Paul Elliott · 3 years, 11 months ago
  91. 719c132 Add tag buffer size tests to finish buffer tests by Paul Elliott · 3 years, 11 months ago
  92. e58cb1e Aligh finish_buffer_test vars with PSA standard by Paul Elliott · 4 years ago
  93. 4023ffd Re-add option of NULL buffer for nonce tests by Paul Elliott · 4 years ago
  94. e64deda Add missing check to multipart decrypt by Paul Elliott · 4 years ago
  95. 133740b tests: Improve incomplete then overflow tests by Ronald Cron · 3 years, 11 months ago
  96. 7a5ab04 Add tls13 test with everst and ecp restartable by Jerry Yu · 3 years, 11 months ago
  97. 9d17bf4 Styling and refactoring by Archana · 4 years ago
  98. 9a2b6ff Fix test vector dependency by Archana · 4 years ago
  99. a316b7e Rebase and update signature for curve448 tests by Archana · 4 years ago
  100. 74d99c6 Add a test to validate copy to read only lifetime by Archana · 4 years ago