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