1. a0f4b59 Fixes for PBKDF2 documentation by Andrew Thoelke · 4 years, 1 month ago
  2. 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
  3. 702cf09 PSA PAKE: move the API to crypto_extra.h by Janos Follath · 4 years, 2 months ago
  4. a295918 PSA PAKE: add input size macros by Janos Follath · 4 years, 2 months ago
  5. 79e1c47 PSA PAKE: explain implicit key confirmation by Janos Follath · 4 years, 2 months ago
  6. 7c59b7a Improve psa_pake_set_peer()/user() documentation by Janos Follath · 4 years, 2 months ago
  7. 56a4d7a Simplify PAKE input/output format documentation by Janos Follath · 4 years, 2 months ago
  8. ead0e4f PSA PAKE: Clarify J-PAKE algorithm documentation by Janos Follath · 4 years, 2 months ago
  9. d416838 Rename psa_pake_set_password_mhf() by Janos Follath · 4 years, 2 months ago
  10. 3ae6696 Clarify psa_pake_setup() documentation by Janos Follath · 4 years, 2 months ago
  11. 19271ea PSA PAKE: Clarify documentation of valid states by Janos Follath · 4 years, 2 months ago
  12. 9a04aea PSA PAKE: improve and fix documentation by Janos Follath · 4 years, 2 months ago
  13. 7b89103 PSA PAKE: refine documentation of return values by Janos Follath · 4 years, 3 months ago
  14. e1a080f Improve psa_pake_set_password_mhf() documentation by Janos Follath · 4 years, 3 months ago
  15. 1062a24 Fix psa_pake_set_password_mhf() parameter list by Janos Follath · 4 years, 3 months ago
  16. 14ce06a PSA PAKE: fix documentation by Janos Follath · 4 years, 3 months ago
  17. 60fa7c5 PSA PAKE: document operation parameters by Janos Follath · 4 years, 3 months ago
  18. b0bcb63 Link PSA_KEY_TYPE_PASSWORD in the documentation by Janos Follath · 4 years, 3 months ago
  19. fe0c449 Add psa_pake_set_password_mhf() by Janos Follath · 4 years, 3 months ago
  20. 56cc9cc PSA PAKE: Align macro names with psa_pake_step_t by Janos Follath · 4 years, 3 months ago
  21. 78b9e40 PSA PAKE: reintroduce psa_pake_primitive_t by Janos Follath · 4 years, 3 months ago
  22. a86c313 PSA PAKE: divide setup into several steps by Janos Follath · 4 years, 3 months ago
  23. beb78d4 Rename psa_pake_data_t by Janos Follath · 4 years, 3 months ago
  24. 57cfc40 Remove obsolete __DOXYGEN_ONLY__ blocks by Janos Follath · 4 years, 3 months ago
  25. f53c7af PSA PAKE: introduce psa_pake_family_t by Janos Follath · 4 years, 3 months ago
  26. 1459aa5 PSA PAKE: improve documentation by Janos Follath · 4 years, 3 months ago
  27. 5b44cfd PSA PAKE: remove alg parameter from setup by Janos Follath · 4 years, 3 months ago
  28. cd56ff9 PSA PAKE: make cipher suite opaque by Janos Follath · 4 years, 3 months ago
  29. 2ba6079 PSA: fix wording for implementation defined types by Janos Follath · 4 years, 3 months ago
  30. 7ebcbf3 Remove psa_pake_get/set_key_share() functions by Janos Follath · 4 years, 4 months ago
  31. fb4203d PSA PAKE: Call the scheme algorithm by Janos Follath · 4 years, 4 months ago
  32. ca2c167 PSA PAKE: fix doxygen warnings by Janos Follath · 4 years, 4 months ago
  33. 7f1e81a PSA PAKE: specify key type and usage by Janos Follath · 4 years, 4 months ago
  34. 9c6b147 PSA PAKE: Add J-PAKE to the interface by Janos Follath · 4 years, 4 months ago
  35. 508afec PSA PAKE: Add cipher suite structure by Janos Follath · 4 years, 5 months ago
  36. 5e5dcac PSA PAKE: Add function declarations by Janos Follath · 4 years, 5 months ago
  37. 12b4f34 Fix documentation by gabor-mezei-arm · 4 years, 3 months ago
  38. 38cbaf2 Typo by gabor-mezei-arm · 4 years, 3 months ago
  39. 4a21019 Implement psa_sign_message and psa_verify_message functions by gabor-mezei-arm · 4 years, 4 months ago
  40. 5d1f747d Merge pull request #4377 from mpg/psa-pbkdf2-api by Gilles Peskine · 4 years, 3 months ago
  41. 4e02f01 Fix key type that wasn't updated earlier by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  42. 2c44daf Add restriction on output_key alg for password hash by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  43. 4feb611 Lift a restriction on usage of verify_key() by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  44. e88511d Try making one condition more readable by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  45. ece9087 Clarify requirement on usage flags by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  46. acfde46 Mention USAGE_VERIFY_DERIVATION in input_key() by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  47. 2171e42 Add new key type PASSWORD_HASH by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  48. 88658be Clarify algorithm constraint for verification by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  49. 9023cac Merge verification policies together by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  50. d307f63 Rename verify_output_xxx() to verify_xxx() by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  51. ffc86ce Improve or expand several descriptions. by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  52. dc1b4e4 Fix a few typos by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  53. bd98df7 Update documentation of AEAD output size macros by Bence Szépkúti · 4 years, 3 months ago
  54. 49325d3 PSA PBKDF2: add verify-output functions by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  55. 22f08bc PSA PBKDF2: add new input function by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  56. eb1a301 Update documentation references to the AEAD macros by Bence Szépkúti · 4 years, 5 months ago
  57. 3b1cba8 Fix reference to deprecated macro in documentation by Bence Szépkúti · 4 years, 4 months ago
  58. 7962284 Mention psa_hash_compute in the documentation of psa_{sign,verify}_hash by Gilles Peskine · 4 years, 5 months ago
  59. 6754680 New elliptic curve family: twisted Edwards by Gilles Peskine · 4 years, 5 months ago
  60. 364d12c Documentation: fix \p used for non-parameters by Gilles Peskine · 4 years, 5 months ago
  61. 5d81481 Rename AEAD WITH_MINIMUM_LENGTH to AT_LEAST_THIS_LENGTH by Steven Cooreman · 4 years, 6 months ago
  62. caad493 rename MAC_WITH_MINIMUM_LENGTH_TAG to AT_LEAST_THIS_LENGTH_MAC by Steven Cooreman · 4 years, 6 months ago
  63. ee18b1f Style and language updates after review by Steven Cooreman · 4 years, 6 months ago
  64. b3ce815 Add support for minimum-tag-length AEAD and MAC policies by Steven Cooreman · 4 years, 6 months ago
  65. 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
  66. 86326a9 Fix possible error codes in the documentation by gabor-mezei-arm · 4 years, 8 months ago
  67. cbcec21 Rename output buffer size macros by gabor-mezei-arm · 4 years, 8 months ago
  68. 452b0a3 Update documentation by gabor-mezei-arm · 4 years, 9 months ago
  69. 1d12d87 Improve/fix documentation by Ronald Cron · 4 years, 9 months ago
  70. 4067d1c psa: Improve key creation documentation by Ronald Cron · 4 years, 10 months ago
  71. 9678355 psa: Fix references to macros in comments by Ronald Cron · 4 years, 10 months ago
  72. 6b5ff53 Add mbedtls_set_key_owner_id API by Ronald Cron · 4 years, 10 months ago
  73. 277a85f Add psa_purge_key API by Ronald Cron · 5 years ago
  74. cf56a0a psa: Move from key handle to key identifier by Ronald Cron · 5 years ago
  75. 71016a9 psa: Rename psa_key_file_id_t to mbedtls_svc_key_id_t by Ronald Cron · 5 years ago
  76. 27238fc psa: Use psa_key_file_id_t as the key id type by Ronald Cron · 5 years ago
  77. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  78. aec44e9 Merge remote-tracking branch 'mbedtls/development' into montgomery-keys-clarification by Steven Cooreman · 5 years ago
  79. 6f5cc71 Document masking of Montgomery private keys in psa_export_key by Steven Cooreman · 5 years ago
  80. 8ff510a Rename ECC Family Macros According to PSA Spec by Paul Elliott · 5 years ago
  81. 228abc5 Define EC curve family constants by Gilles Peskine · 6 years ago
  82. 13faa2d Don't declare a parameter as const by Gilles Peskine · 6 years ago
  83. fa710f5 Don't declare a parameter as const by Gilles Peskine · 6 years ago
  84. 89d8c5c Rename some signature-related identifiers by Gilles Peskine · 6 years ago
  85. 2493401 Document that psa_close_key(0) and psa_destroy_key(0) succeed by Gilles Peskine · 6 years ago
  86. 02b372b Fix defgroup syntax for API version section by Andrew Thoelke · 6 years ago
  87. a990c49 Merge pull request #269 from adrianlshaw/version by Gilles Peskine · 6 years ago
  88. 178c9aa Key derivation: forbid output_key without input_key by Gilles Peskine · 6 years ago
  89. 7ebd4dc Key derivation: allow both keys and direct inputs (function doc) by Gilles Peskine · 6 years ago
  90. 224b0d6 Key derivation: allow both keys and direct inputs by Gilles Peskine · 6 years ago
  91. 38b7c5e Merge pull request #260 from athoelke/at-operations by Gilles Peskine · 6 years ago
  92. 429fff4 Remove whitespace by Adrian L. Shaw · 6 years ago
  93. d89338a Add API versioning by Adrian L. Shaw · 6 years ago
  94. a291413 Merge pull request #257 from gilles-peskine-arm/psa-remove_zero_length_keys by Gilles Peskine · 6 years ago
  95. 51514f5 Resolve inconsistent descipriton of operation state after exhausting a key derivation operation by Andrew Thoelke · 6 years ago
  96. 4104afb Clarify valid state descriptions by Andrew Thoelke · 6 years ago
  97. beb97ba Update documentation for multipart key derivation operations by Andrew Thoelke · 6 years ago
  98. 414415a Update documentation for multipart aead operations by Andrew Thoelke · 6 years ago
  99. db6f44f Update documentation for multipart cipher operations by Andrew Thoelke · 6 years ago
  100. 9f208cc Update documentation for multipart mac operations by Andrew Thoelke · 6 years ago