1. e665466 derive_output test: add other key type value 11 to handle raw key type by Przemek Stekiel · 3 years, 4 months ago
  2. c5bd1b8 PSA key derivation mix-psk tests: add description for bad state cases by Przemek Stekiel · 3 years, 4 months ago
  3. cd00d7f test PSA key derivation: add positive and negative cases for mixed-psk by Przemek Stekiel · 3 years, 4 months ago
  4. ffbb7d3 derive_output: add optional step for derivation by Przemek Stekiel · 3 years, 4 months ago
  5. c11bffe Merge pull request #5139 from mprse/key_der_ecc by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  6. 4400be4 Adapt test cases for invalid bits with and without ECC keys enabled by Przemek Stekiel · 3 years, 5 months ago
  7. dcab6cc Return PSA_ERROR_INVALID_ARGUMENT for a public key, and PSA_ERROR_NOT_SUPPORTED for a type that is not handled. by Przemek Stekiel · 3 years, 5 months ago
  8. 4766f99 Add multi-part mac sign/verify test by Neil Armstrong · 3 years, 5 months ago
  9. 60234f8 Revert "Introduce new mac_key_policy_multi() variant of mac_key_policy() testing multiple updates occurences" by Neil Armstrong · 3 years, 5 months ago
  10. 3ccd08b Introduce new mac_key_policy_multi() variant of mac_key_policy() testing multiple updates occurences by Neil Armstrong · 3 years, 5 months ago
  11. aeaa4f0 Code optimization by Przemyslaw Stekiel · 3 years, 6 months ago
  12. f6c2c87 Fix ECC derivation tests by Przemyslaw Stekiel · 3 years, 8 months ago
  13. 7b6e61a Add test vectors for ECC key excercise by Przemyslaw Stekiel · 3 years, 8 months ago
  14. 50fcc53 Add Weierstrass curve/bits consistancy check + negative test vectors by Przemyslaw Stekiel · 3 years, 8 months ago
  15. 02cf12f Enable tests for Montgomery curves by Przemyslaw Stekiel · 3 years, 8 months ago
  16. 8590f3b Enable related test vectors by Przemyslaw Stekiel · 3 years, 8 months ago
  17. 696b120 Add tests for ECC key derivation by Przemyslaw Stekiel · 3 years, 9 months ago
  18. 66a479f Add Cipher Decrypt Fail multi-part case by Neil Armstrong · 3 years, 6 months ago
  19. c6753a6 Merge pull request #5363 from AndrzejKurek/clarify-testing-set-nonce-set-lengths by Gilles Peskine · 3 years, 6 months ago
  20. f881601 Detect invalid tag lengths in psa_aead_setup by Andrzej Kurek · 3 years, 8 months ago
  21. a2ce72e Test calling psa_aead_set_lengths and set_nonce in various order by Andrzej Kurek · 3 years, 7 months ago
  22. a15503f Merge pull request #5344 from AndrzejKurek/psa-aead-more-generate-nonce-combinations by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  23. 08f3465 Return the same error in multipart and single shot AEAD by Bence Szépkúti · 3 years, 8 months ago
  24. ad83752 PSA AEAD: test more combinations of generate_nonce and set_lengths by Andrzej Kurek · 3 years, 8 months ago
  25. d5b2a59 Merge pull request #5047 from paul-elliott-arm/psa-m-aead-ccm by Gilles Peskine · 3 years, 8 months ago
  26. 37ec16b Add explanation for workaround in test code by Paul Elliott · 3 years, 8 months ago
  27. 3938fef Indicate set nonce negative test failure reasons by Paul Elliott · 3 years, 8 months ago
  28. c9586db tests: psa: Add dependencies on built-in hash by Ronald Cron · 3 years, 10 months ago
  29. ae4a690 tests: psa: Fix MD5 support not available dependencies by Ronald Cron · 3 years, 10 months ago
  30. 6d48e20 Indicate nonce sizes invalid for ChaCha20-Poly1305 by Bence Szépkúti · 3 years, 9 months ago
  31. 357b78e Indicate if we know that a nonce length is invalid by Bence Szépkúti · 3 years, 9 months ago
  32. 3f86a90 Update test to handle changed error code by Dave Rodgman · 3 years, 9 months ago
  33. 087f047 Merge pull request #5076 from mstarzyk-mobica/psa_ccm_no_tag by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  34. 386f582 Add a missing psa_crypto test suite test name by Andrzej Kurek · 3 years, 9 months ago
  35. 4313d3a Merge pull request #5010 from gilles-peskine-arm/psa-rsa-pss_any_salt by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  36. c8cc1ff Merge pull request #5062 from mprse/issue_4056 by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  37. 4fa0725 Merge pull request #5002 from mstarzyk-mobica/psa_output_buffer_limitation by Gilles Peskine · 3 years, 10 months ago
  38. ed71e92 Add tests for CCM*-no-tag. by Mateusz Starzyk · 3 years, 10 months ago
  39. 7780413 Use PSA_HASH_LENGTH instead hardcoded integer values by Przemyslaw Stekiel · 3 years, 10 months ago
  40. d9d630c Addapt psa_generate_key() tests by Przemyslaw Stekiel · 3 years, 10 months ago
  41. 76bda48 Add Multipart AEAD CCM Finish buffer tests by Paul Elliott · 3 years, 10 months ago
  42. 47b9a14 Add Multipart AEAD CCM update buffer tests by Paul Elliott · 3 years, 10 months ago
  43. d79c5c5 Add Multipart AEAD CCM generate nonce tests by Paul Elliott · 3 years, 10 months ago
  44. e4c08ed Add Multipart AEAD CCM set nonce tests by Paul Elliott · 3 years, 10 months ago
  45. 15116bf Add Multipart AEAD CCM setup tests by Paul Elliott · 3 years, 10 months ago
  46. fec6f37 Add Multipart AEAD CCM verify tests by Paul Elliott · 3 years, 10 months ago
  47. 2cc1ee3 Add Multipart AEAD CCM encrypt / decrypt tests by Paul Elliott · 3 years, 10 months ago
  48. b9b817e Fix PSA_ALG_RSA_PSS verification accepting an arbitrary salt length by Gilles Peskine · 3 years, 10 months ago
  49. 25794d8 Test PSS verification with different salt lengths by Gilles Peskine · 3 years, 10 months ago
  50. 033b178 Test that a PSS policy doesn't allow PSS_ANY_SALT and vice versa by Gilles Peskine · 3 years, 10 months ago
  51. f5322b3 Shorten some test descriptions by Gilles Peskine · 3 years, 10 months ago
  52. 454f31c Add test cases for PSA_ALG_RSA_PSS_ANY_SALT by Gilles Peskine · 3 years, 10 months ago
  53. f28261f Remove output buffer limitation for PSA with GCM. by Mateusz Starzyk · 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. 745f5f2 Add test for PolyChaCha with shortened tag by Paul Elliott · 3 years, 10 months ago
  59. 32f46ba Remove ability to turn off chunked ad/data tests by Paul Elliott · 3 years, 11 months ago
  60. 71b0567 Merge remote-tracking branch 'upstream/development' into psa-m-aead-merge by Paul Elliott · 3 years, 11 months ago
  61. 2c363a8 Add NULL / 0 buffer tests for update test by Paul Elliott · 3 years, 11 months ago
  62. 3ecdb3e Change test dependencys to PSA_WANT by Paul Elliott · 3 years, 11 months ago
  63. 5221ef6 Add aead setup tests by Paul Elliott · 3 years, 11 months ago
  64. 1c67e0b Add extra verify edge test cases by Paul Elliott · 3 years, 11 months ago
  65. 9961a66 Remove negative tests from multipart_decrypt by Paul Elliott · 3 years, 11 months ago
  66. ce2c1fa Remove uneccesary postive buffer size tests by Paul Elliott · 3 years, 11 months ago
  67. 6a60b12 Make buffer size checks +-1 from correct size by Paul Elliott · 3 years, 11 months ago
  68. a3d153f Make nonce based test descriptions more clear by Paul Elliott · 3 years, 11 months ago
  69. 719c132 Add tag buffer size tests to finish buffer tests by Paul Elliott · 3 years, 11 months ago
  70. 4023ffd Re-add option of NULL buffer for nonce tests by Paul Elliott · 4 years ago
  71. 9a2b6ff Fix test vector dependency by Archana · 4 years ago
  72. a316b7e Rebase and update signature for curve448 tests by Archana · 4 years ago
  73. 74d99c6 Add a test to validate copy to read only lifetime by Archana · 4 years ago
  74. 8a18036 Add opaque test driver support for copy key by Archana · 4 years, 1 month ago
  75. 4d7ae1d Add test driver support for opaque key import by Archana · 4 years, 1 month ago
  76. 5e69aa5 Remove NULL check for set nonce by Paul Elliott · 4 years ago
  77. d07f4fc Use separate expected results for MAC sign and verify key policy. by Mateusz Starzyk · 4 years ago
  78. 66696b5 Improve nonce length checks by Paul Elliott · 4 years ago
  79. 6981347 Merge pull request #4758 from paul-elliott-arm/fix_cipher_output_size by Gilles Peskine · 4 years ago
  80. 91b021e Add finish buffer size test by Paul Elliott · 4 years ago
  81. 43fbda6 Add test for update buffer size by Paul Elliott · 4 years ago
  82. 56e4aa6 Restore accidentally deleted blank lines by Paul Elliott · 4 years ago
  83. 863864a Add multipart set nonce test by Paul Elliott · 4 years ago
  84. 97fd1ba Convert over to using a single internal test func by Paul Elliott · 4 years, 1 month ago
  85. e0fcb3b Add 'too big' tests for nonce generation by Paul Elliott · 4 years, 1 month ago
  86. d85f547 Add expected size to nonce generation test by Paul Elliott · 4 years, 1 month ago
  87. a417f56 Add non regression test for cipher output size by Paul Elliott · 4 years, 1 month ago
  88. c590611 Add requested montgomery curve tests by Archana · 4 years, 1 month ago
  89. 8584f5b test: psa: Improve description of curve 448 tests by Archana · 4 years, 1 month ago
  90. ef6aa5c Support Curve448 via the PSA API by Archana · 4 years, 2 months ago
  91. 9f5774f Merge pull request #4739 from gabor-mezei-arm/3258_fp30_implement_one-shot_MAC_and_cipher by Dave Rodgman · 4 years, 1 month ago
  92. 2bd5799 Fix test case dependency by gabor-mezei-arm · 4 years, 1 month ago
  93. ff0da72 Restoring the multi-part cipher_verify_output() testing by gabor-mezei-arm · 4 years, 1 month ago
  94. 95aad83 Unify multipart cipher operation tester functions by gabor-mezei-arm · 4 years, 1 month ago
  95. a56756e Rename test functions by gabor-mezei-arm · 4 years, 1 month ago
  96. 50c86cf Remove duplicated tests by gabor-mezei-arm · 4 years, 1 month ago
  97. f494bcd Add tests for one-shot hash cipher functions by gabor-mezei-arm · 4 years, 5 months ago
  98. 335e556 Update key policy testing test cases by gabor-mezei-arm · 4 years, 1 month ago
  99. db4522c Rename test cases by gabor-mezei-arm · 4 years, 1 month ago
  100. 40d5cd8 Remove unneeded test case parameter by gabor-mezei-arm · 4 years, 1 month ago