1. 65d8c69 Remove unnecessary check for ';' in filenames by David Horstmann · 3 years, 10 months ago
  2. a8d1406 Rename DEV_MODE to GEN_FILES by David Horstmann · 3 years, 10 months ago
  3. 3e30ad9 Use MBEDTLS_PYTHON_EXECUTABLE by David Horstmann · 3 years, 10 months ago
  4. f602eb1 Add comment explaining generate_psa_code.py by David Horstmann · 3 years, 10 months ago
  5. 7570d24 Fix issue with DEV_MODE=OFF case by David Horstmann · 3 years, 10 months ago
  6. d64f4b2 Fix assorted spelling and wording issues by David Horstmann · 3 years, 10 months ago
  7. ae7bd35 Select test data directory using generated list by David Horstmann · 3 years, 10 months ago
  8. 1732b5d Move test link_to_source() calls into a foreach by David Horstmann · 3 years, 10 months ago
  9. 7b78ec8 Change variable name to lowercase by David Horstmann · 3 years, 10 months ago
  10. e12e7f4 Get generated data file list from script by David Horstmann · 3 years, 10 months ago
  11. 9327fb3 Fix test_ref_config component of all.sh by Manuel Pégourié-Gonnard · 4 years ago
  12. bfe54d7 Cleanup: rm all files generated by cmake by Manuel Pégourié-Gonnard · 4 years ago
  13. 389150d Cleanup: remove *.datax files with CMake by Manuel Pégourié-Gonnard · 4 years ago
  14. e90e405 Introduce "Dev mode" option by Manuel Pégourié-Gonnard · 4 years ago
  15. 313bcfc Stop writing to the source tree. by Manuel Pégourié-Gonnard · 4 years ago
  16. ce3ba8f Allow CMake to run generate_psa_tests by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  17. a9cb894 Add --directory option to generate_psa_tests.py by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  18. 42681f3 Improve formatting of CMake file by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  19. 89615ee Show values when TEST_EQUAL fails by Gilles Peskine · 4 years, 3 months ago
  20. 6210320 Merge pull request #4989 from AndrzejKurek/remove-ssl-export-keys by Gilles Peskine · 3 years, 10 months ago
  21. bf21c07 Merge pull request #5072 from mprse/issue_5065 by Gilles Peskine · 3 years, 10 months ago
  22. 7637ab0 Merge pull request #5037 from mprse/issue_4551 by Gilles Peskine · 3 years, 10 months ago
  23. 0d4640a Merge pull request #4984 from gilles-peskine-arm/check-names-files by Gilles Peskine · 3 years, 10 months ago
  24. 316c4fa Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
  25. 2bb5e9c Merge pull request #4760 from gilles-peskine-arm/ecb-alt-ret-3.0 by Gilles Peskine · 3 years, 10 months ago
  26. 0421715 Use 127.0.0.1 rather than localhost by Paul Elliott · 3 years, 10 months ago
  27. 1428f25 Fix incorrect check for DTLS by Paul Elliott · 3 years, 10 months ago
  28. 09cfa18 Spelling fix by Paul Elliott · 3 years, 10 months ago
  29. 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
  30. d60950c Use newer OpenSSL for tests failing with the old by Manuel Pégourié-Gonnard · 3 years, 10 months ago
  31. b576c7b Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
  32. 25f7063 enerate_psa_tests.py fix format by Przemyslaw Stekiel · 3 years, 10 months ago
  33. d9d630c Addapt psa_generate_key() tests by Przemyslaw Stekiel · 3 years, 10 months ago
  34. bf3ec84 Merge pull request #5003 from gilles-peskine-arm/all.sh-makeflags-nproc by Gilles Peskine · 3 years, 10 months ago
  35. 023aa11 Merge pull request #4996 from mprse/mbedtls_cipher_setup_psa_ECB by Gilles Peskine · 3 years, 10 months ago
  36. 050d2fc Limit make parallelism to the number of CPUs by Gilles Peskine · 3 years, 10 months ago
  37. 6b34ac7 Merge pull request #4955 from gilles-peskine-arm/make-tests-v-development by Gilles Peskine · 3 years, 10 months ago
  38. cd51e76 Merge pull request #4338 from paul-elliott-arm/psa-m-aead by Ronald Cron · 3 years, 10 months ago
  39. 86de1b7 Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
  40. 8739f0f Fix incorrect nonce length on oneshot test by Paul Elliott · 3 years, 10 months ago
  41. 324f72e Fix a bug where the ssl context is used after it's nullified by Andrzej Kurek · 3 years, 10 months ago
  42. 5902cd6 Remove MBEDTLS_SSL_EXPORT_KEYS, making it always on by Andrzej Kurek · 3 years, 10 months ago
  43. cc12395 Test invalid nonce length for multipart AEAD with short tag by Gilles Peskine · 3 years, 10 months ago
  44. 96b332c Test invalid nonce length for one-shot AEAD decryption by Gilles Peskine · 3 years, 10 months ago
  45. 4ef7bd8 Simplify PSA_ALG_AEAD_WITH_SHORTENED_TAG with full-length tag by Gilles Peskine · 3 years, 10 months ago
  46. 8c4eb88 test_suite_cipher: add tests for mbedtls_cipher_setup_psa() with ECB by Przemyslaw Stekiel · 3 years, 10 months ago
  47. bfe3d87 Merge pull request #4842 from gilles-peskine-arm/public_fields-3.0-info by Gilles Peskine · 3 years, 10 months ago
  48. 1869377 Merge pull request #4942 from yuhaoth/pr/add-tls13-client-dummy-state-handlers by Manuel Pégourié-Gonnard · 3 years, 10 months ago
  49. dff6c5d Restore internal driver for aead_set_lengths by Paul Elliott · 3 years, 10 months ago
  50. 8a83224 Fix typo by Gilles Peskine · 3 years, 10 months ago
  51. 325d374 Move set lengths checking to PSA Core by Paul Elliott · 3 years, 10 months ago
  52. 745f5f2 Add test for PolyChaCha with shortened tag by Paul Elliott · 3 years, 10 months ago
  53. 89458d1 More robust handling of excluded files by Gilles Peskine · 3 years, 10 months ago
  54. 7820a57 Catch failures of AES or DES operations by Gilles Peskine · 4 years, 1 month ago
  55. b19be6b Merge pull request #1638 from dgreen-arm/check-names-rewrite by Gilles Peskine · 3 years, 10 months ago
  56. 6e81b27 Add client state number check by Jerry Yu · 3 years, 10 months ago
  57. 3523a3b Improve dispatch tests by Jerry Yu · 3 years, 11 months ago
  58. 27f84fc Merge pull request #4813 from JoeSubbiani/TranslateCiphersuite_dev by Ronald Cron · 3 years, 10 months ago
  59. c3a6f63 Merge updates from upstream development branch into check-names-rewrite by Yuto Takano · 3 years, 11 months ago
  60. 9e4c020 Merge pull request #4969 from jclab-joseph/pr/fix/build-alpine by Gilles Peskine · 3 years, 11 months ago
  61. 32f46ba Remove ability to turn off chunked ad/data tests by Paul Elliott · 3 years, 11 months ago
  62. 71b0567 Merge remote-tracking branch 'upstream/development' into psa-m-aead-merge by Paul Elliott · 3 years, 11 months ago
  63. 6113af6 Fix test code to can be built on alpine by joseph · 3 years, 11 months ago
  64. f2cb19f Merge pull request #4891 from yuhaoth/pr/enable-key-exchange-in-client-hello by Ronald Cron · 3 years, 11 months ago
  65. 3db0b70 Remove unnecessary test steps by Paul Elliott · 3 years, 11 months ago
  66. 88ecbe1 Test generated nonce test generates expected sizes by Paul Elliott · 3 years, 11 months ago
  67. 2c363a8 Add NULL / 0 buffer tests for update test by Paul Elliott · 3 years, 11 months ago
  68. fbb4c6d Replace AEAD operation init func with macro by Paul Elliott · 3 years, 11 months ago
  69. a2a09b0 Remove double initialisation of AEAD operation by Paul Elliott · 3 years, 11 months ago
  70. bb979e7 Rename enum types by Paul Elliott · 3 years, 11 months ago
  71. bdc2c68 Add missing not setting nonce tests by Paul Elliott · 3 years, 11 months ago
  72. 3ecdb3e Change test dependencys to PSA_WANT by Paul Elliott · 3 years, 11 months ago
  73. 76e31ec Add gnutls version test for client hello by Jerry Yu · 3 years, 11 months ago
  74. f0f2294 Merge pull request #4708 from mstarzyk-mobica/ccm_chunked by Gilles Peskine · 3 years, 11 months ago
  75. 93cb611 Merge pull request #4878 from SiliconLabs/remove_dependency_4877 by Gilles Peskine · 3 years, 11 months ago
  76. 0f32b7d Apply fixes to test driver from lib implementation by Paul Elliott · 3 years, 11 months ago
  77. 64555bd Add missing initialisation to setup test. by Paul Elliott · 3 years, 11 months ago
  78. 3587dfd Move long -D lists from all.sh to a header file by Gilles Peskine · 3 years, 11 months ago
  79. 396853a 'make test': show failing test cases when cmake does by Gilles Peskine · 3 years, 11 months ago
  80. 4a76088 Fix leaked test buffer by Paul Elliott · 3 years, 11 months ago
  81. 6043e49 Fix missed documentation header pt 2 by Paul Elliott · 3 years, 11 months ago
  82. 8eec8d4 Fix missed documentation header by Paul Elliott · 3 years, 11 months ago
  83. f94bd99 Add missing aead state tests. by Paul Elliott · 3 years, 11 months ago
  84. 5221ef6 Add aead setup tests by Paul Elliott · 3 years, 11 months ago
  85. 1c67e0b Add extra verify edge test cases by Paul Elliott · 3 years, 11 months ago
  86. 9961a66 Remove negative tests from multipart_decrypt by Paul Elliott · 3 years, 11 months ago
  87. fd0c154c Add tests to oversend data/ad when lengths set by Paul Elliott · 3 years, 11 months ago
  88. ce2c1fa Remove uneccesary postive buffer size tests by Paul Elliott · 3 years, 11 months ago
  89. 6a60b12 Make buffer size checks +-1 from correct size by Paul Elliott · 3 years, 11 months ago
  90. a3d153f Make nonce based test descriptions more clear by Paul Elliott · 3 years, 11 months ago
  91. f38adbe Ensure tests expected to fail actually fail by Paul Elliott · 3 years, 11 months ago
  92. e49fe45 Remove unneccesary nesting by Paul Elliott · 3 years, 11 months ago
  93. 4e4d71a Move hidden logic into loop 'for' statement by Paul Elliott · 3 years, 11 months ago
  94. 33746aa Convert set lengths options over to enum by Paul Elliott · 3 years, 11 months ago
  95. 9454cfa Remove unneccesary safety check in test by Paul Elliott · 3 years, 11 months ago
  96. 6bfd0fb Convert all uint32_t lengths over to size_t by Paul Elliott · 3 years, 11 months ago
  97. 5a9642f Correct switched blocks for output sizes by Paul Elliott · 3 years, 11 months ago
  98. 719c132 Add tag buffer size tests to finish buffer tests by Paul Elliott · 3 years, 11 months ago
  99. e58cb1e Aligh finish_buffer_test vars with PSA standard by Paul Elliott · 4 years ago
  100. 4023ffd Re-add option of NULL buffer for nonce tests by Paul Elliott · 4 years ago