1. 9d17bf4 Styling and refactoring by Archana · 3 years, 11 months ago
  2. 374fe5b Handle zeroed attributes key bits and type in copy by Archana · 3 years, 11 months ago
  3. 449608b Code style improvements by Archana · 3 years, 11 months ago
  4. 8a18036 Add opaque test driver support for copy key by Archana · 4 years, 1 month ago
  5. 6ed4bda pre-existing validation extended by Archana · 4 years ago
  6. 4d7ae1d Add test driver support for opaque key import by Archana · 4 years, 1 month ago
  7. d8a83dc Sizing of key buffer for opaque keys by Archana · 4 years, 2 months ago
  8. 3b097eb psa: Remove psa_key_slot_is_external() by Ronald Cron · 4 years ago
  9. 9b8b69c psa: Remove buggy report of RSA public exponent for opaque keys by Ronald Cron · 4 years ago
  10. 512ad81 psa: Fix slot number key attribute by Ronald Cron · 4 years ago
  11. ddae0f5 Clarify psa_get_and_lock_transparent_key_slot_with_policy() purpose by Ronald Cron · 4 years ago
  12. 5a8abb1 Merge pull request #4883 from mstarzyk-mobica/fix_psa_sign_msg by Manuel Pégourié-Gonnard · 4 years ago
  13. ce0e6a9 Require MESSAGE flag in PSA MAC setup. by Mateusz Starzyk · 4 years ago
  14. 5ecac21 Prefixed macros with MBEDTLS by Joe Subbiani · 4 years, 1 month ago
  15. 50dde56 Implement byte reading macros into library/ by Joe Subbiani · 4 years, 1 month ago
  16. c9890e9 Rewording comments by TRodziewicz · 4 years, 1 month ago
  17. 18cddc0 Reverting comments deleted in previous PR by TRodziewicz · 4 years, 1 month ago
  18. 7871c2e Adding new macro for tests failing by TRodziewicz · 4 years, 1 month ago
  19. d9be652 Corrections to the new functions names and error message wording by TRodziewicz · 4 years, 1 month ago
  20. 053b99b Re-introduction of key slot chekcs by TRodziewicz · 4 years, 1 month ago
  21. 3f860e4 Remove invalid buffer overflow check by gabor-mezei-arm · 4 years, 1 month ago
  22. 258ae07 Add checks for buffer size by gabor-mezei-arm · 4 years, 1 month ago
  23. 6f4e5bb Initialize output buffer length to 0 by gabor-mezei-arm · 4 years, 1 month ago
  24. 0dfeaaf Remove confising comments by gabor-mezei-arm · 4 years, 1 month ago
  25. 9951b50 Remove comments by gabor-mezei-arm · 4 years, 1 month ago
  26. a9449a0 Dispatch cipher functions through the driver interface by gabor-mezei-arm · 4 years, 4 months ago
  27. ba0fa75 Implement one-shot cipher by gabor-mezei-arm · 4 years, 5 months ago
  28. 8682fae Merge pull request #4694 from gilles-peskine-arm/out_size-3.0 by Ronald Cron · 4 years, 1 month ago
  29. 63ad854 Merge pull request #4712 from daverodgman/psa_cipher_and_mac_abort_on_error by Dave Rodgman · 4 years, 1 month ago
  30. 90d1cb8 Use more standard label name by Dave Rodgman · 4 years, 1 month ago
  31. 3698fa1 Merge pull request #4673 from gilles-peskine-arm/psa_crypto_spm-from_platform_h by Ronald Cron · 4 years, 1 month ago
  32. f9f1bdf Translate MBEDTLS_ERR_PK_BUFFER_TOO_SMALL for PSA by Gilles Peskine · 4 years, 1 month ago
  33. 8036bdd Tidy up logic in psa_mac_sign_finish by Dave Rodgman · 4 years, 1 month ago
  34. b5dd7c7 Correct coding style issues by Dave Rodgman · 4 years, 1 month ago
  35. 5464824 Call abort on error in psa_mac/cipher setup by Dave Rodgman · 4 years, 1 month ago
  36. 685b6a7 Update multipart hash operations to abort on error by Dave Rodgman · 4 years, 1 month ago
  37. 38e62ae Update cipher and mac functions to abort on error by Dave Rodgman · 4 years, 1 month ago
  38. f9a046e Remove duplicate wipe call in psa_destroy_key by Gilles Peskine · 4 years, 2 months ago
  39. 6687cd0 Refuse to destroy read-only keys by Gilles Peskine · 4 years, 3 months ago
  40. 36ff66c Merge pull request #4316 from gabor-mezei-arm/3258_implement_one-shot_MAC by Gilles Peskine · 4 years, 1 month ago
  41. a805d57 Merge pull request #4588 from TRodziewicz/remove_MD2_MD4_RC4_Blowfish_and_XTEA by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  42. a587cbc psa: mac: Add driver delegation support for psa_mac_verify() by Ronald Cron · 4 years, 1 month ago
  43. cd989b5 psa: mac: Introduce psa_mac_compute_internal by Ronald Cron · 4 years, 1 month ago
  44. c3dd75f psa: mac: Improve MAC finalization code by Ronald Cron · 4 years, 1 month ago
  45. 51131b5 psa: mac: Add driver delegation support for psa_mac_compute() by Ronald Cron · 4 years, 1 month ago
  46. 79bdd82 psa: mac: Improve implementation of psa_mac_finalize_alg_and_key_validation() by Ronald Cron · 4 years, 1 month ago
  47. 2dff3b2 psa: mac: Split psa_mac_setup() by Ronald Cron · 4 years, 1 month ago
  48. 28ea050 psa: mac: Re-organize psa_mac_setup() internal function by Ronald Cron · 4 years, 1 month ago
  49. e96c585 Move the inclusion of crypto_spe.h to psa/crypto_platform.h by Gilles Peskine · 4 years, 1 month ago
  50. 532327b Merge pull request #4576 from gilles-peskine-arm/psa_key_derivation-bad_workflow-20210527 by Gilles Peskine · 4 years, 1 month ago
  51. 4076d3e Implement one-shot MAC functions by gabor-mezei-arm · 4 years, 5 months ago
  52. 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
  53. b1edaec Fix missing state check for tls12_prf output by Gilles Peskine · 4 years, 2 months ago
  54. ea7631b Change mbedtls_rsa_set_padding() signature by Ronald Cron · 4 years, 2 months ago
  55. 58d6eb5 Removing unneeded comment by TRodziewicz · 4 years, 2 months ago
  56. 062f353 Changes after code review by TRodziewicz · 4 years, 2 months ago
  57. cc70741 Remove MBEDTLS_CHECK_PARAMS option by TRodziewicz · 4 years, 3 months ago
  58. 142c205 Merge pull request #4513 from Patater/psa-without-genprime-fix by Ronald Cron · 4 years, 2 months ago
  59. b7abba2 Merge pull request #4515 from tom-daubney-arm/remove_rsa_mode_params_2 by Gilles Peskine · 4 years, 2 months ago
  60. 424fa93 psa: Support RSA signature without MBEDTLS_GENPRIME by Jaeden Amero · 4 years, 3 months ago
  61. 864b425 Merge pull request #4488 from tom-daubney-arm/remove_rsa_mode_params by Gilles Peskine · 4 years, 2 months ago
  62. 141700f Removes mode param from mbedtls_rsa_rsaes_oaep_encrypt by Thomas Daubney · 4 years, 3 months ago
  63. 2177277 Removes mode param from mbedtls_rsa_pkcs1_encrypt by Thomas Daubney · 4 years, 3 months ago
  64. f048618 Unify variable type and rename to be unambiguous by gabor-mezei-arm · 4 years, 3 months ago
  65. 6883fd2 Rename sign/verify builtin functions called by driver wrapper functions by gabor-mezei-arm · 4 years, 3 months ago
  66. 474a35f Return error if algorithm is not hash-then-sign for psa_sign_message by gabor-mezei-arm · 4 years, 3 months ago
  67. 8b3e886 Use bool variable instead of enum values by gabor-mezei-arm · 4 years, 3 months ago
  68. 12b4f34 Fix documentation by gabor-mezei-arm · 4 years, 3 months ago
  69. 6cdf637 Use switch-case for error handling by gabor-mezei-arm · 4 years, 3 months ago
  70. f9820f9 Fix for algorithms other than hash-then-sign by gabor-mezei-arm · 4 years, 3 months ago
  71. b5c1e37 Use driver-wrapper functions for psa_sign/verify_message by gabor-mezei-arm · 4 years, 3 months ago
  72. 0f62240 Enable algorithms other than hash-then-sign by gabor-mezei-arm · 4 years, 3 months ago
  73. 46c23a0 Fix error checking by gabor-mezei-arm · 4 years, 3 months ago
  74. 50eac35 Dispatch sign/verify funtions through the driver interface by gabor-mezei-arm · 4 years, 3 months ago
  75. 5b44652 Unify similar functions by gabor-mezei-arm · 4 years, 3 months ago
  76. 4a21019 Implement psa_sign_message and psa_verify_message functions by gabor-mezei-arm · 4 years, 4 months ago
  77. d21e0b7 Remove mode parameter from mbedtls_rsa_rsaes_oaep_decrypt function by Thomas Daubney · 4 years, 3 months ago
  78. c7feaf3 Remove mode param from mbedtls_rsa_pkcs1_decrypt by Thomas Daubney · 4 years, 3 months ago
  79. 5d1f747d Merge pull request #4377 from mpg/psa-pbkdf2-api by Gilles Peskine · 4 years, 3 months ago
  80. 8af5c5c Be explicit about why the zero-length check is there by Steven Cooreman · 4 years, 3 months ago
  81. d1a68f1 Supply actual key bits to PSA_MAC_LENGTH during MAC setup by Steven Cooreman · 4 years, 3 months ago
  82. 72f736a Move is_sign and mac_size checking back to PSA core scope by Steven Cooreman · 4 years, 3 months ago
  83. 094a77e Code flow and style improvements by Steven Cooreman · 4 years, 3 months ago
  84. a6df604 Base the PSA implementation of TLS 1.2 PRF on the MAC API by Steven Cooreman · 4 years, 3 months ago
  85. d1ed1d9 Make HKDF use the generic MAC API by Steven Cooreman · 4 years, 3 months ago
  86. dd1a915 Rename HMAC operation structure by Steven Cooreman · 4 years, 3 months ago
  87. 36876a0 Make safer_memcmp available to all compile units under PSA by Steven Cooreman · 4 years, 3 months ago
  88. ba9a5bf Code flow/readability improvements after review by Steven Cooreman · 4 years, 3 months ago
  89. d1955af Rename internal HMAC structure type to match convention by Steven Cooreman · 4 years, 4 months ago
  90. 4fdf060 Complete, document and fully use internal HMAC API by Steven Cooreman · 4 years, 4 months ago
  91. a5b860a Migrate MAC finish calls into the software driver by Steven Cooreman · 4 years, 4 months ago
  92. 6e7f291 Migrate MAC update call into the software driver by Steven Cooreman · 4 years, 4 months ago
  93. e680419 Migrate MAC setup/abort calls into the software driver by Steven Cooreman · 4 years, 4 months ago
  94. 82c66b6 Move internal HMAC implementation into internal MAC driver by Steven Cooreman · 4 years, 4 months ago
  95. 77e2cc5 Move the MAC operation structure into the driver headers by Steven Cooreman · 4 years, 4 months ago
  96. 805251b Update psa_validate_key_policy() for the new policy by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  97. 12f93f4 Merge pull request #4407 from ARMmbed/dev3_signoffs by Dave Rodgman · 4 years, 3 months ago
  98. 9a97a13 Merge branch 'development_3.0' into remove_depr_error_codes by Tomasz Rodziewicz · 4 years, 3 months ago
  99. f6b677e Merge pull request #4349 from mpg/apply-4334-3.0 by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  100. d6c246f Merge branch 'development_3.0' into remove_depr_error_codes by Tomasz Rodziewicz · 4 years, 3 months ago