1. 7ff7965 Update headers by Dave Rodgman · 1 year, 9 months ago
  2. 30ceb23 For tests, rename TEST_CALLOC_OR_FAIL() to just TEST_CALLOC() by Tom Cosgrove · 1 year, 11 months ago
  3. 1357502 For tests, rename ASSERT_ALLOC() to TEST_CALLOC_OR_FAIL() by Tom Cosgrove · 1 year, 11 months ago
  4. 27e2989 Back port TEST_FAIL by Agathiyan Bragadeesh · 2 years, 1 month ago
  5. 5b673a8 Replace references to Mbed Crypto with Mbed TLS through-out documentation and comments. by Fredrik Hesse · 3 years, 10 months ago
  6. 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  7. 0e7791f Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 7 months ago
  8. b973ae4 Use MAX_SIZE macros instead of hard-coding IV/nonce max size by Gilles Peskine · 3 years, 3 months ago
  9. b534759 Remove redundant initialization of iv_length by Gilles Peskine · 3 years, 3 months ago
  10. b8bd61a No need to recalculate iv_length by Gilles Peskine · 3 years, 4 months ago
  11. 9d3706f exercise_key: support combined key agreement+derivation algorithms by Gilles Peskine · 3 years, 4 months ago
  12. 275ecde exercise_key: signature: detect function/algorithm incompatibility by Gilles Peskine · 3 years, 4 months ago
  13. 743972c Use PSA_AEAD_NONCE_LENGTH when exercising AEAD keys by Gilles Peskine · 3 years, 4 months ago
  14. 8f3aad2 exercise_key: support modes where IV length is not 16 by Gilles Peskine · 3 years, 4 months ago
  15. 53ad763 Mark unused variable in tests for cases with reduced configs by Andrzej Kurek · 3 years, 6 months ago
  16. ef14af0 tests: psa: Refine choice of default hash algorithm for signature by Ronald Cron · 4 years ago
  17. fefa458 tests: psa: Fix guards by Ronald Cron · 4 years, 1 month ago
  18. b66bc0a Move psa_crypto_slot_management.h out from psa_crypto_helpers.h by Przemyslaw Stekiel · 3 years, 9 months ago
  19. 8cb22c8 Untangle PSA_ALG_IS_HASH_AND_SIGN and PSA_ALG_IS_SIGN_HASH by Gilles Peskine · 3 years, 10 months ago
  20. b436649 Show values when TEST_EQUAL fails by Gilles Peskine · 4 years, 3 months ago
  21. 02becd9 Fix exercise key test by Janos Follath · 4 years, 2 months ago
  22. 7261697 Update key usage determination for exercise key tests by gabor-mezei-arm · 4 years, 3 months ago
  23. 7a74c13 Add test for sign/verify message key policies by gabor-mezei-arm · 4 years, 3 months ago
  24. fc86f3f Merge pull request #3386 from gabor-mezei-arm/3268_update_macros_for_ouput_buffer_size by Ronald Cron · 4 years, 5 months ago
  25. fb9cb92 Move wildcard-to-exercisable conversion to exercise_key in test suite by Steven Cooreman · 4 years, 5 months ago
  26. aaec341 Exercise CCM with the right amount of IV bytes in test by Steven Cooreman · 4 years, 5 months ago
  27. ceface2 Add test for ouput buffer size macros by gabor-mezei-arm · 4 years, 6 months ago
  28. 6b362e6 Fix copypasta for the type of a variable by Gilles Peskine · 4 years, 6 months ago
  29. 2385f71 Fix and simplify test assertions by Gilles Peskine · 4 years, 6 months ago
  30. cc9db30 exported_key_sanity_check: make checks slightly more systematic by Gilles Peskine · 4 years, 6 months ago
  31. 5c2665b Use const pointers on parsing functions by Gilles Peskine · 4 years, 6 months ago
  32. ad557e5 exported_key_sanity_check: simplify the logic for public keys by Gilles Peskine · 4 years, 6 months ago
  33. e78b002 Move exercise_key and related functions to their own module by Gilles Peskine · 4 years, 6 months ago
  34. 66e7b90 Create a separate test module for PSA exercise_key by Gilles Peskine · 4 years, 6 months ago