1. 94d3190 Set input cost as 1 for psa_key_exercise test by Kusumit Ghoderao · 1 year, 11 months ago
  2. ac7a04a Move parse_binary_string function to psa_crypto_helpers by Kusumit Ghoderao · 2 years ago
  3. e7700a7 Merge pull request #7936 from AgathiyanB/assert-false-macro by Tom Cosgrove · 2 years ago
  4. 05b2a87 For tests, rename TEST_CALLOC_OR_FAIL() to just TEST_CALLOC() by Tom Cosgrove · 2 years ago
  5. f9ffd11 For tests, rename ASSERT_ALLOC() to TEST_CALLOC_OR_FAIL() by Tom Cosgrove · 2 years ago
  6. dc28a5a Rename ASSERT_FALSE to TEST_FAIL by Agathiyan Bragadeesh · 2 years ago
  7. ebb40bc Add ASSERT_FALSE macro for tests by Agathiyan Bragadeesh · 2 years, 1 month ago
  8. 36ad151 Merge pull request #7191 from oberon-microsystems/fix-test-sign-hash-check-for-pure-eddsa by Gilles Peskine · 2 years, 2 months ago
  9. cc207bc Replace references to Mbed Crypto with Mbed TLS through-out documentation and comments. by Fredrik Hesse · 3 years, 10 months ago
  10. 4c0da51 mbedtls_test_psa_exported_key_sanity_check: check for length equality for DH keys by Przemek Stekiel · 2 years, 3 months ago
  11. 654bef0 Fix typos, comments, style, optimize macros by Przemek Stekiel · 2 years, 8 months ago
  12. 7cf26df Add sanity check for FFDH key excercise by Przemek Stekiel · 2 years, 8 months ago
  13. 2dbc306 test: remove useless ECP_LIGHT guard in psa_exercise_key by Valerio Setti · 2 years, 4 months ago
  14. d49cbc1 test: fix remaining failures in test due to the ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
  15. 6eb7311 Fix codestyle with uncrustify. by Stephan Koch · 2 years, 5 months ago
  16. f7a824b Add check, if the algorithm supports psa_sign_hash() before running the test. by oberon-sk · 2 years, 6 months ago
  17. 6d50173 Handle Edwards curves similar to Montgomery curves wrt key export length. by oberon-sk · 2 years, 6 months ago
  18. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  19. 8258ea7 test_suite_psa_crypto: adapt dependenies and guards so the test can run in the driver-only build by Przemek Stekiel · 2 years, 9 months ago
  20. dc3f3bb Initilize variable by Gabor Mezei · 3 years, 1 month ago
  21. 36aeb7f Merge pull request #5834 from mprse/HKDF_1 by Gilles Peskine · 3 years, 1 month ago
  22. 6c9fd61 exercise_key_agreement_key: add special handling for HKDF_EXPAND by Przemek Stekiel · 3 years, 2 months ago
  23. d898745 exercise_key_agreement_key: provide SALT for HKDF_EXTRACT by Przemek Stekiel · 3 years, 2 months ago
  24. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 7 months ago
  25. b29d814 Use MAX_SIZE macros instead of hard-coding IV/nonce max size by Gilles Peskine · 3 years, 3 months ago
  26. 5eef11a Remove redundant initialization of iv_length by Gilles Peskine · 3 years, 3 months ago
  27. f96e977 No need to recalculate iv_length by Gilles Peskine · 3 years, 4 months ago
  28. aa3449d exercise_key: support combined key agreement+derivation algorithms by Gilles Peskine · 3 years, 4 months ago
  29. d586b82 exercise_key: signature: detect function/algorithm incompatibility by Gilles Peskine · 3 years, 4 months ago
  30. 7acb198 Use PSA_AEAD_NONCE_LENGTH when exercising AEAD keys by Gilles Peskine · 3 years, 4 months ago
  31. bbf452c exercise_key: support modes where IV length is not 16 by Gilles Peskine · 3 years, 4 months ago
  32. 57d2f13 Mark unused variable in tests for cases with reduced configs by Andrzej Kurek · 3 years, 6 months ago
  33. 4c0ec76 tests: psa: Refine choice of default hash algorithm for signature by Ronald Cron · 4 years ago
  34. 64df738 tests: psa: Fix guards by Ronald Cron · 4 years, 1 month ago
  35. 61f797a Merge pull request #5111 from mprse/aps_mem_leak by paul-elliott-arm · 3 years, 9 months ago
  36. f7b4137 Untangle PSA_ALG_IS_HASH_AND_SIGN and PSA_ALG_IS_SIGN_HASH by Gilles Peskine · 3 years, 10 months ago
  37. 53de262 Move psa_crypto_slot_management.h out from psa_crypto_helpers.h by Przemyslaw Stekiel · 3 years, 9 months ago
  38. 89615ee Show values when TEST_EQUAL fails by Gilles Peskine · 4 years, 3 months ago
  39. 4c0b60e Fix exercise key test by Janos Follath · 4 years, 2 months ago
  40. 041887b Update key usage determination for exercise key tests by gabor-mezei-arm · 4 years, 3 months ago
  41. 4c6a47a Add test for sign/verify message key policies by gabor-mezei-arm · 4 years, 3 months ago
  42. fc86f3f Merge pull request #3386 from gabor-mezei-arm/3268_update_macros_for_ouput_buffer_size by Ronald Cron · 4 years, 5 months ago
  43. fb9cb92 Move wildcard-to-exercisable conversion to exercise_key in test suite by Steven Cooreman · 4 years, 5 months ago
  44. aaec341 Exercise CCM with the right amount of IV bytes in test by Steven Cooreman · 4 years, 5 months ago
  45. ceface2 Add test for ouput buffer size macros by gabor-mezei-arm · 4 years, 6 months ago
  46. 6b362e6 Fix copypasta for the type of a variable by Gilles Peskine · 4 years, 6 months ago
  47. 2385f71 Fix and simplify test assertions by Gilles Peskine · 4 years, 6 months ago
  48. cc9db30 exported_key_sanity_check: make checks slightly more systematic by Gilles Peskine · 4 years, 6 months ago
  49. 5c2665b Use const pointers on parsing functions by Gilles Peskine · 4 years, 6 months ago
  50. ad557e5 exported_key_sanity_check: simplify the logic for public keys by Gilles Peskine · 4 years, 6 months ago
  51. e78b002 Move exercise_key and related functions to their own module by Gilles Peskine · 4 years, 6 months ago
  52. 66e7b90 Create a separate test module for PSA exercise_key by Gilles Peskine · 4 years, 6 months ago