1. c11bffe Merge pull request #5139 from mprse/key_der_ecc by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  2. afb4828 Merge pull request #5292 from mprse/asym_encrypt by Gilles Peskine · 3 years, 5 months ago
  3. c85f091 psa_crypto.c, test_suite_psa_crypto.function: fix style by Przemek Stekiel · 3 years, 5 months ago
  4. 7fc0751 Restore build options for mbedtls_ecc_group_of_psa() and related functions by Przemek Stekiel · 3 years, 5 months ago
  5. 15565ee Move publick key check out of MBEDTLS_PSA_BUILTIN_KEY_TYPE_ECC_KEY_PAIR by Przemek Stekiel · 3 years, 5 months ago
  6. a81aed2 Clean up init values of psa crypto status and fix switch default case by Przemek Stekiel · 3 years, 5 months ago
  7. f110dc0 Clenup conditional compilation flags. by Przemek Stekiel · 3 years, 5 months ago
  8. dcab6cc Return PSA_ERROR_INVALID_ARGUMENT for a public key, and PSA_ERROR_NOT_SUPPORTED for a type that is not handled. by Przemek Stekiel · 3 years, 5 months ago
  9. 91ebfc0 Adapt compilation flags for ECC key derivation by Przemyslaw Stekiel · 3 years, 5 months ago
  10. 76960a7 mbedtls_mpi_read_binary() document that function guarantees to return an MPI with exactly the necessary number of limbs and remove redundant call to mbedtls_mpi_grow() by Przemyslaw Stekiel · 3 years, 5 months ago
  11. aeaa4f0 Code optimization by Przemyslaw Stekiel · 3 years, 5 months ago
  12. 6d3d18b psa_generate_derived_key_internal, psa_generate_derived_ecc_key_weierstrass_helper: optimize the code by Przemyslaw Stekiel · 3 years, 6 months ago
  13. 9248159 Workaround for VS compiler build error by Przemyslaw Stekiel · 3 years, 7 months ago
  14. e33ae71 psa_crypto.c: adapt macros by Przemyslaw Stekiel · 3 years, 7 months ago
  15. dc215f4 Simplify calculations for clear mask by Przemyslaw Stekiel · 3 years, 8 months ago
  16. d80b6ed Use loop instead goto and fix misleading variable name by Przemyslaw Stekiel · 3 years, 8 months ago
  17. dc8d7d9 fix mbedtls/psa status code mismatch by Przemyslaw Stekiel · 3 years, 8 months ago
  18. 871a336 Remove redundant psa_generate_derived_ecc_key_weierstrass_check_config() by Przemyslaw Stekiel · 3 years, 8 months ago
  19. aaa1ada psa_generate_derived_ecc_key_weierstrass_check_config: Build only when ECC enabled by Przemyslaw Stekiel · 3 years, 8 months ago
  20. 50fcc53 Add Weierstrass curve/bits consistancy check + negative test vectors by Przemyslaw Stekiel · 3 years, 8 months ago
  21. 58ce8d8 Add support for Montgomery curves by Przemyslaw Stekiel · 3 years, 8 months ago
  22. 705fb0f Only Weierstrass curves supported by Przemyslaw Stekiel · 3 years, 8 months ago
  23. c6e4c51 psa_crypto.c: fix warning on windows compiler by Przemyslaw Stekiel · 3 years, 9 months ago
  24. 1dfd122 psa_generate_derived_ecc_key_helper: compile only when ECC is supported by Przemyslaw Stekiel · 3 years, 9 months ago
  25. 6534816 psa_generate_derived_ecc_key_helper: fix bugs found during testing by Przemyslaw Stekiel · 3 years, 9 months ago
  26. d8cdcba Move derivation of ECC private key to helper function and refactor code by Przemyslaw Stekiel · 3 years, 9 months ago
  27. 1608e33 PSA: implement key derivation for ECC keys by Przemyslaw Stekiel · 3 years, 9 months ago
  28. f881601 Detect invalid tag lengths in psa_aead_setup by Andrzej Kurek · 3 years, 8 months ago
  29. aa3a6e4 Fix brace placement by Bence Szépkúti · 3 years, 7 months ago
  30. 39fb9d1 Rename helper function to psa_aead_check_algorithm by Bence Szépkúti · 3 years, 7 months ago
  31. 8d45c00 psa_asymmetric_decrypt: access the key store and call driver dispatch by Przemyslaw Stekiel · 3 years, 8 months ago
  32. 19e6142 psa_asymmetric_encrypt: access the key store and call driver dispatch by Przemyslaw Stekiel · 3 years, 8 months ago
  33. 08f3465 Return the same error in multipart and single shot AEAD by Bence Szépkúti · 3 years, 8 months ago
  34. 8188d19 Merge branch 'development-restricted' into mbedtls-3.1.0rc-pr by Ronald Cron · 3 years, 8 months ago
  35. 60aebec PSA hash verification: zeroize expected hash on hash mismatch by Gilles Peskine · 3 years, 8 months ago
  36. d5b2a59 Merge pull request #5047 from paul-elliott-arm/psa-m-aead-ccm by Gilles Peskine · 3 years, 8 months ago
  37. c38c1f2 Merge pull request #5268 from gilles-peskine-arm/struct_reordering_3.0 by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  38. 5d9f422 Merge pull request #861 from ronald-cron-arm/fix-aead-nonce by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  39. 39c2aba Merge pull request #849 from ronald-cron-arm/fix-cipher-iv by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  40. 0b4d123 Remove assertion on local nonce buffer size by Ronald Cron · 3 years, 8 months ago
  41. a393619 Change test on local nonce buffer size to an assertion by Ronald Cron · 3 years, 8 months ago
  42. f467d63 psa: Fix obsolete code guard by Ronald Cron · 3 years, 9 months ago
  43. 9ba7691 psa: Add driver initialization and termination by Ronald Cron · 4 years, 4 months ago
  44. 89b4aa7 psa: asymmetric_encrypt/decrypt: Improve error code consistency by Ronald Cron · 3 years, 11 months ago
  45. 69a6342 psa: Fix the size of hash buffers by Ronald Cron · 3 years, 10 months ago
  46. 81ca97e tests: psa driver: Align RSA/ECP sign/verify hash dispatch by Ronald Cron · 4 years, 4 months ago
  47. cae5909 psa: aead: Fix invalid output buffer usage in generate_nonce() by Ronald Cron · 3 years, 8 months ago
  48. c6e6f50 psa: cipher: Fix invalid output buffer usage in psa_cipher_encrypt() by Ronald Cron · 4 years, 1 month ago
  49. 9b67428 psa: cipher: Add IV parameters to cipher_encrypt entry point by Ronald Cron · 4 years, 1 month ago
  50. 2391952 psa: cipher: Align APIs execution flow by Ronald Cron · 4 years, 1 month ago
  51. 2fb9052 psa: cipher: Fix invalid output buffer usage in psa_cipher_generate_iv() by Ronald Cron · 4 years, 1 month ago
  52. 2d8a182 PSA global data: move fields around to save code size by Gilles Peskine · 3 years, 9 months ago
  53. 6d48e20 Indicate nonce sizes invalid for ChaCha20-Poly1305 by Bence Szépkúti · 3 years, 9 months ago
  54. 357b78e Indicate if we know that a nonce length is invalid by Bence Szépkúti · 3 years, 9 months ago
  55. d69da6c Improve PSA error return code by Dave Rodgman · 3 years, 9 months ago
  56. 087f047 Merge pull request #5076 from mstarzyk-mobica/psa_ccm_no_tag by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  57. f7b4137 Untangle PSA_ALG_IS_HASH_AND_SIGN and PSA_ALG_IS_SIGN_HASH by Gilles Peskine · 3 years, 11 months ago
  58. e6d3eda Add missing PSA_ALG_IS_SIGN_HASH macro. by Mateusz Starzyk · 4 years ago
  59. 136819f Merge pull request #4959 from gilles-peskine-arm/psa-add-aria by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  60. 4fa0725 Merge pull request #5002 from mstarzyk-mobica/psa_output_buffer_limitation by Gilles Peskine · 3 years, 9 months ago
  61. 594215b Add support for CCM*-no-tag to PSA. by Mateusz Starzyk · 3 years, 10 months ago
  62. bf21c07 Merge pull request #5072 from mprse/issue_5065 by Gilles Peskine · 3 years, 10 months ago
  63. 4cad4fc psa_crypto.c: use switch instead if-else in psa_aead_check_nonce_length and psa_aead_set_lengths (fixes #5065) by Przemyslaw Stekiel · 3 years, 10 months ago
  64. e193ea8 Add Multipart AEAD CCM internal implementation by Paul Elliott · 3 years, 10 months ago
  65. c0fe820 psa_generate_key(): return PSA_ERROR_INVALID_ARGUMENT for public key by Przemyslaw Stekiel · 3 years, 10 months ago
  66. f28261f Remove output buffer limitation for PSA with GCM. by Mateusz Starzyk · 3 years, 10 months ago
  67. 60116ae Invert logic on nonce length tests by Paul Elliott · 3 years, 10 months ago
  68. 355f59e Fix formatting issues by Paul Elliott · 3 years, 10 months ago
  69. e716e6c Switch cipher enabled macros by Paul Elliott · 3 years, 10 months ago
  70. baff51c Make sure nonce length checks use base algorithm by Paul Elliott · 3 years, 10 months ago
  71. bb0f9e1 Move all nonce length checks to PSA Core by Paul Elliott · 3 years, 10 months ago
  72. 4ed1ed1 Move nonce size checking to PSA Core by Paul Elliott · 3 years, 10 months ago
  73. 325d374 Move set lengths checking to PSA Core by Paul Elliott · 3 years, 10 months ago
  74. 71b0567 Merge remote-tracking branch 'upstream/development' into psa-m-aead-merge by Paul Elliott · 3 years, 10 months ago
  75. 90fdc11 Make NULL tag check more explicit by Paul Elliott · 3 years, 10 months ago
  76. 70618b2 Change sizeof to variable rather than struct by Paul Elliott · 3 years, 10 months ago
  77. 6c12a1e Add ARIA to the PSA API by Gilles Peskine · 3 years, 11 months ago
  78. ec95cc9 Add safety for NULL tag being passed to finish by Paul Elliott · 3 years, 11 months ago
  79. 4c916e8 Improve comment on buffer clearing by Paul Elliott · 3 years, 11 months ago
  80. 69bf5fc Const correctness by Paul Elliott · 3 years, 11 months ago
  81. 70f447d Replace individual zeroization with memset by Paul Elliott · 3 years, 11 months ago
  82. 9d17bf4 Styling and refactoring by Archana · 3 years, 11 months ago
  83. 374fe5b Handle zeroed attributes key bits and type in copy by Archana · 3 years, 11 months ago
  84. 449608b Code style improvements by Archana · 3 years, 11 months ago
  85. 8a18036 Add opaque test driver support for copy key by Archana · 4 years, 1 month ago
  86. 6ed4bda pre-existing validation extended by Archana · 4 years ago
  87. 4d7ae1d Add test driver support for opaque key import by Archana · 4 years, 1 month ago
  88. d8a83dc Sizing of key buffer for opaque keys by Archana · 4 years, 2 months ago
  89. 3b097eb psa: Remove psa_key_slot_is_external() by Ronald Cron · 4 years ago
  90. 9b8b69c psa: Remove buggy report of RSA public exponent for opaque keys by Ronald Cron · 4 years ago
  91. 512ad81 psa: Fix slot number key attribute by Ronald Cron · 4 years ago
  92. ddae0f5 Clarify psa_get_and_lock_transparent_key_slot_with_policy() purpose by Ronald Cron · 4 years ago
  93. 3d7d52c Formatting fixes by Paul Elliott · 4 years ago
  94. 5a8abb1 Merge pull request #4883 from mstarzyk-mobica/fix_psa_sign_msg by Manuel Pégourié-Gonnard · 4 years ago
  95. 3242f6c Fix formatting issue by Paul Elliott · 4 years ago
  96. b8db2c5 Remove extra blank lines by Paul Elliott · 4 years ago
  97. daf5c89 Remove extraneous state checks by Paul Elliott · 4 years ago
  98. d9343f2 Refactor is_encrypt into aead setup arguments by Paul Elliott · 4 years ago
  99. ce0e6a9 Require MESSAGE flag in PSA MAC setup. by Mateusz Starzyk · 4 years ago
  100. e0a12bd Refactor aead setup functions into single function by Paul Elliott · 4 years ago