1. bed4e9e Merge pull request #4357 from gabor-mezei-arm/3267_Implement_psa_sign_message_and_verify by Gilles Peskine · 4 years, 3 months ago
  2. 41b5ec6 Typo by gabor-mezei-arm · 4 years, 3 months ago
  3. 63fa40e Add sanity tests for CMAC-(3)DES through PSA Crypto by Steven Cooreman · 4 years, 3 months ago
  4. ddd5cc6 Add new tests for psa_sign/verify_message by gabor-mezei-arm · 4 years, 3 months ago
  5. 4df5f28 Fix test by gabor-mezei-arm · 4 years, 3 months ago
  6. 6ba89cb Fix test names by gabor-mezei-arm · 4 years, 3 months ago
  7. 3f5f8c9 Update tests dependencies by gabor-mezei-arm · 4 years, 3 months ago
  8. 7a74c13 Add test for sign/verify message key policies by gabor-mezei-arm · 4 years, 3 months ago
  9. abd7258 Add tests for psa_sign_message and psa_verify_message by gabor-mezei-arm · 4 years, 4 months ago
  10. dc76df4 Rename test funtions and test cases by gabor-mezei-arm · 4 years, 4 months ago
  11. 09c916a Merge pull request #4257 from ronald-cron-arm/psa-aead by Gilles Peskine · 4 years, 4 months ago
  12. ea7ab13 Do validation on the algorithm argument in AEAD by Steven Cooreman · 4 years, 5 months ago
  13. a0bc2cd tests: psa: Fix copy fail test argument by Ronald Cron · 4 years, 4 months ago
  14. 88a5546 tests: psa: Add negative tests for psa_copy_key() by Ronald Cron · 4 years, 4 months ago
  15. 9f97c6e Update PSA crypto test dependencies by Ronald Cron · 4 years, 5 months ago
  16. 110ea81 psa: Fix name of BRAINPOOL configs by David Brown · 4 years, 5 months ago
  17. 85537fa psa: ecdsa: Resolve incorrect merge resolution by David Brown · 4 years, 5 months ago
  18. dcdde59 tests: psa: Change Elliptic curve defines to PSA names by David Brown · 4 years, 5 months ago
  19. 17605f0 Merge pull request #4151 from ronald-cron-arm/psa-sign_verify-hash by Manuel Pégourié-Gonnard · 4 years, 5 months ago
  20. bb9cbc7 psa: ecdsa: Prefer NOT_SUPPORTED error code by Ronald Cron · 4 years, 5 months ago
  21. 9103d49 psa: ecdsa: Rework deterministic support check by Ronald Cron · 4 years, 5 months ago
  22. f9f7fdf Rework MAC algorithm / key type validation by Steven Cooreman · 4 years, 5 months ago
  23. 5ad4bf7 Move MAC default length checking into psa_key_policy_permits by Steven Cooreman · 4 years, 5 months ago
  24. 328f11c Language & readability touchups by Steven Cooreman · 4 years, 5 months ago
  25. 7e39f05 Using a wildcard as a specific algorithm now reports invalid argument by Steven Cooreman · 4 years, 5 months ago
  26. ae3f13b Add more test cases and fix AT_LEAST_THIS_LENGTH against base algorithm by Steven Cooreman · 4 years, 5 months ago
  27. 2c2efa4 Fix dependency-setting script and test dependencies for new tests by Steven Cooreman · 4 years, 5 months ago
  28. 5d81481 Rename AEAD WITH_MINIMUM_LENGTH to AT_LEAST_THIS_LENGTH by Steven Cooreman · 4 years, 6 months ago
  29. caad493 rename MAC_WITH_MINIMUM_LENGTH_TAG to AT_LEAST_THIS_LENGTH_MAC by Steven Cooreman · 4 years, 6 months ago
  30. b3ce815 Add support for minimum-tag-length AEAD and MAC policies by Steven Cooreman · 4 years, 6 months ago
  31. 069346c New test suite for not-supported cases: key creation (import, generate) by Gilles Peskine · 4 years, 6 months ago
  32. d00f5e1 tests: psa: Remove generate key test case restriction by Ronald Cron · 4 years, 8 months ago
  33. 5cd00d2 Merge pull request #4092 from ronald-cron-arm/psa-crypto-client by Ronald Cron · 4 years, 6 months ago
  34. a63b20d Rename AEAD tag length macros by Bence Szépkúti · 4 years, 8 months ago
  35. 7c9e7da Add CAVS14.0 AES-GCM vectors to test more IV, tag and key lengths by Steven Cooreman · 4 years, 7 months ago
  36. 2fa6b5f ECC import: more useful choice of INVALID_ARGUMENT vs NOT_SUPPORTED by Gilles Peskine · 4 years, 6 months ago
  37. 10ec780 Remove HAVE_RAM_AVAILABLE for derive_full and derive_output tests by Steven Cooreman · 4 years, 6 months ago
  38. 83fdb70 Convert 'large key' testing to accept insufficient memory errors by Steven Cooreman · 4 years, 7 months ago
  39. 69967ce Get rid of half-baked HAVE_RAM_128K in favor of dynamic heap checking by Steven Cooreman · 4 years, 7 months ago
  40. 1e87d5b tests: psa: Fix export related tests by Ronald Cron · 4 years, 7 months ago
  41. 80eaa93 tests: psa: Reactivate and expand key management through test driver by Ronald Cron · 4 years, 8 months ago
  42. b51d72f Run copy_fail even when the target policy is unsupported by Gilles Peskine · 4 years, 7 months ago
  43. 0794572 More precise recognition of key policy negative tests by Gilles Peskine · 4 years, 7 months ago
  44. 8405b5f Change PSA crypto test dependencies to PSA_WANT_xxx by Gilles Peskine · 4 years, 7 months ago
  45. 6fea21d Declare a code dependency in the code instead of in the data by Gilles Peskine · 4 years, 7 months ago
  46. f7b666c tests: psa: Move PSA key attributes tests by Ronald Cron · 4 years, 6 months ago
  47. 29eecbf move _bad_order() test case dependencies to the function itself by Steven Cooreman · 4 years, 6 months ago
  48. 107409f Apply review feedback by Steven Cooreman · 4 years, 6 months ago
  49. 9b31218 Testing a maximum size key is RAM intensive, and should be dependent by Steven Cooreman · 4 years, 7 months ago
  50. affc38c Make test cases that use PKCS7 padding dependent on it by Steven Cooreman · 4 years, 7 months ago
  51. cbe3953 Substitute PSA_ALG_STREAM_CIPHER into all files by Bence Szépkúti · 4 years, 8 months ago
  52. 662deb3 Merge pull request #3547 from ronald-cron-arm/psa-openless by Gilles Peskine · 4 years, 9 months ago
  53. d98059d psa: Fix tests/handling of lifetime incompatible with location by Ronald Cron · 4 years, 10 months ago
  54. db6e33e Merge pull request #3826 from frestr/test/chachapoly_vector by Gilles Peskine · 4 years, 9 months ago
  55. d61ed3c PSA Crypto: Add zero-length input test vectors for ChaChaPoly by Fredrik Strupe · 4 years, 9 months ago
  56. b7eaa77 Merge pull request #3743 from stevew817/bugfix/use_ecdh_key_in_streamlined_derivation by Gilles Peskine · 4 years, 10 months ago
  57. 60ca77c Merge pull request #3730 from gilles-peskine-arm/psa_generate_key-curve25519 by Ronald Cron · 4 years, 10 months ago
  58. 0ee0d52 Fix PSA crypto inconsistencies in agreement+derivation by Steven Cooreman · 4 years, 10 months ago
  59. ce48e85 Fix PSA crypto inconsistencies in agreement+derivation by Steven Cooreman · 4 years, 10 months ago
  60. 326e474 Add basic test cases for Curve25519 by Gilles Peskine · 4 years, 10 months ago
  61. f90e301 Use PSA_ERROR_INVALID_ARGUMENT for invalid cipher input sizes by Fredrik Strupe · 4 years, 10 months ago
  62. dc57c25 Merge pull request #3527 from ronald-cron-arm/key-extended-id by Gilles Peskine · 4 years, 11 months ago
  63. b1d3f27 Merge pull request #3480 from stevew817/feature/aes-ecb by Gilles Peskine · 5 years ago
  64. 177deba Fix style and pull out ECB processing in separate function by Steven Cooreman · 5 years ago
  65. 81e0050 tests: psa: Add owner identifier as test parameter by Ronald Cron · 5 years ago
  66. ecfb237 Fix PSA code and unit tests by Ronald Cron · 5 years ago
  67. cd65f4c Add empty-output-buffer test cases for single-part hash functions by Gilles Peskine · 5 years ago
  68. ffecb7b Implement support for multipart ECB and add tests by Steven Cooreman · 5 years ago
  69. d486787 Initialize key pointer in ecdh to NULL by Steven Cooreman · 5 years ago
  70. 3fa684e Allow importing Montgomery public keys in PSA Crypto by Steven Cooreman · 5 years ago
  71. 5a3c210 Update to renamed curve constant by Steven Cooreman · 5 years ago
  72. aec44e9 Merge remote-tracking branch 'mbedtls/development' into montgomery-keys-clarification by Steven Cooreman · 5 years ago
  73. fafe855 Merge pull request #3392 from paul-elliott-arm/psa_ecc_dh_macros by Manuel Pégourié-Gonnard · 5 years ago
  74. ed3c9ec Added support for AES-ECB to the PSA Crypto implementation by Steven Cooreman · 5 years ago
  75. 6f5cc71 Document masking of Montgomery private keys in psa_export_key by Steven Cooreman · 5 years ago
  76. 8ff510a Rename ECC Family Macros According to PSA Spec by Paul Elliott · 5 years ago
  77. af9dbc9 Fix dependency in PSA test cases by Gilles Peskine · 5 years ago
  78. c03d499 Fix undeclared dep on deterministic ECDSA in test by Manuel Pégourié-Gonnard · 5 years ago
  79. 6eb45f9 Add missing dependency on MBEDTLS_CIPHER_MODE_CBC by Gilles Peskine · 5 years ago
  80. 80d26fb Switch psa_crypto tests to the new curve encoding by Gilles Peskine · 6 years ago
  81. 025fccd Change the encoding of EC curves and DH groups to include the size by Gilles Peskine · 6 years ago
  82. 4295e8b Rework PSA curve to mbedlts group id conversion by Gilles Peskine · 6 years ago
  83. 88e0846 Add dedicated test cases for psa_hash_compare by Gilles Peskine · 6 years ago
  84. 29eb80d Remove some spurious dependencies on MBEDTLS_SHA256_C by Gilles Peskine · 6 years ago
  85. 7b8efaf Add missing dependencies on MBEDTLS_MD_C by Gilles Peskine · 6 years ago
  86. aead02c Remove obsolete dependencies on MBEDTLS_MD_C by Gilles Peskine · 6 years ago
  87. 0a749c8 Implement and test psa_hash_compute, psa_hash_compare by Gilles Peskine · 6 years ago
  88. 6ba5a3f Declare test dependencies on !SHA512_NO_SHA384 by Manuel Pégourié-Gonnard · 6 years ago
  89. 7a1925c Add a few EC public key import/export test cases by Gilles Peskine · 6 years ago
  90. 1a96049 Make the key_policy test function more flexible by Gilles Peskine · 6 years ago
  91. 89d8c5c Rename some signature-related identifiers by Gilles Peskine · 6 years ago
  92. 08c674d Merge pull request #288 from gilles-peskine-arm/psa-ecdsa_longer_hash by Gilles Peskine · 6 years ago
  93. b8cde4e Consolidate invalid-handle tests by Gilles Peskine · 6 years ago
  94. cb25cdd Add ECDSA tests with hash and key of different lengths by Gilles Peskine · 6 years ago
  95. f102e4e Test that psa_close_key(0) and psa_destroy_key(0) succeed by Gilles Peskine · 6 years ago
  96. 178c9aa Key derivation: forbid output_key without input_key by Gilles Peskine · 6 years ago
  97. 1a2904c derive_input test function: Try output afterwards by Gilles Peskine · 6 years ago
  98. 2058c07 derive_input test function: More logical parameter order by Gilles Peskine · 6 years ago
  99. b896519 Use the constant PSA_KEY_TYPE_NONE rather than 0 by Gilles Peskine · 6 years ago
  100. 593773d Consistently abort key derivation operations on input error by Gilles Peskine · 6 years ago