1. 0f2971a Update headers by Dave Rodgman · 1 year, 9 months ago
  2. 5161645 Merge pull request #7211 from sergio-nsk/patch-3 by Gilles Peskine · 1 year, 11 months ago
  3. e7eb805 Seperate declarations from function body by Agathiyan Bragadeesh · 2 years ago
  4. 7b0ee1e Fix control bypass warnings by Agathiyan Bragadeesh · 2 years ago
  5. 9a9d5ee Fix a build error when MBEDTLS_PSA_INJECT_ENTROPY is enabled by Gilles Peskine · 2 years, 3 months ago
  6. bdd01a7 Implement and use MBEDTLS_STATIC_ASSERT() by Tom Cosgrove · 2 years, 5 months ago
  7. 04eb7c0 Fix llvm error: variable 'default_iv_length' may be used uninitialized by Sergey · 2 years, 5 months ago
  8. ec1eff3 Make \retval commands non-empty by Gilles Peskine · 2 years, 6 months ago
  9. 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  10. 49f99bc Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  11. 01bf631 Fix NULL+0 undefined behavior in ECB encryption and decryption by Gilles Peskine · 2 years, 8 months ago
  12. 093a4aa Remove useless platform macro redefinitions: automatic part by Gilles Peskine · 2 years, 10 months ago
  13. 42313fb psa_raw_key_agreement: return BUFFER_TOO_SMALL when warranted by Gilles Peskine · 3 years, 4 months ago
  14. 0e7791f Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
  15. 4a83c10 Fix RC4 multipart PSA by Gilles Peskine · 3 years, 4 months ago
  16. bc79582 Fix psa_mac_verify() returning BUFFER_TOO_SMALL by Gilles Peskine · 3 years, 5 months ago
  17. 739c98c Make psa_key_derivation_setup return early if the key agreement is not supported by Gilles Peskine · 4 years, 3 months ago
  18. ea0d95e Make psa_key_derivation_setup return early if the hash is not supported by Gilles Peskine · 4 years, 3 months ago
  19. cdacf04 Simplify is_kdf_alg_supported in psa_key_derivation_setup_kdf by Gilles Peskine · 4 years, 3 months ago
  20. 08412e2 Merge remote-tracking branch 'restricted/development_2.x-restricted' into mbedtls-2.28.0rc0-pr by Dave Rodgman · 3 years, 8 months ago
  21. b3f4e5b PSA hash verification: zeroize expected hash on hash mismatch by Gilles Peskine · 3 years, 8 months ago
  22. c3319e7 Merge pull request #5189 from gilles-peskine-arm/struct_reordering_2.x by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  23. 9ecdd97 psa: Fix obsolete code guard by Ronald Cron · 3 years, 9 months ago
  24. 088d5d0 psa: Add driver initialization and termination by Ronald Cron · 4 years, 4 months ago
  25. 7207d57 psa: asymmetric_encrypt/decrypt: Improve error code consistency by Ronald Cron · 4 years ago
  26. 3a95d2b psa: Fix the size of hash buffers by Ronald Cron · 3 years, 10 months ago
  27. 4bcccc6 tests: psa driver: Align RSA/ECP sign/verify hash dispatch by Ronald Cron · 4 years, 4 months ago
  28. 4c224fe psa: cipher: Fix invalid output buffer usage in psa_cipher_encrypt() by Ronald Cron · 4 years, 1 month ago
  29. a833169 psa: cipher: Add IV parameters to cipher_encrypt entry point by Ronald Cron · 4 years, 1 month ago
  30. 1637707 psa: cipher: Align APIs execution flow by Ronald Cron · 4 years, 1 month ago
  31. c423acb psa: cipher: Fix invalid output buffer usage in psa_cipher_generate_iv() by Ronald Cron · 4 years, 1 month ago
  32. f8f425d psa: Remove psa_key_slot_is_external() by Ronald Cron · 4 years ago
  33. 41e8006 psa: Remove buggy report of RSA public exponent for opaque keys by Ronald Cron · 4 years ago
  34. 0518f61 psa: Fix slot number key attribute by Ronald Cron · 4 years ago
  35. 8a0466a Clarify psa_get_and_lock_transparent_key_slot_with_policy() purpose by Ronald Cron · 4 years ago
  36. 021e724 Improve PSA error return code by Dave Rodgman · 3 years, 9 months ago
  37. b8006a6 PSA global data: move fields around to save code size by Gilles Peskine · 3 years, 9 months ago
  38. 8cb22c8 Untangle PSA_ALG_IS_HASH_AND_SIGN and PSA_ALG_IS_SIGN_HASH by Gilles Peskine · 3 years, 11 months ago
  39. d22362c Add missing PSA_ALG_IS_SIGN_HASH macro. by Mateusz Starzyk · 4 years ago
  40. 6295dcb Merge pull request #5051 from gilles-peskine-arm/psa-add-aria-2.x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  41. 8890f64 Add ARIA to the PSA API by Gilles Peskine · 3 years, 11 months ago
  42. 5b20a7e psa_generate_key(): return PSA_ERROR_INVALID_ARGUMENT for public key by Przemyslaw Stekiel · 3 years, 10 months ago
  43. dd55b25 Require MESSAGE flag in PSA MAC setup. by Mateusz Starzyk · 4 years ago
  44. 2bbafda Prefixed macros with MBEDTLS by Joe Subbiani · 4 years, 1 month ago
  45. ba486b0 Implement byte reading macros into library/ by Joe Subbiani · 4 years, 1 month ago
  46. ba940cc Merge pull request #4182 from gabor-mezei-arm/3258_implement_one-shot_MAC_and_cipher by Dave Rodgman · 4 years, 1 month ago
  47. 6f8d43d Remove invalid buffer overflow check by gabor-mezei-arm · 4 years, 1 month ago
  48. 78c601b Merge pull request #4717 from daverodgman/psa_cipher_and_mac_abort_on_error_2.x by Dave Rodgman · 4 years, 1 month ago
  49. 3fd792d Add checks for buffer size by gabor-mezei-arm · 4 years, 1 month ago
  50. 52ae871 Initialize output buffer length to 0 by gabor-mezei-arm · 4 years, 1 month ago
  51. 478ab54 Use more standard label name by Dave Rodgman · 4 years, 1 month ago
  52. 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
  53. dad6f3b Remove confising comments by gabor-mezei-arm · 4 years, 1 month ago
  54. d73e1b0 Tidy up logic in psa_mac_sign_finish by Dave Rodgman · 4 years, 1 month ago
  55. db86179 Correct coding style issues by Dave Rodgman · 4 years, 1 month ago
  56. 22984de Remove comments by gabor-mezei-arm · 4 years, 1 month ago
  57. fa990b5 Dispatch cipher functions through the driver interface by gabor-mezei-arm · 4 years, 4 months ago
  58. 0ef3b85 Implement one-shot cipher by gabor-mezei-arm · 4 years, 5 months ago
  59. cccb05d Call abort on error in psa_mac/cipher setup by Dave Rodgman · 4 years, 1 month ago
  60. 4e0a82e Update multipart hash operations to abort on error by Dave Rodgman · 4 years, 1 month ago
  61. c88b0a5 Update cipher and mac functions to abort on error by Dave Rodgman · 4 years, 1 month ago
  62. eaacabf Merge pull request #4392 from gilles-peskine-arm/psa-storage-format-test-lifetimes by Ronald Cron · 4 years, 1 month ago
  63. 76dec15 Move the inclusion of crypto_spe.h to psa/crypto_platform.h by Gilles Peskine · 4 years, 2 months ago
  64. 4ed8368 psa: mac: Add driver delegation support for psa_mac_verify() by Ronald Cron · 4 years, 2 months ago
  65. ef0d8f1 psa: mac: Introduce psa_mac_compute_internal by Ronald Cron · 4 years, 2 months ago
  66. 882eb78 psa: mac: Improve MAC finalization code by Ronald Cron · 4 years, 2 months ago
  67. dbb8646 psa: mac: Add driver delegation support for psa_mac_compute() by Ronald Cron · 4 years, 2 months ago
  68. def68e7 psa: mac: Improve implementation of psa_mac_finalize_alg_and_key_validation() by Ronald Cron · 4 years, 2 months ago
  69. 1c650a1 psa: mac: Split psa_mac_setup() by Ronald Cron · 4 years, 2 months ago
  70. 48f875e psa: mac: Re-organize psa_mac_setup() internal function by Ronald Cron · 4 years, 2 months ago
  71. a00616f Implement one-shot MAC functions by gabor-mezei-arm · 4 years, 5 months ago
  72. f216f0d Fix missing state check for tls12_prf output by Gilles Peskine · 4 years, 2 months ago
  73. 2bfbb17 Remove duplicate wipe call in psa_destroy_key by Gilles Peskine · 4 years, 2 months ago
  74. 251c774 Refuse to destroy read-only keys by Gilles Peskine · 4 years, 4 months ago
  75. c17f293 psa: Support RSA signature without MBEDTLS_GENPRIME by Jaeden Amero · 4 years, 3 months ago
  76. bed4e9e Merge pull request #4357 from gabor-mezei-arm/3267_Implement_psa_sign_message_and_verify by Gilles Peskine · 4 years, 3 months ago
  77. c979578 Unify variable type and rename to be unambiguous by gabor-mezei-arm · 4 years, 3 months ago
  78. f8ad212 Be explicit about why the zero-length check is there by Steven Cooreman · 4 years, 3 months ago
  79. a6474de Supply actual key bits to PSA_MAC_LENGTH during MAC setup by Steven Cooreman · 4 years, 3 months ago
  80. 15f0d92 Move is_sign and mac_size checking back to PSA core scope by Steven Cooreman · 4 years, 3 months ago
  81. 9878a16 Code flow and style improvements by Steven Cooreman · 4 years, 3 months ago
  82. 22dea1d Base the PSA implementation of TLS 1.2 PRF on the MAC API by Steven Cooreman · 4 years, 3 months ago
  83. b27e350 Make HKDF use the generic MAC API by Steven Cooreman · 4 years, 3 months ago
  84. 4f7cae6 Rename HMAC operation structure by Steven Cooreman · 4 years, 3 months ago
  85. a2a1b80 Make safer_memcmp available to all compile units under PSA by Steven Cooreman · 4 years, 3 months ago
  86. 6e6451e Code flow/readability improvements after review by Steven Cooreman · 4 years, 3 months ago
  87. f64b25e Rename internal HMAC structure type to match convention by Steven Cooreman · 4 years, 5 months ago
  88. 76720f6 Complete, document and fully use internal HMAC API by Steven Cooreman · 4 years, 5 months ago
  89. 87885df Migrate MAC finish calls into the software driver by Steven Cooreman · 4 years, 5 months ago
  90. 11743f9 Migrate MAC update call into the software driver by Steven Cooreman · 4 years, 5 months ago
  91. 0789783 Migrate MAC setup/abort calls into the software driver by Steven Cooreman · 4 years, 5 months ago
  92. 32d5694 Move internal HMAC implementation into internal MAC driver by Steven Cooreman · 4 years, 5 months ago
  93. 6e3c2cb Move the MAC operation structure into the driver headers by Steven Cooreman · 4 years, 5 months ago
  94. f3c5c86 Rename sign/verify builtin functions called by driver wrapper functions by gabor-mezei-arm · 4 years, 3 months ago
  95. ef6f2aa Return error if algorithm is not hash-then-sign for psa_sign_message by gabor-mezei-arm · 4 years, 3 months ago
  96. 5698048 Use bool variable instead of enum values by gabor-mezei-arm · 4 years, 3 months ago
  97. 12ff4d5 Fix documentation by gabor-mezei-arm · 4 years, 3 months ago
  98. dd05aab Use switch-case for error handling by gabor-mezei-arm · 4 years, 3 months ago
  99. 9719a84 Fix for algorithms other than hash-then-sign by gabor-mezei-arm · 4 years, 3 months ago
  100. fc8d0ae Use driver-wrapper functions for psa_sign/verify_message by gabor-mezei-arm · 4 years, 3 months ago