1. 3584ae4 Remove incorrect test dependency by Paul Elliott · 3 years, 8 months ago
  2. bfa273e Fix missing test dependancies by Paul Elliott · 3 years, 9 months ago
  3. d663543 Add PKCS12 tests by Paul Elliott · 3 years, 9 months ago
  4. f1a7ea8 Merge pull request #5092 from mprse/generate_key2 by Gilles Peskine · 3 years, 9 months ago
  5. 087f047 Merge pull request #5076 from mstarzyk-mobica/psa_ccm_no_tag by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  6. 4db2624 Fix test bug: some classification flags were not tested by Gilles Peskine · 3 years, 9 months ago
  7. a4256c1 Ensure that all flags are actually tested by Gilles Peskine · 3 years, 9 months ago
  8. 4977e9f Add PSA_ALG_IS_HASH_AND_SIGN to the metadata tests by Gilles Peskine · 3 years, 11 months ago
  9. f7b4137 Untangle PSA_ALG_IS_HASH_AND_SIGN and PSA_ALG_IS_SIGN_HASH by Gilles Peskine · 3 years, 11 months ago
  10. c1ec49e Test PSA_HASH_BLOCK_LENGTH by Gilles Peskine · 3 years, 11 months ago
  11. 386f582 Add a missing psa_crypto test suite test name by Andrzej Kurek · 3 years, 9 months ago
  12. e3fcb50 Adapt generate_key() test code to mbedTLS standards by Przemyslaw Stekiel · 3 years, 9 months ago
  13. 0dbe1df Merge pull request #4859 from brett-warren-arm/supported_groups by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  14. 4313d3a Merge pull request #5010 from gilles-peskine-arm/psa-rsa-pss_any_salt by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  15. 7f813d5 add group api tests by Brett Warren · 3 years, 10 months ago
  16. 136819f Merge pull request #4959 from gilles-peskine-arm/psa-add-aria by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  17. 774b442 Merge pull request #5116 from gilles-peskine-arm/remove-greentea-3.0 by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  18. 10fad74 Extend CCM*-no-tag tests by Mateusz Starzyk · 3 years, 9 months ago
  19. f257a6e Add CCM*-no-tag tests for the cipher module. by Mateusz Starzyk · 3 years, 9 months ago
  20. 475bfe6 Merge pull request #5108 from gilles-peskine-arm/base64-no-table-3.0 by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  21. d025422 Remove on-target testing by Gilles Peskine · 3 years, 11 months ago
  22. c8cc1ff Merge pull request #5062 from mprse/issue_4056 by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  23. 93365a7 Rename variable to avoid a name clash by Gilles Peskine · 4 years ago
  24. ba951f5 Move the list of Base64 digits out of the test data by Gilles Peskine · 4 years ago
  25. c1776a0 Move declarations of testing-only base64 functions to their own header by Gilles Peskine · 4 years ago
  26. 2729878 Mark output as public before testing it by Gilles Peskine · 4 years ago
  27. a64417a Add unit tests for base64 internal functions by Gilles Peskine · 4 years ago
  28. 4fa0725 Merge pull request #5002 from mstarzyk-mobica/psa_output_buffer_limitation by Gilles Peskine · 3 years, 10 months ago
  29. ba20fc9 Fix issues pointed by CI by Przemyslaw Stekiel · 3 years, 10 months ago
  30. 33d01ff Remove redundant value assignemnt to olen. by Mateusz Starzyk · 3 years, 10 months ago
  31. ed71e92 Add tests for CCM*-no-tag. by Mateusz Starzyk · 3 years, 10 months ago
  32. 8d468e4 Remove key generation when given argument is invalid from NotSupported class by Przemyslaw Stekiel · 3 years, 10 months ago
  33. 1b0978b Add test class for key generation by Przemyslaw Stekiel · 3 years, 10 months ago
  34. 89615ee Show values when TEST_EQUAL fails by Gilles Peskine · 4 years, 3 months ago
  35. 7637ab0 Merge pull request #5037 from mprse/issue_4551 by Gilles Peskine · 3 years, 10 months ago
  36. 2bb5e9c Merge pull request #4760 from gilles-peskine-arm/ecb-alt-ret-3.0 by Gilles Peskine · 3 years, 10 months ago
  37. 7780413 Use PSA_HASH_LENGTH instead hardcoded integer values by Przemyslaw Stekiel · 3 years, 10 months ago
  38. b576c7b Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
  39. d9d630c Addapt psa_generate_key() tests by Przemyslaw Stekiel · 3 years, 10 months ago
  40. b9b817e Fix PSA_ALG_RSA_PSS verification accepting an arbitrary salt length by Gilles Peskine · 3 years, 10 months ago
  41. 25794d8 Test PSS verification with different salt lengths by Gilles Peskine · 3 years, 10 months ago
  42. 033b178 Test that a PSS policy doesn't allow PSS_ANY_SALT and vice versa by Gilles Peskine · 3 years, 10 months ago
  43. f5322b3 Shorten some test descriptions by Gilles Peskine · 3 years, 10 months ago
  44. 454f31c Add test cases for PSA_ALG_RSA_PSS_ANY_SALT by Gilles Peskine · 3 years, 10 months ago
  45. a4337d7 Update metadata tests with the new IS_ALG_RSA_PSS_xxx_SALT predicates by Gilles Peskine · 3 years, 10 months ago
  46. acd2d0e New algorithm PSA_ALG_RSA_PSS_ANY_SALT by Gilles Peskine · 3 years, 10 months ago
  47. c48f43b Fix PSA AEAD GCM's update output buffer length verification. by Mateusz Starzyk · 3 years, 10 months ago
  48. f28261f Remove output buffer limitation for PSA with GCM. by Mateusz Starzyk · 3 years, 10 months ago
  49. 023aa11 Merge pull request #4996 from mprse/mbedtls_cipher_setup_psa_ECB by Gilles Peskine · 3 years, 10 months ago
  50. cd51e76 Merge pull request #4338 from paul-elliott-arm/psa-m-aead by Ronald Cron · 3 years, 10 months ago
  51. 86de1b7 Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
  52. 8739f0f Fix incorrect nonce length on oneshot test by Paul Elliott · 3 years, 10 months ago
  53. cc12395 Test invalid nonce length for multipart AEAD with short tag by Gilles Peskine · 3 years, 10 months ago
  54. 96b332c Test invalid nonce length for one-shot AEAD decryption by Gilles Peskine · 3 years, 10 months ago
  55. 4ef7bd8 Simplify PSA_ALG_AEAD_WITH_SHORTENED_TAG with full-length tag by Gilles Peskine · 3 years, 10 months ago
  56. 8c4eb88 test_suite_cipher: add tests for mbedtls_cipher_setup_psa() with ECB by Przemyslaw Stekiel · 3 years, 10 months ago
  57. bfe3d87 Merge pull request #4842 from gilles-peskine-arm/public_fields-3.0-info by Gilles Peskine · 3 years, 10 months ago
  58. 745f5f2 Add test for PolyChaCha with shortened tag by Paul Elliott · 3 years, 10 months ago
  59. 7820a57 Catch failures of AES or DES operations by Gilles Peskine · 4 years, 1 month ago
  60. 32f46ba Remove ability to turn off chunked ad/data tests by Paul Elliott · 3 years, 11 months ago
  61. 71b0567 Merge remote-tracking branch 'upstream/development' into psa-m-aead-merge by Paul Elliott · 3 years, 11 months ago
  62. 6113af6 Fix test code to can be built on alpine by joseph · 3 years, 11 months ago
  63. 3db0b70 Remove unnecessary test steps by Paul Elliott · 3 years, 11 months ago
  64. 88ecbe1 Test generated nonce test generates expected sizes by Paul Elliott · 3 years, 11 months ago
  65. 2c363a8 Add NULL / 0 buffer tests for update test by Paul Elliott · 3 years, 11 months ago
  66. fbb4c6d Replace AEAD operation init func with macro by Paul Elliott · 3 years, 11 months ago
  67. a2a09b0 Remove double initialisation of AEAD operation by Paul Elliott · 3 years, 11 months ago
  68. bb979e7 Rename enum types by Paul Elliott · 3 years, 11 months ago
  69. bdc2c68 Add missing not setting nonce tests by Paul Elliott · 3 years, 11 months ago
  70. 3ecdb3e Change test dependencys to PSA_WANT by Paul Elliott · 3 years, 11 months ago
  71. f0f2294 Merge pull request #4708 from mstarzyk-mobica/ccm_chunked by Gilles Peskine · 3 years, 11 months ago
  72. 6c12a1e Add ARIA to the PSA API by Gilles Peskine · 3 years, 11 months ago
  73. 93cb611 Merge pull request #4878 from SiliconLabs/remove_dependency_4877 by Gilles Peskine · 3 years, 11 months ago
  74. 64555bd Add missing initialisation to setup test. by Paul Elliott · 3 years, 11 months ago
  75. 4a76088 Fix leaked test buffer by Paul Elliott · 3 years, 11 months ago
  76. 6043e49 Fix missed documentation header pt 2 by Paul Elliott · 3 years, 11 months ago
  77. 8eec8d4 Fix missed documentation header by Paul Elliott · 3 years, 11 months ago
  78. f94bd99 Add missing aead state tests. by Paul Elliott · 3 years, 11 months ago
  79. 5221ef6 Add aead setup tests by Paul Elliott · 3 years, 11 months ago
  80. 1c67e0b Add extra verify edge test cases by Paul Elliott · 3 years, 11 months ago
  81. 9961a66 Remove negative tests from multipart_decrypt by Paul Elliott · 3 years, 11 months ago
  82. fd0c154c Add tests to oversend data/ad when lengths set by Paul Elliott · 3 years, 11 months ago
  83. ce2c1fa Remove uneccesary postive buffer size tests by Paul Elliott · 3 years, 11 months ago
  84. 6a60b12 Make buffer size checks +-1 from correct size by Paul Elliott · 3 years, 11 months ago
  85. a3d153f Make nonce based test descriptions more clear by Paul Elliott · 3 years, 11 months ago
  86. f38adbe Ensure tests expected to fail actually fail by Paul Elliott · 3 years, 11 months ago
  87. e49fe45 Remove unneccesary nesting by Paul Elliott · 3 years, 11 months ago
  88. 4e4d71a Move hidden logic into loop 'for' statement by Paul Elliott · 3 years, 11 months ago
  89. 33746aa Convert set lengths options over to enum by Paul Elliott · 3 years, 11 months ago
  90. 9454cfa Remove unneccesary safety check in test by Paul Elliott · 3 years, 11 months ago
  91. 6bfd0fb Convert all uint32_t lengths over to size_t by Paul Elliott · 3 years, 11 months ago
  92. 5a9642f Correct switched blocks for output sizes by Paul Elliott · 3 years, 11 months ago
  93. 719c132 Add tag buffer size tests to finish buffer tests by Paul Elliott · 3 years, 11 months ago
  94. e58cb1e Aligh finish_buffer_test vars with PSA standard by Paul Elliott · 4 years ago
  95. 4023ffd Re-add option of NULL buffer for nonce tests by Paul Elliott · 4 years ago
  96. e64deda Add missing check to multipart decrypt by Paul Elliott · 4 years ago
  97. 133740b tests: Improve incomplete then overflow tests by Ronald Cron · 3 years, 11 months ago
  98. 9d17bf4 Styling and refactoring by Archana · 4 years ago
  99. 9a2b6ff Fix test vector dependency by Archana · 4 years ago
  100. a316b7e Rebase and update signature for curve448 tests by Archana · 4 years ago