1. 17605f0 Merge pull request #4151 from ronald-cron-arm/psa-sign_verify-hash by Manuel Pégourié-Gonnard · 4 years, 5 months ago
  2. 1fb691a Remove superfluous check by Steven Cooreman · 4 years, 5 months ago
  3. cd64093 Language & code readability updates by Steven Cooreman · 4 years, 5 months ago
  4. bb9cbc7 psa: ecdsa: Prefer NOT_SUPPORTED error code by Ronald Cron · 4 years, 5 months ago
  5. 9103d49 psa: ecdsa: Rework deterministic support check by Ronald Cron · 4 years, 5 months ago
  6. 566899e psa: Remove outdated comments by Ronald Cron · 4 years, 5 months ago
  7. 31a876d Clarify some policy-handling code comments by Steven Cooreman · 4 years, 5 months ago
  8. f9f7fdf Rework MAC algorithm / key type validation by Steven Cooreman · 4 years, 5 months ago
  9. 4ff9a29 Check truncation length explicitly by Steven Cooreman · 4 years, 5 months ago
  10. 58c94d3 Make psa_get_mac_output_length testable and test it by Steven Cooreman · 4 years, 5 months ago
  11. 7d4b0d7 Reuse PSA_MAC_LENGTH in psa_get_mac_output_length by Steven Cooreman · 4 years, 5 months ago
  12. 5a17267 Add a note about why key_type is required by Steven Cooreman · 4 years, 5 months ago
  13. 1ac5ce3 Make psa_key_policy_algorithm_intersection MAC-length aware by Steven Cooreman · 4 years, 5 months ago
  14. 15472f8 Clean up psa_mac_setup now that we have an output length calculator by Steven Cooreman · 4 years, 5 months ago
  15. 5ad4bf7 Move MAC default length checking into psa_key_policy_permits by Steven Cooreman · 4 years, 5 months ago
  16. 328f11c Language & readability touchups by Steven Cooreman · 4 years, 5 months ago
  17. d788fab Clarify usage of psa_key_policy_permits by Steven Cooreman · 4 years, 5 months ago
  18. a1d8322 Fix typos & copy-paste errors by Steven Cooreman · 4 years, 5 months ago
  19. 7e39f05 Using a wildcard as a specific algorithm now reports invalid argument by Steven Cooreman · 4 years, 5 months ago
  20. ae3f13b Add more test cases and fix AT_LEAST_THIS_LENGTH against base algorithm by Steven Cooreman · 4 years, 5 months ago
  21. d927ed7 Rename _MINIMUM_LENGTH flags to _AT_LEAST_THIS_LENGTH by Steven Cooreman · 4 years, 5 months ago
  22. 7de9e2d Language / verbiage fixes by Steven Cooreman · 4 years, 5 months ago
  23. 5d81481 Rename AEAD WITH_MINIMUM_LENGTH to AT_LEAST_THIS_LENGTH by Steven Cooreman · 4 years, 6 months ago
  24. caad493 rename MAC_WITH_MINIMUM_LENGTH_TAG to AT_LEAST_THIS_LENGTH_MAC by Steven Cooreman · 4 years, 6 months ago
  25. 0348802 Remove generic wildcard checks after review feedback by Steven Cooreman · 4 years, 6 months ago
  26. b3ce815 Add support for minimum-tag-length AEAD and MAC policies by Steven Cooreman · 4 years, 6 months ago
  27. 34045c1 Merge pull request #4145 from stevew817/fix_return_code by Gilles Peskine · 4 years, 5 months ago
  28. 8a494f3 psa: Post move adjustments to psa_sign/verify_hash_internal by Ronald Cron · 4 years, 6 months ago
  29. 072722c psa: Move ECDSA sign/verify to PSA ECP specific file by Ronald Cron · 4 years, 8 months ago
  30. d1cb91c psa: Change psa_ecdsa_sign/verify signature by Ronald Cron · 4 years, 6 months ago
  31. 7bdbca3 psa: Move RSA sign/verify hash to the PSA RSA specific file by Ronald Cron · 4 years, 8 months ago
  32. a99bcc0 psa: Change psa_rsa_sign/verify signature by Ronald Cron · 4 years, 6 months ago
  33. fce9df2 psa: Call sign/verify hash software implementation as a driver by Ronald Cron · 4 years, 8 months ago
  34. 36f641b psa: Export "internally" mbedtls_md_info_from_psa() by Ronald Cron · 4 years, 6 months ago
  35. 67b1eb3 psa: Export "internally" psa_sign/verify_hash_internal by Ronald Cron · 4 years, 8 months ago
  36. 9f17aa4 psa: Change psa_driver_wrapper_sign/verify_hash signature by Ronald Cron · 4 years, 8 months ago
  37. 1865993 psa: sign/verify_hash: Wrap software implementation by Ronald Cron · 4 years, 8 months ago
  38. 99b8ed7 psa: Prepare sign/verify code for software implementation split by Ronald Cron · 4 years, 6 months ago
  39. 1bfe4d7 Use new PSA builtin defines for CHACHA20 by David Brown · 4 years, 6 months ago
  40. 8107e31 Fix 2 endif comments by David Brown · 4 years, 6 months ago
  41. 12ca503 Change some conditionals of PSA to use BUILTIN by David Brown · 4 years, 6 months ago
  42. 7807bf7 Use proper conditional for software DES by David Brown · 4 years, 6 months ago
  43. 288a96e Fix mistyped endif comment by David Brown · 4 years, 6 months ago
  44. 0baa7b5 Change ifdefs in psa_crypto.c to new WANT macros by David Brown · 4 years, 6 months ago
  45. 63ca260 Change psa_crypto.c ifdefs for cipher modes by David Brown · 4 years, 6 months ago
  46. e04acc2 Use PSA definitions in PSA file by David Brown · 4 years, 6 months ago
  47. d81ab56 psa: Avoid empty block by Ronald Cron · 4 years, 6 months ago
  48. 3772afe psa: key generation: Use PSA_EXPORT_KEY_OUTPUT_SIZE by Ronald Cron · 4 years, 6 months ago
  49. 7023db5 Move ECP key generation code to the PSA ECP specific C file by Ronald Cron · 4 years, 9 months ago
  50. 9e18fc1 Move RSA key generation code to the PSA RSA specific C file by Ronald Cron · 4 years, 9 months ago
  51. 977c247 Call software implementation as a driver by Ronald Cron · 4 years, 10 months ago
  52. 5c4d386 psa: Extend psa_get_key_buffer_size scope by Ronald Cron · 4 years, 8 months ago
  53. 55ed059 Export "internally" psa_generate_key_internal() by Ronald Cron · 4 years, 10 months ago
  54. 2a38a6b Change psa_generate_key_internal() signature by Ronald Cron · 4 years, 10 months ago
  55. 2b56bc8 Move key buffer allocation out of psa_generate_key_internal() by Ronald Cron · 4 years, 10 months ago
  56. 01b2aba Move key buffer size computation out of psa_generate_key_internal() by Ronald Cron · 4 years, 10 months ago
  57. f3bb761 Improve psa_generate_key_internal() by Ronald Cron · 4 years, 10 months ago
  58. 932ffb7 Return NOT_SUPPORTED according to the API contract by Steven Cooreman · 4 years, 6 months ago
  59. 59ad770 Merge pull request #4131 from paul-elliott-arm/fix_crypto_leak by Gilles Peskine · 4 years, 6 months ago
  60. 9d5abfe Merge pull request #4137 from stevew817/fix/unused_argument_warnings by Gilles Peskine · 4 years, 6 months ago
  61. 5cd00d2 Merge pull request #4092 from ronald-cron-arm/psa-crypto-client by Ronald Cron · 4 years, 6 months ago
  62. a63b20d Rename AEAD tag length macros by Bence Szépkúti · 4 years, 8 months ago
  63. 74afe47 Fix unused variables in PSA core when no KDF algorithm is present by Steven Cooreman · 4 years, 6 months ago
  64. 7196fef Fix unused variable in PSA core when no AEAD algorithm is present by Steven Cooreman · 4 years, 6 months ago
  65. da3e7db Fix memory leak in error case in psa_crypto by Paul Elliott · 4 years, 6 months ago
  66. 2fa6b5f ECC import: more useful choice of INVALID_ARGUMENT vs NOT_SUPPORTED by Gilles Peskine · 4 years, 6 months ago
  67. a0832d4 Merge pull request #3958 from gilles-peskine-arm/fix-tls12-constant-namespace by Ronald Cron · 4 years, 6 months ago
  68. d945871 Merge pull request #3872 from gabor-mezei-arm/3275_use_PSA_ERROR_DATA_INVALID_where_warranted by Gilles Peskine · 4 years, 6 months ago
  69. e907e55 psa: export: Check output buffer size earlier by Ronald Cron · 4 years, 7 months ago
  70. fb2ed5b psa: import: Move registered SE support to the driver wrapper by Ronald Cron · 4 years, 8 months ago
  71. bf33c93 psa: Call import software implementation as a driver by Ronald Cron · 4 years, 8 months ago
  72. a0fe59f psa: Export internally psa_import_key_into_slot() by Ronald Cron · 4 years, 8 months ago
  73. 2ebfdcc psa: Change psa_import_key_into_slot() signature by Ronald Cron · 4 years, 8 months ago
  74. dd04d42 psa: import: Move key buffer allocation by Ronald Cron · 4 years, 8 months ago
  75. d6ec303 psa: Move ECP key import to psa_crypto_ecp.c by Ronald Cron · 4 years, 8 months ago
  76. b14dbbe psa: Rename ECP key import function by Ronald Cron · 4 years, 9 months ago
  77. 79cc548 psa: Change psa_import_ecp_key() signature by Ronald Cron · 4 years, 9 months ago
  78. 13f8b09 psa: ecp: import: Move key buffer allocation by Ronald Cron · 4 years, 8 months ago
  79. abf2aef psa: Move RSA key import to psa_crypto_rsa.c by Ronald Cron · 4 years, 8 months ago
  80. b6420e3 psa: Rename psa_import_rsa_key to mbedtls_psa_rsa_import_key by Ronald Cron · 4 years, 9 months ago
  81. 4f2a7f0 psa: Change psa_import_rsa_key() signature by Ronald Cron · 4 years, 9 months ago
  82. 8f813ee psa: rsa: import: Move key buffer allocation by Ronald Cron · 4 years, 9 months ago
  83. e5ca3d8 psa: Move RSA/ECP export code to RSA/ECP specific C file by Ronald Cron · 4 years, 8 months ago
  84. 152e3f8 psa: export: Move registered SE support to the driver wrapper by Ronald Cron · 4 years, 8 months ago
  85. 6722798 psa: Call export software implementation as a driver by Ronald Cron · 4 years, 8 months ago
  86. 7285cda psa: Export internally psa_export_(public_)key_internal by Ronald Cron · 4 years, 8 months ago
  87. d18b5f8 psa: Change psa_export_(public_)key_internal signature by Ronald Cron · 4 years, 8 months ago
  88. 9486f9d psa: Disentangle public export and export code by Ronald Cron · 4 years, 8 months ago
  89. 200a52c psa: Align naming of export internal functions by Ronald Cron · 4 years, 8 months ago
  90. 00b7bfc psa: Move xxx_load_representation functions to RSA/ECP specific modules by Ronald Cron · 4 years, 8 months ago
  91. 3c8ca3a psa: Rename psa_export_rsa/ecp_key to mbedtls_psa_rsa/ecp_export_key by Ronald Cron · 4 years, 8 months ago
  92. 9085708 psa: Rename psa_load_rsa/ecp_representation by Ronald Cron · 4 years, 8 months ago
  93. 84cc994 psa: Change psa_driver_wrapper_export_public_key() signature by Ronald Cron · 4 years, 8 months ago
  94. 8328287 psa: Move from validate_key to import_key entry point by Ronald Cron · 4 years, 9 months ago
  95. ea0f8a6 psa: se: Create key context in SE key slots by Ronald Cron · 4 years, 8 months ago
  96. 21b5616 psa: Move PSA client code by Ronald Cron · 4 years, 6 months ago
  97. a209f34 Merge pull request #3996 from stevew817/feature/allow_reading_external_keys by Janos Follath · 4 years, 6 months ago
  98. 318515b Merge pull request #3984 from gabor-mezei-arm/3268_update_macros_for_ouput_buffer_size_renames by Ronald Cron · 4 years, 6 months ago
  99. 86326a9 Fix possible error codes in the documentation by gabor-mezei-arm · 4 years, 8 months ago
  100. cbcec21 Rename output buffer size macros by gabor-mezei-arm · 4 years, 8 months ago