1. 7870115 Fully replace mbedtls_psa_safer_memcmp by Dave Rodgman · 1 year, 11 months ago
  2. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  3. 1630447 Move declaration of mbedtls_cipher_info_from_psa into psa_crypto_cipher.h by Dave Rodgman · 2 years, 9 months ago
  4. fd25ddb psa: Fix and improve comments by Ronald Cron · 3 years, 9 months ago
  5. 0266cfe psa: Remove test code in the library by Ronald Cron · 4 years, 5 months ago
  6. 40170d9 tests: Rename test driver entry points by Ronald Cron · 4 years, 5 months ago
  7. 7a55deb psa: Fix unused variable warnings by Ronald Cron · 4 years, 3 months ago
  8. 73c9d9e psa: driver: Reduce the scope of test driver entry points by Ronald Cron · 4 years, 4 months ago
  9. 69a6342 psa: Fix the size of hash buffers by Ronald Cron · 3 years, 10 months ago
  10. 56f7897 psa: Fix hash and mac operation type by Ronald Cron · 4 years, 4 months ago
  11. a72b12d tests: psa: driver: mac: Remove opaque entry points in library by Ronald Cron · 4 years, 1 month ago
  12. e7be73d Use the new macro PSA_HASH_BLOCK_LENGTH by Gilles Peskine · 3 years, 10 months ago
  13. 36ff66c Merge pull request #4316 from gabor-mezei-arm/3258_implement_one-shot_MAC by Gilles Peskine · 4 years, 1 month ago
  14. 76be3e0 psa: mac: Add MAC compute builtin implementation by Ronald Cron · 4 years, 2 months ago
  15. 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
  16. 9e15fb7 Refactor out mac_sign_setup and mac_verify_setup by Steven Cooreman · 4 years, 3 months ago
  17. b29902a Correctly mark unused arguments when MAC algorithms are compiled out by Steven Cooreman · 4 years, 3 months ago
  18. 0c23965 Add sanity tests for CMAC-(3)DES through PSA Crypto by Steven Cooreman · 4 years, 3 months ago
  19. 02865f5 Use the proper define guards in the MAC driver by Steven Cooreman · 4 years, 3 months ago
  20. 2f60f20 Remove superfluous checking from MAC driver by Steven Cooreman · 4 years, 3 months ago
  21. 72f736a Move is_sign and mac_size checking back to PSA core scope by Steven Cooreman · 4 years, 3 months ago
  22. 3409b02 Remove superfluous check by Steven Cooreman · 4 years, 3 months ago
  23. 8f37004 Remove unused variable from MAC driver structure by Steven Cooreman · 4 years, 3 months ago
  24. dcd0811 Remove superfluous length check by Steven Cooreman · 4 years, 3 months ago
  25. 094a77e Code flow and style improvements by Steven Cooreman · 4 years, 3 months ago
  26. a6df604 Base the PSA implementation of TLS 1.2 PRF on the MAC API by Steven Cooreman · 4 years, 3 months ago
  27. dd1a915 Rename HMAC operation structure by Steven Cooreman · 4 years, 3 months ago
  28. 36876a0 Make safer_memcmp available to all compile units under PSA by Steven Cooreman · 4 years, 3 months ago
  29. a4638e7 Remove redundant key_set from MAC operation structure by Steven Cooreman · 4 years, 3 months ago
  30. ba9a5bf Code flow/readability improvements after review by Steven Cooreman · 4 years, 3 months ago
  31. 02fc62a Remove unused items from MAC operation context structure by Steven Cooreman · 4 years, 3 months ago
  32. d1955af Rename internal HMAC structure type to match convention by Steven Cooreman · 4 years, 4 months ago
  33. 4fdf060 Complete, document and fully use internal HMAC API by Steven Cooreman · 4 years, 4 months ago
  34. a5b860a Migrate MAC finish calls into the software driver by Steven Cooreman · 4 years, 5 months ago
  35. 6e7f291 Migrate MAC update call into the software driver by Steven Cooreman · 4 years, 5 months ago
  36. e680419 Migrate MAC setup/abort calls into the software driver by Steven Cooreman · 4 years, 5 months ago
  37. 82c66b6 Move internal HMAC implementation into internal MAC driver by Steven Cooreman · 4 years, 5 months ago
  38. d13a70f Add boilerplate for dispatching MAC operations by Steven Cooreman · 4 years, 5 months ago