1. ca2c167 PSA PAKE: fix doxygen warnings by Janos Follath · 4 years, 4 months ago
  2. 7f1e81a PSA PAKE: specify key type and usage by Janos Follath · 4 years, 4 months ago
  3. 9c6b147 PSA PAKE: Add J-PAKE to the interface by Janos Follath · 4 years, 5 months ago
  4. 508afec PSA PAKE: Add cipher suite structure by Janos Follath · 4 years, 5 months ago
  5. 5e5dcac PSA PAKE: Add function declarations by Janos Follath · 4 years, 5 months ago
  6. 12b4f34 Fix documentation by gabor-mezei-arm · 4 years, 3 months ago
  7. 38cbaf2 Typo by gabor-mezei-arm · 4 years, 4 months ago
  8. 4a21019 Implement psa_sign_message and psa_verify_message functions by gabor-mezei-arm · 4 years, 4 months ago
  9. 5d1f747d Merge pull request #4377 from mpg/psa-pbkdf2-api by Gilles Peskine · 4 years, 3 months ago
  10. 4e02f01 Fix key type that wasn't updated earlier by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  11. 2c44daf Add restriction on output_key alg for password hash by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  12. 4feb611 Lift a restriction on usage of verify_key() by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  13. e88511d Try making one condition more readable by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  14. ece9087 Clarify requirement on usage flags by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  15. acfde46 Mention USAGE_VERIFY_DERIVATION in input_key() by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  16. 2171e42 Add new key type PASSWORD_HASH by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  17. 88658be Clarify algorithm constraint for verification by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  18. 9023cac Merge verification policies together by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  19. d307f63 Rename verify_output_xxx() to verify_xxx() by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  20. ffc86ce Improve or expand several descriptions. by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  21. dc1b4e4 Fix a few typos by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  22. bd98df7 Update documentation of AEAD output size macros by Bence Szépkúti · 4 years, 3 months ago
  23. 49325d3 PSA PBKDF2: add verify-output functions by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  24. 22f08bc PSA PBKDF2: add new input function by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  25. eb1a301 Update documentation references to the AEAD macros by Bence Szépkúti · 4 years, 5 months ago
  26. 3b1cba8 Fix reference to deprecated macro in documentation by Bence Szépkúti · 4 years, 4 months ago
  27. 7962284 Mention psa_hash_compute in the documentation of psa_{sign,verify}_hash by Gilles Peskine · 4 years, 5 months ago
  28. 6754680 New elliptic curve family: twisted Edwards by Gilles Peskine · 4 years, 5 months ago
  29. 364d12c Documentation: fix \p used for non-parameters by Gilles Peskine · 4 years, 5 months ago
  30. 5d81481 Rename AEAD WITH_MINIMUM_LENGTH to AT_LEAST_THIS_LENGTH by Steven Cooreman · 4 years, 6 months ago
  31. caad493 rename MAC_WITH_MINIMUM_LENGTH_TAG to AT_LEAST_THIS_LENGTH_MAC by Steven Cooreman · 4 years, 6 months ago
  32. ee18b1f Style and language updates after review by Steven Cooreman · 4 years, 6 months ago
  33. b3ce815 Add support for minimum-tag-length AEAD and MAC policies by Steven Cooreman · 4 years, 6 months ago
  34. 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
  35. 86326a9 Fix possible error codes in the documentation by gabor-mezei-arm · 4 years, 8 months ago
  36. cbcec21 Rename output buffer size macros by gabor-mezei-arm · 4 years, 8 months ago
  37. 452b0a3 Update documentation by gabor-mezei-arm · 4 years, 9 months ago
  38. 1d12d87 Improve/fix documentation by Ronald Cron · 4 years, 9 months ago
  39. 4067d1c psa: Improve key creation documentation by Ronald Cron · 4 years, 10 months ago
  40. 9678355 psa: Fix references to macros in comments by Ronald Cron · 4 years, 10 months ago
  41. 6b5ff53 Add mbedtls_set_key_owner_id API by Ronald Cron · 4 years, 10 months ago
  42. 277a85f Add psa_purge_key API by Ronald Cron · 5 years ago
  43. cf56a0a psa: Move from key handle to key identifier by Ronald Cron · 5 years ago
  44. 71016a9 psa: Rename psa_key_file_id_t to mbedtls_svc_key_id_t by Ronald Cron · 5 years ago
  45. 27238fc psa: Use psa_key_file_id_t as the key id type by Ronald Cron · 5 years ago
  46. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  47. aec44e9 Merge remote-tracking branch 'mbedtls/development' into montgomery-keys-clarification by Steven Cooreman · 5 years ago
  48. 6f5cc71 Document masking of Montgomery private keys in psa_export_key by Steven Cooreman · 5 years ago
  49. 8ff510a Rename ECC Family Macros According to PSA Spec by Paul Elliott · 5 years ago
  50. 228abc5 Define EC curve family constants by Gilles Peskine · 6 years ago
  51. 13faa2d Don't declare a parameter as const by Gilles Peskine · 6 years ago
  52. fa710f5 Don't declare a parameter as const by Gilles Peskine · 6 years ago
  53. 89d8c5c Rename some signature-related identifiers by Gilles Peskine · 6 years ago
  54. 2493401 Document that psa_close_key(0) and psa_destroy_key(0) succeed by Gilles Peskine · 6 years ago
  55. 02b372b Fix defgroup syntax for API version section by Andrew Thoelke · 6 years ago
  56. a990c49 Merge pull request #269 from adrianlshaw/version by Gilles Peskine · 6 years ago
  57. 178c9aa Key derivation: forbid output_key without input_key by Gilles Peskine · 6 years ago
  58. 7ebd4dc Key derivation: allow both keys and direct inputs (function doc) by Gilles Peskine · 6 years ago
  59. 224b0d6 Key derivation: allow both keys and direct inputs by Gilles Peskine · 6 years ago
  60. 38b7c5e Merge pull request #260 from athoelke/at-operations by Gilles Peskine · 6 years ago
  61. 429fff4 Remove whitespace by Adrian L. Shaw · 6 years ago
  62. d89338a Add API versioning by Adrian L. Shaw · 6 years ago
  63. a291413 Merge pull request #257 from gilles-peskine-arm/psa-remove_zero_length_keys by Gilles Peskine · 6 years ago
  64. 51514f5 Resolve inconsistent descipriton of operation state after exhausting a key derivation operation by Andrew Thoelke · 6 years ago
  65. 4104afb Clarify valid state descriptions by Andrew Thoelke · 6 years ago
  66. beb97ba Update documentation for multipart key derivation operations by Andrew Thoelke · 6 years ago
  67. 414415a Update documentation for multipart aead operations by Andrew Thoelke · 6 years ago
  68. db6f44f Update documentation for multipart cipher operations by Andrew Thoelke · 6 years ago
  69. 9f208cc Update documentation for multipart mac operations by Andrew Thoelke · 6 years ago
  70. 272ba1d Update documentation for multipart hash operations by Andrew Thoelke · 6 years ago
  71. 340984b Fix PSA_ERROR_BAD_STATE messages by Andrew Thoelke · 6 years ago
  72. 05c900b Forbid keys of size 0 by Gilles Peskine · 6 years ago
  73. a170d92 Clarify how key creation functions use attributes and what 0 means by Gilles Peskine · 6 years ago
  74. 5ae24ec Add missing error case to psa_aead_verify by Andrew Thoelke · 6 years ago
  75. 4c61c1a Move psa_destroy_key and psa_copy_key to Key Management section by Adrian L. Shaw · 6 years ago
  76. 4badc92 Merge pull request #117 from gilles-peskine-arm/psa_error_code_coverage by Jaeden Amero · 6 years ago
  77. 4864eb5 Merge pull request #247 from athoelke/at-key-handles by Jaeden Amero · 6 years ago
  78. 970629f Fix grammar. by Andrew Thoelke · 6 years ago
  79. be06133 Document more error codes by Gilles Peskine · 6 years ago
  80. 8619f8c Remove storage errors from psa_generate_random by Adrian L. Shaw · 6 years ago
  81. de18341 Update the behavior of key handles by Andrew Thoelke · 6 years ago
  82. 3b59756 Fix return code warnings by Adrian L. Shaw · 6 years ago
  83. fa2cefa Fix warnings by Adrian L. Shaw · 6 years ago
  84. f483973 Add PSA_ERROR_STORAGE_FAILURE to psa_cipher_generate_iv by Adrian L. Shaw · 6 years ago
  85. 599c712 Remove errorneous insert by Adrian L. Shaw · 6 years ago
  86. 1505b21 Add STORAGE_FAILURE everywhere + add missing codes by Adrian L. Shaw · 6 years ago
  87. 1f1e1a5 Add storage failure to psa_mac_verify_finish by Adrian L. Shaw · 6 years ago
  88. 56b32b1 Add storage failure to psa_mac_sign_finish by Adrian L. Shaw · 6 years ago
  89. 22bc8ff Add PSA_ERROR_STORAGE_FAILURE to psa_aead_*_setup functions by Adrian L. Shaw · 6 years ago
  90. 8f7cd1e Added PSA_ERROR_BAD_STATE to functions with operations by Adrian L. Shaw · 6 years ago
  91. 97d3bc3 Added extra bad state case to psa_hash_setup by Adrian L. Shaw · 6 years ago
  92. 2364924 Add missing return codes to psa_generate_key by Adrian L. Shaw · 6 years ago
  93. 1f42a84 Add PSA_ERROR_BUFFER_TOO_SMALL to psa_mac_compute by Adrian L. Shaw · 6 years ago
  94. 650229b Added PSA_ERROR_STORAGE_FAILURE to psa_mac_compute by Adrian L. Shaw · 6 years ago
  95. 2a88978 Add PSA_ERROR_STORAGE_FAILURE to psa_export_public_key by Adrian L. Shaw · 6 years ago
  96. 11638b9 Added PSA_ERROR_INSUFFICIENT_MEMORY to psa_export_public_key by Adrian L. Shaw · 6 years ago
  97. 7f1863c Add PSA_ERROR_INSUFFICIENT_MEMORY to psa_export_key by Adrian L. Shaw · 6 years ago
  98. 15731c1 Added PSA_ERROR_STORAGE_FAILURE to psa_export_key by Adrian L. Shaw · 6 years ago
  99. 23c006f Added missing return codes to get_key_attributes by Adrian L. Shaw · 6 years ago
  100. 39797aa Fix erroneous cut and paste by Adrian L. Shaw · 6 years ago