1. ba940cc Merge pull request #4182 from gabor-mezei-arm/3258_implement_one-shot_MAC_and_cipher by Dave Rodgman · 4 years, 1 month ago
  2. 6f8d43d Remove invalid buffer overflow check by gabor-mezei-arm · 4 years, 1 month ago
  3. 78c601b Merge pull request #4717 from daverodgman/psa_cipher_and_mac_abort_on_error_2.x by Dave Rodgman · 4 years, 1 month ago
  4. 3fd792d Add checks for buffer size by gabor-mezei-arm · 4 years, 1 month ago
  5. 52ae871 Initialize output buffer length to 0 by gabor-mezei-arm · 4 years, 1 month ago
  6. 478ab54 Use more standard label name by Dave Rodgman · 4 years, 1 month ago
  7. 132e8c3 Merge pull request #4715 from gilles-peskine-arm/psa_crypto_spm-from_platform_h-2.x by Ronald Cron · 4 years, 1 month ago
  8. dad6f3b Remove confising comments by gabor-mezei-arm · 4 years, 1 month ago
  9. d73e1b0 Tidy up logic in psa_mac_sign_finish by Dave Rodgman · 4 years, 1 month ago
  10. db86179 Correct coding style issues by Dave Rodgman · 4 years, 1 month ago
  11. 22984de Remove comments by gabor-mezei-arm · 4 years, 1 month ago
  12. fa990b5 Dispatch cipher functions through the driver interface by gabor-mezei-arm · 4 years, 4 months ago
  13. 0ef3b85 Implement one-shot cipher by gabor-mezei-arm · 4 years, 5 months ago
  14. cccb05d Call abort on error in psa_mac/cipher setup by Dave Rodgman · 4 years, 1 month ago
  15. 4e0a82e Update multipart hash operations to abort on error by Dave Rodgman · 4 years, 1 month ago
  16. c88b0a5 Update cipher and mac functions to abort on error by Dave Rodgman · 4 years, 1 month ago
  17. eaacabf Merge pull request #4392 from gilles-peskine-arm/psa-storage-format-test-lifetimes by Ronald Cron · 4 years, 1 month ago
  18. 76dec15 Move the inclusion of crypto_spe.h to psa/crypto_platform.h by Gilles Peskine · 4 years, 2 months ago
  19. 4ed8368 psa: mac: Add driver delegation support for psa_mac_verify() by Ronald Cron · 4 years, 2 months ago
  20. ef0d8f1 psa: mac: Introduce psa_mac_compute_internal by Ronald Cron · 4 years, 2 months ago
  21. 882eb78 psa: mac: Improve MAC finalization code by Ronald Cron · 4 years, 2 months ago
  22. dbb8646 psa: mac: Add driver delegation support for psa_mac_compute() by Ronald Cron · 4 years, 2 months ago
  23. def68e7 psa: mac: Improve implementation of psa_mac_finalize_alg_and_key_validation() by Ronald Cron · 4 years, 2 months ago
  24. 1c650a1 psa: mac: Split psa_mac_setup() by Ronald Cron · 4 years, 2 months ago
  25. 48f875e psa: mac: Re-organize psa_mac_setup() internal function by Ronald Cron · 4 years, 2 months ago
  26. a00616f Implement one-shot MAC functions by gabor-mezei-arm · 4 years, 5 months ago
  27. f216f0d Fix missing state check for tls12_prf output by Gilles Peskine · 4 years, 2 months ago
  28. 2bfbb17 Remove duplicate wipe call in psa_destroy_key by Gilles Peskine · 4 years, 2 months ago
  29. 251c774 Refuse to destroy read-only keys by Gilles Peskine · 4 years, 3 months ago
  30. c17f293 psa: Support RSA signature without MBEDTLS_GENPRIME by Jaeden Amero · 4 years, 3 months ago
  31. bed4e9e Merge pull request #4357 from gabor-mezei-arm/3267_Implement_psa_sign_message_and_verify by Gilles Peskine · 4 years, 3 months ago
  32. c979578 Unify variable type and rename to be unambiguous by gabor-mezei-arm · 4 years, 3 months ago
  33. f8ad212 Be explicit about why the zero-length check is there by Steven Cooreman · 4 years, 3 months ago
  34. a6474de Supply actual key bits to PSA_MAC_LENGTH during MAC setup by Steven Cooreman · 4 years, 3 months ago
  35. 15f0d92 Move is_sign and mac_size checking back to PSA core scope by Steven Cooreman · 4 years, 3 months ago
  36. 9878a16 Code flow and style improvements by Steven Cooreman · 4 years, 3 months ago
  37. 22dea1d Base the PSA implementation of TLS 1.2 PRF on the MAC API by Steven Cooreman · 4 years, 3 months ago
  38. b27e350 Make HKDF use the generic MAC API by Steven Cooreman · 4 years, 3 months ago
  39. 4f7cae6 Rename HMAC operation structure by Steven Cooreman · 4 years, 3 months ago
  40. a2a1b80 Make safer_memcmp available to all compile units under PSA by Steven Cooreman · 4 years, 3 months ago
  41. 6e6451e Code flow/readability improvements after review by Steven Cooreman · 4 years, 3 months ago
  42. f64b25e Rename internal HMAC structure type to match convention by Steven Cooreman · 4 years, 4 months ago
  43. 76720f6 Complete, document and fully use internal HMAC API by Steven Cooreman · 4 years, 4 months ago
  44. 87885df Migrate MAC finish calls into the software driver by Steven Cooreman · 4 years, 5 months ago
  45. 11743f9 Migrate MAC update call into the software driver by Steven Cooreman · 4 years, 5 months ago
  46. 0789783 Migrate MAC setup/abort calls into the software driver by Steven Cooreman · 4 years, 5 months ago
  47. 32d5694 Move internal HMAC implementation into internal MAC driver by Steven Cooreman · 4 years, 5 months ago
  48. 6e3c2cb Move the MAC operation structure into the driver headers by Steven Cooreman · 4 years, 5 months ago
  49. f3c5c86 Rename sign/verify builtin functions called by driver wrapper functions by gabor-mezei-arm · 4 years, 3 months ago
  50. ef6f2aa Return error if algorithm is not hash-then-sign for psa_sign_message by gabor-mezei-arm · 4 years, 3 months ago
  51. 5698048 Use bool variable instead of enum values by gabor-mezei-arm · 4 years, 3 months ago
  52. 12ff4d5 Fix documentation by gabor-mezei-arm · 4 years, 3 months ago
  53. dd05aab Use switch-case for error handling by gabor-mezei-arm · 4 years, 3 months ago
  54. 9719a84 Fix for algorithms other than hash-then-sign by gabor-mezei-arm · 4 years, 3 months ago
  55. fc8d0ae Use driver-wrapper functions for psa_sign/verify_message by gabor-mezei-arm · 4 years, 3 months ago
  56. bfbe465 Enable algorithms other than hash-then-sign by gabor-mezei-arm · 4 years, 3 months ago
  57. 81bf120 Fix error checking by gabor-mezei-arm · 4 years, 3 months ago
  58. c53f4f6 Dispatch sign/verify funtions through the driver interface by gabor-mezei-arm · 4 years, 3 months ago
  59. bc0088b Unify similar functions by gabor-mezei-arm · 4 years, 4 months ago
  60. e8efa39 Implement psa_sign_message and psa_verify_message functions by gabor-mezei-arm · 4 years, 4 months ago
  61. 7ddee7f Use remove_key_data_from_memory instead of wipe_key_slot by Steven Cooreman · 4 years, 4 months ago
  62. 7609b1f leverage psa_allocate_buffer_to_slot from slot management by Steven Cooreman · 4 years, 4 months ago
  63. 93c0847 Revert "Remove deprecated things from hashing modules" by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  64. c039514 Merge pull request #4334 from TRodziewicz/origin/remove_old_func_from_hashing by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  65. 09c916a Merge pull request #4257 from ronald-cron-arm/psa-aead by Gilles Peskine · 4 years, 4 months ago
  66. c75d9f5 Remove deprecated things from hashing modules by TRodziewicz · 4 years, 4 months ago
  67. ea7ab13 Do validation on the algorithm argument in AEAD by Steven Cooreman · 4 years, 5 months ago
  68. 9a98616 psa: aead: Accept opaque keys for encryption/decryption by Ronald Cron · 4 years, 4 months ago
  69. de82281 psa: aead: Add driver delegation by Ronald Cron · 4 years, 5 months ago
  70. 46f9178 psa: aead: Move AEAD driver entry points to psa_crypto_aead.c by Ronald Cron · 4 years, 5 months ago
  71. 215633c psa: aead: Implement aead operations as a driver entry point by Ronald Cron · 4 years, 5 months ago
  72. 9f31017 psa: aead: Remove key slot from operation context by Ronald Cron · 4 years, 5 months ago
  73. 7dbd800 psa: aead: Isolate key slot unlock from operation abort by Ronald Cron · 4 years, 5 months ago
  74. 197c2fd psa: aead: Move key resolution by Ronald Cron · 4 years, 5 months ago
  75. 004f917 psa: aead: Fix status initialization by Ronald Cron · 4 years, 5 months ago
  76. 6cc6631 psa: Return in error when requested to copy a key to an opaque driver by Ronald Cron · 4 years, 4 months ago
  77. 77e412c psa: Fix error code when creating/registering a key with invalid id by Ronald Cron · 4 years, 4 months ago
  78. 5618a39 psa: cipher: Remove cipher_generate_iv driver entry point by Ronald Cron · 4 years, 4 months ago
  79. a0d6817 psa: cipher: Add bound check of the IV length in the core by Ronald Cron · 4 years, 4 months ago
  80. 75e6ae2 Move mbedtls_cipher_info_from_psa to psa_crypto_cipher.c by Ronald Cron · 4 years, 5 months ago
  81. 1f0db80 psa: cipher: Fix symmetric key management by Ronald Cron · 4 years, 5 months ago
  82. 937dfee psa: cipher: Re-organize multi-part operation context by Ronald Cron · 4 years, 5 months ago
  83. 49fafa9 psa: cipher: Dispatch based on driver identifier by Ronald Cron · 4 years, 5 months ago
  84. 06aa442 psa: cipher: Remove unused `key_set` operation field by Ronald Cron · 4 years, 5 months ago
  85. dd24c9b psa: Call cipher operations software implementations as a driver by Ronald Cron · 4 years, 8 months ago
  86. 6056fe8 psa: driver wrapper: Change cipher_xyz signature by Ronald Cron · 4 years, 8 months ago
  87. 6d05173 psa: Add mbedtls_psa_cipher_xyz() APIs by Ronald Cron · 4 years, 10 months ago
  88. 0b80559 psa: Call cipher setup implementation as a driver by Ronald Cron · 4 years, 8 months ago
  89. a4af55f psa: driver wrapper: Change cipher_*_setup signatures by Ronald Cron · 4 years, 8 months ago
  90. d6d2888 psa: Add mbedtls_psa_cipher_encrypt/decrypt_setup functions by Ronald Cron · 4 years, 8 months ago
  91. 7986f7e psa: Export "internally" mbedtls_cipher_info_from_psa by Ronald Cron · 4 years, 5 months ago
  92. ab99ac2 psa: Rework psa_cipher_setup (2) by Ronald Cron · 4 years, 10 months ago
  93. 590d3e5 psa: Rework psa_cipher_setup (1) by Ronald Cron · 4 years, 10 months ago
  94. c45b4af Fix PSA SE driver tests by Ronald Cron · 4 years, 10 months ago
  95. 4501c98 psa: sign: Return INVALID_ARGUMENT instead of NOT_SUPPORTED by Ronald Cron · 4 years, 5 months ago
  96. 3d47181 psa: Add missing PSA configs by Ronald Cron · 4 years, 5 months ago
  97. 71f45ba Fix unused parameter warning in some configurations by Gilles Peskine · 4 years, 4 months ago
  98. a1684f4 PSA: Reject curves that are not enabled in the PSA configuration by Gilles Peskine · 4 years, 4 months ago
  99. b6bf4bb Clear up language on zeroizing driver context at setup by Steven Cooreman · 4 years, 5 months ago
  100. 893232f Ensure the full driver structure is zeroized at setup by Steven Cooreman · 4 years, 5 months ago