1. 2fe5db8 Fix passing wrong tag size to GCM finish by Paul Elliott · 4 years ago
  2. 99f548d Fix format issues with check nonce size by Paul Elliott · 4 years ago
  3. 315628d Remove internal aead_verify endpoint by Paul Elliott · 4 years, 1 month ago
  4. 96b0173 Add common nonce checking to oneshot encrypt by Paul Elliott · 4 years, 1 month ago
  5. ed68d74 Move buffer size checks up to psa_crypto layer by Paul Elliott · 4 years, 1 month ago
  6. cf2d66e Remove permitting of 8 byte nonce with PolyChaCha by Paul Elliott · 4 years, 1 month ago
  7. bc94978 Add missing unused arguments by Paul Elliott · 4 years, 2 months ago
  8. 83f09ef Proper multipart AEAD GCM Implementation by Paul Elliott · 4 years, 3 months ago
  9. 3a16e01 Ensure tag lengths match in verification by Paul Elliott · 4 years, 3 months ago
  10. e95259f Remove some CCM leftovers by Paul Elliott · 4 years, 3 months ago
  11. 60aa203 Remove temporary AEAD CCM implementation by Paul Elliott · 4 years, 3 months ago
  12. 1a98aca Properly handle GCM's range of nonce sizes by Paul Elliott · 4 years, 3 months ago
  13. ee4ffe0 Move AEAD length checks to PSA core by Paul Elliott · 4 years, 3 months ago
  14. bb8bf66 Change function signature indentation by Paul Elliott · 4 years, 3 months ago
  15. e9eeea3 Formatting fixes by Paul Elliott · 4 years, 3 months ago
  16. b06e1c0 Remove unnecessary code by Paul Elliott · 4 years, 3 months ago
  17. 6108ee7 Change logic to reduce indentation by Paul Elliott · 4 years, 3 months ago
  18. e2c788d Rename badly named variable by Paul Elliott · 4 years, 3 months ago
  19. c10ad21 Remove SetLengths() requirement for GCM by Paul Elliott · 4 years, 3 months ago
  20. 9e8ccd7 Make sure all statuses are initialised by Paul Elliott · 4 years, 3 months ago
  21. ccaea40 Replace hard coded buffer size with define by Paul Elliott · 4 years, 3 months ago
  22. 80acb7e Formatting fixups and spelling mistake fixes by Paul Elliott · 4 years, 3 months ago
  23. cc35859 Pass key buffer size into psa_aead_setup by Paul Elliott · 4 years, 3 months ago
  24. ef29e17 Add comment to non-obvious code guard by Paul Elliott · 4 years, 3 months ago
  25. 6edb747 Move safer_memcmp to psa_crypto_core.h by Paul Elliott · 4 years, 3 months ago
  26. cbbde5f Split multipart AEAD contexts into two parts by Paul Elliott · 4 years, 3 months ago
  27. 2df4005 Fix excessive line lengths by Paul Elliott · 4 years, 3 months ago
  28. fd3ca24 Move CCM ouput to update step. by Paul Elliott · 4 years, 3 months ago
  29. 72c1008 Fix logic issues with state checks by Paul Elliott · 4 years, 3 months ago
  30. 811d8d4 Fix incorrect enums being used by Paul Elliott · 4 years, 4 months ago
  31. 302ff6b Implement multipart AEAD PSA interface by Paul Elliott · 4 years, 4 months ago
  32. adb8b16 Add internal implementation of multipart AEAD by Paul Elliott · 4 years, 4 months ago
  33. 07a30c4 Convert oneshot AEAD over to multipart struct by Paul Elliott · 4 years, 4 months ago
  34. ec174e2 Update all uses of old AEAD output size macros by Bence Szépkúti · 4 years, 5 months ago
  35. 810eb16 psa: aead: Make CCM/GCM ordering consistent by Ronald Cron · 4 years, 4 months ago
  36. b9349a6 psa: aead: Add missing chachapoly context free by Ronald Cron · 4 years, 4 months ago
  37. ecbc068 psa: aead: Remove from operation ctx members only used in setup by Ronald Cron · 4 years, 4 months ago
  38. 46f9178 psa: aead: Move AEAD driver entry points to psa_crypto_aead.c by Ronald Cron · 4 years, 5 months ago
  39. 7ceee8d psa: Add psa_crypto_aead.[hc] by Ronald Cron · 4 years, 5 months ago