1. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  2. 4a24982 psa_crypto_cipher: add mbedtls_cipher_values_from_psa() by Valerio Setti · 1 year, 10 months ago
  3. 2c2aded psa_crypto_aead: add guard for CIPHER_C dependency by Valerio Setti · 2 years ago
  4. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  5. 1630447 Move declaration of mbedtls_cipher_info_from_psa into psa_crypto_cipher.h by Dave Rodgman · 2 years, 9 months ago
  6. b3c3090 Merge pull request #6383 from mprse/aead_driver_test by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  7. 88ade84 psa_aead_setup: remove redundant tag length check by Przemek Stekiel · 2 years, 10 months ago
  8. e9b5592 Remove useless platform macro redefinitions: automatic part by Gilles Peskine · 2 years, 11 months ago
  9. d5b2a59 Merge pull request #5047 from paul-elliott-arm/psa-m-aead-ccm by Gilles Peskine · 3 years, 8 months ago
  10. 7a55deb psa: Fix unused variable warnings by Ronald Cron · 4 years, 3 months ago
  11. 1700670 psa: Fix unused variable warnings by Ronald Cron · 3 years, 8 months ago
  12. 82d2dc2 Remove redundant blank line by Paul Elliott · 3 years, 9 months ago
  13. e193ea8 Add Multipart AEAD CCM internal implementation by Paul Elliott · 3 years, 10 months ago
  14. c48f43b Fix PSA AEAD GCM's update output buffer length verification. by Mateusz Starzyk · 3 years, 10 months ago
  15. f28261f Remove output buffer limitation for PSA with GCM. by Mateusz Starzyk · 3 years, 10 months ago
  16. 814f0c5 Remove check for lack of supported ciphers by Paul Elliott · 3 years, 10 months ago
  17. 946c920 Add safety for nonce length to internal driver by Paul Elliott · 3 years, 10 months ago
  18. bb0f9e1 Move all nonce length checks to PSA Core by Paul Elliott · 3 years, 10 months ago
  19. dff6c5d Restore internal driver for aead_set_lengths by Paul Elliott · 3 years, 10 months ago
  20. 4ed1ed1 Move nonce size checking to PSA Core by Paul Elliott · 3 years, 10 months ago
  21. 325d374 Move set lengths checking to PSA Core by Paul Elliott · 3 years, 10 months ago
  22. 71b0567 Merge remote-tracking branch 'upstream/development' into psa-m-aead-merge by Paul Elliott · 3 years, 10 months ago
  23. 8ff7421 Add comment explaining finish output size by Paul Elliott · 3 years, 11 months ago
  24. eac6c75 Make nonce length check return error where it can by Paul Elliott · 3 years, 11 months ago
  25. 5e69aa5 Remove NULL check for set nonce by Paul Elliott · 4 years ago
  26. 2e45009 Remove variables declared as unused by Paul Elliott · 4 years ago
  27. efda340 Fix formatting issues by Paul Elliott · 4 years ago
  28. 66696b5 Improve nonce length checks by Paul Elliott · 4 years ago
  29. ecce901 Change over to specific per algorith size checks by Paul Elliott · 4 years ago
  30. ed08cf8 Add safety check to chachapoly finish by Paul Elliott · 4 years ago
  31. 2fe5db8 Fix passing wrong tag size to GCM finish by Paul Elliott · 4 years ago
  32. 99f548d Fix format issues with check nonce size by Paul Elliott · 4 years ago
  33. 315628d Remove internal aead_verify endpoint by Paul Elliott · 4 years ago
  34. 96b0173 Add common nonce checking to oneshot encrypt by Paul Elliott · 4 years, 1 month ago
  35. ed68d74 Move buffer size checks up to psa_crypto layer by Paul Elliott · 4 years, 1 month ago
  36. cf2d66e Remove permitting of 8 byte nonce with PolyChaCha by Paul Elliott · 4 years, 1 month ago
  37. bc94978 Add missing unused arguments by Paul Elliott · 4 years, 2 months ago
  38. 83f09ef Proper multipart AEAD GCM Implementation by Paul Elliott · 4 years, 2 months ago
  39. 3a16e01 Ensure tag lengths match in verification by Paul Elliott · 4 years, 2 months ago
  40. e95259f Remove some CCM leftovers by Paul Elliott · 4 years, 2 months ago
  41. 60aa203 Remove temporary AEAD CCM implementation by Paul Elliott · 4 years, 2 months ago
  42. 1a98aca Properly handle GCM's range of nonce sizes by Paul Elliott · 4 years, 2 months ago
  43. ee4ffe0 Move AEAD length checks to PSA core by Paul Elliott · 4 years, 3 months ago
  44. bb8bf66 Change function signature indentation by Paul Elliott · 4 years, 3 months ago
  45. e9eeea3 Formatting fixes by Paul Elliott · 4 years, 3 months ago
  46. b06e1c0 Remove unnecessary code by Paul Elliott · 4 years, 3 months ago
  47. 6108ee7 Change logic to reduce indentation by Paul Elliott · 4 years, 3 months ago
  48. e2c788d Rename badly named variable by Paul Elliott · 4 years, 3 months ago
  49. c10ad21 Remove SetLengths() requirement for GCM by Paul Elliott · 4 years, 3 months ago
  50. 9e8ccd7 Make sure all statuses are initialised by Paul Elliott · 4 years, 3 months ago
  51. ccaea40 Replace hard coded buffer size with define by Paul Elliott · 4 years, 3 months ago
  52. 80acb7e Formatting fixups and spelling mistake fixes by Paul Elliott · 4 years, 3 months ago
  53. cc35859 Pass key buffer size into psa_aead_setup by Paul Elliott · 4 years, 3 months ago
  54. ef29e17 Add comment to non-obvious code guard by Paul Elliott · 4 years, 3 months ago
  55. 6edb747 Move safer_memcmp to psa_crypto_core.h by Paul Elliott · 4 years, 3 months ago
  56. cbbde5f Split multipart AEAD contexts into two parts by Paul Elliott · 4 years, 3 months ago
  57. 2df4005 Fix excessive line lengths by Paul Elliott · 4 years, 3 months ago
  58. fd3ca24 Move CCM ouput to update step. by Paul Elliott · 4 years, 3 months ago
  59. 72c1008 Fix logic issues with state checks by Paul Elliott · 4 years, 3 months ago
  60. 811d8d4 Fix incorrect enums being used by Paul Elliott · 4 years, 3 months ago
  61. 302ff6b Implement multipart AEAD PSA interface by Paul Elliott · 4 years, 4 months ago
  62. adb8b16 Add internal implementation of multipart AEAD by Paul Elliott · 4 years, 4 months ago
  63. 07a30c4 Convert oneshot AEAD over to multipart struct by Paul Elliott · 4 years, 4 months ago
  64. ec174e2 Update all uses of old AEAD output size macros by Bence Szépkúti · 4 years, 5 months ago
  65. 810eb16 psa: aead: Make CCM/GCM ordering consistent by Ronald Cron · 4 years, 4 months ago
  66. b9349a6 psa: aead: Add missing chachapoly context free by Ronald Cron · 4 years, 4 months ago
  67. ecbc068 psa: aead: Remove from operation ctx members only used in setup by Ronald Cron · 4 years, 4 months ago
  68. 46f9178 psa: aead: Move AEAD driver entry points to psa_crypto_aead.c by Ronald Cron · 4 years, 5 months ago
  69. 7ceee8d psa: Add psa_crypto_aead.[hc] by Ronald Cron · 4 years, 5 months ago