1. f741db3 Merge pull request #8764 from Ryan-Everett-arm/threadsafe-key-wiping by Janos Follath · 1 year, 6 months ago
  2. 7fee4f7 Fix mutex unlock error handling in psa_destroy_key by Ryan Everett · 1 year, 6 months ago
  3. 1d7bc1e Merge pull request #8717 from valeriosetti/issue8030 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  4. f45589b Merge pull request #8198 from silabs-Kusumit/kdf_incorrect_initial_capacity by Gilles Peskine · 1 year, 6 months ago
  5. 763971f Comment on locking strategy in psa_destroy_key by Ryan Everett · 1 year, 6 months ago
  6. c053d96 Make psa_destroy_key threadsafe by Ryan Everett · 1 year, 6 months ago
  7. 34c6e8a Merge pull request #8700 from valeriosetti/issue8461 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  8. 4d4891e Merge pull request #8666 from valeriosetti/issue8340 by Gilles Peskine · 1 year, 7 months ago
  9. c9077cc Merge pull request #8664 from valeriosetti/issue7764 by Gilles Peskine · 1 year, 7 months ago
  10. 2728267 Merge pull request #8672 from Ryan-Everett-arm/implement-new-key-slot-states by Paul Elliott · 1 year, 7 months ago
  11. 504a102 psa_crypto: do not validate DH groups which are not enabled by Valerio Setti · 1 year, 7 months ago
  12. 4a0ba80 Clarify psa_destroy_key documentation by Ryan Everett · 1 year, 7 months ago
  13. 7ed542e Implement delayed deletion in psa_destroy_key and some cleanup by Ryan Everett · 1 year, 7 months ago
  14. 1d32a57 Revert change to psa_destroy_key documentation by Ryan Everett · 1 year, 7 months ago
  15. dfe8bf8 Return CORRUPTION_DETECTED instead of BAD_SLOT when the slot's state is wrong by Ryan Everett · 1 year, 7 months ago
  16. 4755e6b Relax psa_wipe_key_slot to allow states other than SLOT_PENDING_DELETION by Ryan Everett · 1 year, 7 months ago
  17. 5bb454a psa_crypto: allow asymmetric encryption/decryption also with opaque keys by Valerio Setti · 1 year, 7 months ago
  18. 7d4db63 add depends on for capacity tests and fix code style by Kusumit Ghoderao · 1 year, 8 months ago
  19. d3f70d3 fix unused variable warning and other fixes by Kusumit Ghoderao · 1 year, 8 months ago
  20. 86e83dd Add kdf_set_max_capacity function by Kusumit Ghoderao · 1 year, 8 months ago
  21. a0907f5 Reorder and correct comment by Kusumit Ghoderao · 1 year, 9 months ago
  22. 5f3a938 Fix psa_key_derivation_setup_kdf by Kusumit Ghoderao · 1 year, 11 months ago
  23. d36c313 psa: remove bits_is_sloppy parameter from mbedtls_ecc_group_from_psa() by Valerio Setti · 1 year, 8 months ago
  24. ddba51e psa: rename "mbedtls_ecc_group_of_psa" to "mbedtls_ecc_group_from_psa" by Valerio Setti · 1 year, 8 months ago
  25. 4aad0ff Merge pull request #8632 from valeriosetti/issue8598 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  26. 1b70a07 Replace psa_unlock_key_slot calls in operations which act on FULL slots by Ryan Everett · 1 year, 7 months ago
  27. c70ce57 Update psa_destroy_key, psa_purge_key and psa_close_key by Ryan Everett · 1 year, 7 months ago
  28. 098c665 Update psa_get_and_lock_key_slot_X functions by Ryan Everett · 1 year, 7 months ago
  29. b69118e Update key creation functions to use the new key slot states by Ryan Everett · 1 year, 7 months ago
  30. aa33c51 Update psa_wipe_key_slot by Ryan Everett · 1 year, 8 months ago
  31. 384fbde library/tests: replace md_psa.h with psa_util.h as include file for MD conversion by Valerio Setti · 1 year, 7 months ago
  32. 1fff4f2 psa: add key_type as input parameter of psa_can_do_cipher() by Valerio Setti · 1 year, 7 months ago
  33. cddab78 Merge pull request #8630 from joerchan/mbedtls-tfm-compat by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  34. c6f004f psa_crypto: add internal helper to signal that cipher driver is ready by Valerio Setti · 1 year, 8 months ago
  35. b349108 library: Move mbedtls_ecc helper functions to psa_util by Joakim Andersson · 1 year, 8 months ago
  36. 1f67363 Merge pull request #8616 from lpy4105/issue/8553/test-driver-only-rsa by Manuel Pégourié-Gonnard · 1 year, 8 months ago gh-readonly-queue/development/pr-8616-001fb731311e7814c12f9f53e1ef61f341b64148
  37. f75893b Update comments by Pengyu Lv · 1 year, 8 months ago
  38. e9efbc2 Error out when get domain_parameters is not supported by Pengyu Lv · 1 year, 8 months ago
  39. 83e0de8 crypto_extra: revert changes to mbedtls_psa_random_free() by Valerio Setti · 1 year, 8 months ago
  40. 402cfba psa: free RNG implementation before checking for remaining open key slots by Valerio Setti · 1 year, 9 months ago
  41. c94f8f1 Merge pull request #8551 from daverodgman/sign-conversion-part1 by Dave Rodgman · 1 year, 8 months ago
  42. e4a6f5a Use size_t cast for pointer subtractions by Dave Rodgman · 1 year, 9 months ago
  43. 975d411 Only set slot to OCCUPIED on successful key loading by Ryan Everett · 1 year, 9 months ago
  44. 5567e3a Make empty key slots explicit by Ryan Everett · 1 year, 9 months ago
  45. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  46. 02a634d md: remove unnecessary inclusions of mbedtls/md.h by Valerio Setti · 1 year, 10 months ago
  47. 0fc86b2 Merge pull request #8075 from valeriosetti/issue8016 by Dave Rodgman · 1 year, 10 months ago
  48. fe9666b Change the extension type of the file psa_crypto_driver_wrapper by Xiaokang Qian · 1 year, 11 months ago
  49. e9c39c4 Enable build of non-static psa wrapper functions by Xiaokang Qian · 2 years ago
  50. 7046468 Define the psa wrapper functions as static inline by Thomas Daubney · 2 years, 1 month ago
  51. c437fae psa_crypto: fix guards in mbedtls_ecc_group_to_psa() by Valerio Setti · 1 year, 11 months ago
  52. 67c86e6 Merge pull request #7961 from gilles-peskine-arm/psa_crypto_config-in-full by Gilles Peskine · 1 year, 11 months ago
  53. 0ddffb6 Merge pull request #7210 from sergio-nsk/patch-2 by Gilles Peskine · 1 year, 11 months ago
  54. 1dab445 Update guard for ecp by Dave Rodgman · 1 year, 11 months ago
  55. 4f47f3d Covert PSA guards to MBEDTLS by Dave Rodgman · 1 year, 11 months ago
  56. a9a53a0 Merge remote-tracking branch 'origin/development' into misc-code-size by Dave Rodgman · 1 year, 11 months ago
  57. dea266f Use MBEDTLS_MD_LIGHT instead of MBEDTLS_MD_C by Dave Rodgman · 1 year, 11 months ago
  58. 8d706f6 Simplify camellia error conversion macros by Dave Rodgman · 1 year, 11 months ago
  59. 09a9e58 Add missing error conversion case by Dave Rodgman · 1 year, 11 months ago
  60. 7870115 Fully replace mbedtls_psa_safer_memcmp by Dave Rodgman · 2 years ago
  61. ead1766 Fix PBKDF2 with empty salt segment on platforms where malloc(0)=NULL by Gilles Peskine · 2 years ago
  62. 7393686 Merge remote-tracking branch 'development' into psa_crypto_config-in-full by Gilles Peskine · 2 years ago
  63. 294be94 Merge pull request #7818 from silabs-Kusumit/PBKDF2_cmac_implementation by Gilles Peskine · 2 years ago gh-readonly-queue/development/pr-7818-a4c01dd6e9264c40c33a1b9fcd3309b0cad0595f
  64. 509b567 add ifdefs to reduce size of mbedtls_to_psa_error by Dave Rodgman · 2 years ago
  65. 6f68203 add #ifdefs to reduce switch size by Dave Rodgman · 2 years ago
  66. 864f594 Adjust layout of some stucts by Dave Rodgman · 2 years ago
  67. 6f80ac4 Merge pull request #7864 from waleed-elmelegy-arm/enforce-min-RSA-key-size by Dave Rodgman · 2 years ago
  68. 1d4d944 Merge pull request #7933 from tom-cosgrove-arm/add-mbedtls_zeroize_and_free by Dave Rodgman · 2 years ago
  69. 267bee9 Merge pull request #7903 from valeriosetti/issue7773 by Gilles Peskine · 2 years ago gh-readonly-queue/development/pr-7903-9661f8ab0d28db9ef2a77953b68eb3de10a4c260
  70. 52f7e18 Use mbedtls_zeroize_and_free() in psa_remove_key_data_from_memory() by Tom Cosgrove · 2 years ago
  71. 43cef57 Merge pull request #7811 from mpg/md-info by Manuel Pégourié-Gonnard · 2 years ago gh-readonly-queue/development/pr-7811-cec82e41e03a92a5e79c68cb74d16d8876f9a015
  72. f3e696d Add ifdef for hmac and cmac set password by Kusumit Ghoderao · 2 years ago
  73. 5f3345a Add issue link instead of issue number by Kusumit Ghoderao · 2 years ago
  74. 0bca4c5 Add ifdef for hmac and cmac specific functions by Kusumit Ghoderao · 2 years ago
  75. a12e2d5 Replace AES_CMAC_128_PRF_OUTPUT_SIZE with PSA_MAC_LENGTH() by Kusumit Ghoderao · 2 years ago
  76. 9ab03c3 Define PSA_ALG_IS_PBKDF2 by Kusumit Ghoderao · 2 years ago
  77. 2addf35 Replace MBEDTLS_PSA_BUILTIN_PBKDF2_XXX with PSA_HAVE_SOFT_PBKDF2 by Kusumit Ghoderao · 2 years ago
  78. d7bdbbe Improve naming of mimimum RSA key size generation configurations by Waleed Elmelegy · 2 years, 1 month ago
  79. ab57071 Add a minimum rsa key size config to psa config by Waleed Elmelegy · 2 years, 1 month ago
  80. a55f042 psa: replace DH_KEY_PAIR_LEGACY with new symbols by Valerio Setti · 2 years, 1 month ago
  81. bb07377 Merge pull request #7935 from AgathiyanB/add-enum-casts by Gilles Peskine · 2 years ago
  82. f1c032a Merge pull request #7902 from valeriosetti/issue7772 by Paul Elliott · 2 years ago
  83. fe47890 psa_crypto_rsa: fix guards for importing the key by Valerio Setti · 2 years ago
  84. 17526a0 Merge pull request #7906 from yanrayw/add-pake_guards_psa_crypto by Tom Cosgrove · 2 years ago
  85. ca57d78 Fix PBKDF2 with empty salt on platforms where malloc(0)=NULL by Gilles Peskine · 2 years, 1 month ago
  86. 5647d06 Merge pull request #7518 from gilles-peskine-arm/psa_inject_entropy-file-stability by Gilles Peskine · 2 years ago
  87. 8e8e6b9 Merge pull request #7934 from AgathiyanB/move-declarations-to-top by Dave Rodgman · 2 years, 1 month ago
  88. 387bfa5 Add cast in psa_crypto by Agathiyan Bragadeesh · 2 years, 1 month ago
  89. 4d47cea Move declarations in psa_crypto to top by Agathiyan Bragadeesh · 2 years, 1 month ago
  90. ca8c61b Provide and use internal function mbedtls_zeroize_and_free() by Tom Cosgrove · 2 years, 1 month ago
  91. 76df8c1 psa: remove redundant GENPRIME when RSA_KEY_PAIR_GENERATE is defined by Valerio Setti · 2 years, 1 month ago
  92. b2bcedb library: replace MBEDTLS_PSA_BUILTIN_KEY_TYPE_RSA_KEY_PAIR_LEGACY by Valerio Setti · 2 years, 1 month ago
  93. f6d4dfb library: replace PSA_WANT_KEY_TYPE_RSA_KEY_PAIR_LEGACY symbols with proper ones by Valerio Setti · 2 years, 1 month ago
  94. ffc3c48 Remove getter functions of PAKE if no PAKE algorithms are required by Yanray Wang · 2 years, 1 month ago
  95. 9967f11 Merge pull request #7810 from valeriosetti/issue7771 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  96. 3fde8fe FIx name of macro by Kusumit Ghoderao · 2 years, 1 month ago
  97. 4536bb6 Change mac_size parameter in driver_mac_compute to output length by Kusumit Ghoderao · 2 years, 1 month ago
  98. a2520a5 Add pbkdf2 cmac to key derivation output_bytes by Kusumit Ghoderao · 2 years, 1 month ago
  99. 3d5edb8 Add input password function for pbkdf2 cmac by Kusumit Ghoderao · 2 years, 1 month ago
  100. 2cd6496 Add pbkdf2_cmac to key derivation setup by Kusumit Ghoderao · 2 years, 1 month ago