1. fe9e77f Better formatting of include guard comments by Paul Elliott · 2 years, 6 months ago
  2. 8432946 Replace allocated hash buffer with array by Paul Elliott · 2 years, 6 months ago
  3. c977441 Ensure that operation is put into error state if error occurs by Paul Elliott · 2 years, 6 months ago
  4. f9c91a7 Store the hash, rather than the pointer by Paul Elliott · 2 years, 6 months ago
  5. 1bc59df Rename curve_bytes to coordinate_bytes by Paul Elliott · 2 years, 6 months ago
  6. ab7c5c8 Change incorrect define for MAX_OPS_UNLIMITED by Paul Elliott · 2 years, 6 months ago
  7. 4ca521f Remove obsolete comments by Paul Elliott · 2 years, 6 months ago
  8. 4684525 Remove unrequired mpis from sign operation struct by Paul Elliott · 2 years, 6 months ago
  9. a3a8aba Fix operation initialisers if no algorithms defined by Paul Elliott · 2 years, 6 months ago
  10. 1b49ef5 Fix abort documentation. by Paul Elliott · 2 years, 6 months ago
  11. 90a91f0 Ensure structs are not empty even if ECDSA not supported by Paul Elliott · 2 years, 6 months ago
  12. 749dec5 Clean up structure include guards by Paul Elliott · 2 years, 7 months ago
  13. 296ede9 Fix issues with get_{sign/verify}_num_ops by Paul Elliott · 2 years, 8 months ago
  14. 588f8ed Add internal implementation by Paul Elliott · 2 years, 8 months ago
  15. 2d24792 Initial empty driver wrapper implementation by Paul Elliott · 2 years, 8 months ago
  16. 1265f00 First draft of PSA interruptible ECC signing design by Paul Elliott · 2 years, 11 months ago
  17. bba2630 Add ECJPAKE secret input types to psa/crypto_config.h by Gilles Peskine · 2 years, 8 months ago
  18. ecaa7ca Add missing supported algorithm to psa/crypto_config.h by Gilles Peskine · 2 years, 8 months ago
  19. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  20. a651607 Skip restyling of PSA macros also defined in psa-arch-tests by Gilles Peskine · 2 years, 7 months ago
  21. 45873ce Skip restyling of PSA error code definitions by Gilles Peskine · 2 years, 7 months ago
  22. 2b70a3f Merge pull request #6558 from lpy4105/6416-psa_macros_name_typo by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  23. 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  24. 5a34b36 Remove more now-redundant definitions of inline by Gilles Peskine · 2 years, 8 months ago
  25. 152ae07 Change password ec j-pake operation fields to more suitable by Przemek Stekiel · 2 years, 9 months ago
  26. 348410f Make a copy of the key in operation while setting pake password by Przemek Stekiel · 2 years, 9 months ago
  27. c1ecb25 fix PSA_XXX typos detected by check_names.py by Pengyu Lv · 2 years, 9 months ago
  28. 79617d9 Fix namespacing issue by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  29. ec7012d Fix I/O format of PSA EC J-PAKE for compliance by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  30. f3f9e45 Merge pull request #6115 from AndrzejKurek/ecjpake-kdf-tls-1-2 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  31. e09aff8 Add information about ECJPAKE_TO_PMS output size expectations by Andrzej Kurek · 2 years, 10 months ago
  32. 96b9f23 Adjust ECJPAKE_TO_PMS macro value by Andrzej Kurek · 2 years, 10 months ago
  33. 3c4c514 Remove `PSA_ALG_IS_TLS12_ECJPAKE_TO_PMS` by Andrzej Kurek · 2 years, 11 months ago
  34. 1fafb1f Documentation clarifications for ECJPAKE-to-PMS by Andrzej Kurek · 2 years, 11 months ago
  35. 18f8e8d Document the input size restriction for EC J-PAKE to PMS by Andrzej Kurek · 2 years, 11 months ago
  36. 08d34b8 Add an EC J-PAKE KDF to transform K -> SHA256(K.X) for TLS 1.2 by Andrzej Kurek · 3 years ago
  37. fb3093a Use PSA_PAKE_ROLE_NONE in PSA_PAKE_OPERATION_INIT macro instead of 0 by Neil Armstrong · 2 years, 11 months ago
  38. ecb221b Move operation buffer in operation struct and remove dynamic allocation by Neil Armstrong · 2 years, 11 months ago
  39. a557cb8 Fixing XXX_ALG_ECJPAKE to XXX_ALG_JPAKE to match specification by Neil Armstrong · 3 years, 2 months ago
  40. 7616ad2 Fix guard of ecjpake.h include in crypto_extra.h by Neil Armstrong · 3 years, 2 months ago
  41. 63212dd Fix formatting of PSA_PAKE_OPERATION_INIT macro by Neil Armstrong · 3 years, 2 months ago
  42. 7aaa34a Fix formatting of PSA_PAKE_OUTPUT_SIZE & PSA_PAKE_INPUT_SIZE macros by Neil Armstrong · 3 years, 2 months ago
  43. 637d0a0 Enable buildin PSA PAKE implementation when ECJPAKE_C is selected by Neil Armstrong · 3 years, 2 months ago
  44. 35269d9 Fill psa_pake_operation and INPUT/OUTPUT min/max sizes for PSA PAKE builtin implementation by Neil Armstrong · 3 years, 2 months ago
  45. ce7f18c Fix a/an typos in doxygen and other comments by Tom Cosgrove · 3 years ago
  46. 0b5f495 Merge pull request #5953 from tuvshinzayaArm/update-document-PSA_ALG_RSA_PSS by Paul Elliott · 3 years, 1 month ago
  47. 790ab52 Merge pull request #5962 from gilles-peskine-arm/storage-format-doc-202206 by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  48. 955993c For status values, the macro expansions must not change either by Gilles Peskine · 3 years, 1 month ago
  49. 7973399 Add compatibility notes regarding values embedded in the key store by Gilles Peskine · 3 years, 2 months ago
  50. f070a5e Document how PSA identifiers are generally constructed by Gilles Peskine · 3 years, 2 months ago
  51. 36aeb7f Merge pull request #5834 from mprse/HKDF_1 by Gilles Peskine · 3 years, 2 months ago
  52. 44baacd Update documenation of PSA_ALG_RSA_PSS by Tuvshinzaya Erdenekhuu · 3 years, 2 months ago
  53. 3e8249c Add PSA_WANT_ALG_HKDF_EXPAND, PSA_WANT_ALG_HKDF_EXTRACT, adapt code and dependencies by Przemek Stekiel · 3 years, 2 months ago
  54. 73f97d4 PSA_ALG_HKDF: add salt processing warning by Przemek Stekiel · 3 years, 2 months ago
  55. a29b488 Optimize code by adding PSA_ALG_IS_ANY_HKDF macro by Przemek Stekiel · 3 years, 2 months ago
  56. 459ee35 Fix typo and style by Przemek Stekiel · 3 years, 2 months ago
  57. 07c2e5e Merge pull request #5860 from superna9999/4745-psa-jpake-api-fixes by Janos Follath · 3 years, 2 months ago
  58. ccffab3 Remove linkage documentation on PAKE cipher-suite helpers by Neil Armstrong · 3 years, 2 months ago
  59. 5ed8a0e Overall PSA PAKE API style issues fixes by Neil Armstrong · 3 years, 2 months ago
  60. 5892aa6 Fix typo in PSA_ALG_JPAKE documentation by Neil Armstrong · 3 years, 2 months ago
  61. f0b4253 Remove duplicated PSA_WANT_ALG_CMAC in crypto_config.h by Summer Qin · 3 years, 2 months ago
  62. ef15751 PSA PAKE API typos in documentation fixes by Neil Armstrong · 3 years, 2 months ago
  63. 72ab56a Overall PSA PAKE API style issues fixes by Neil Armstrong · 3 years, 2 months ago
  64. eb93a6f Use PSA_ALG_NONE in PSA_PAKE_OPERATION_INIT to init psa_algorithm_t by Neil Armstrong · 3 years, 2 months ago
  65. 2056ce5 Fix PSA_PAKE_OUTPUT_MAX_SIZE/PSA_PAKE_INPUT_MAX_SIZE commment about parameters to PSA_PAKE_OUTPUT_SIZE/PSA_PAKE_INPUT_SIZE by Neil Armstrong · 3 years, 2 months ago
  66. e9b4581 Clarify BAD_STATE return documentation on bad ordering of input and output steps for psa_pake_input() & psa_pake_output() by Neil Armstrong · 3 years, 3 months ago
  67. 0d24575 Clarify BAD_STATE return documentation of psa_pake_set_peer() by Neil Armstrong · 3 years, 3 months ago
  68. 59fa8ee Update return documentation of psa_pake_abort() by Neil Armstrong · 3 years, 3 months ago
  69. 97d74b8 Update return documentation of psa_pake_get_implicit_key() by Neil Armstrong · 3 years, 3 months ago
  70. 407b27b Update return documentation of psa_pake_input() by Neil Armstrong · 3 years, 3 months ago
  71. 664077e Update return documentation of psa_pake_output() by Neil Armstrong · 3 years, 3 months ago
  72. 2a6dd9c Rename & update documentation of function, types, and macros for psa_pake_set_role() and associated by Neil Armstrong · 3 years, 3 months ago
  73. 16ff788 Update return documentation of psa_pake_set_peer() by Neil Armstrong · 3 years, 3 months ago
  74. 3585168 Update return documentation of psa_pake_set_user() by Neil Armstrong · 3 years, 3 months ago
  75. 71cae61 Update return documentation of psa_pake_set_password_key() by Neil Armstrong · 3 years, 3 months ago
  76. 4721a6f Update return documentation of psa_pake_setup() by Neil Armstrong · 3 years, 3 months ago
  77. 1614537 Fix password wording in PSA_ALG_JPAKE documentation by Neil Armstrong · 3 years, 3 months ago
  78. 7bc71e9 Fix output_size documentation of psa_pake_output() by Neil Armstrong · 3 years, 3 months ago
  79. cd974d5 Fix return documentation of PSA_PAKE_OUTPUT_SIZE by Neil Armstrong · 3 years, 3 months ago
  80. d5a4825 Add missing psa_pake_cs_get_bits() by Neil Armstrong · 3 years, 3 months ago
  81. ff9cac7 Add missing psa_pake_cs_get_family() by Neil Armstrong · 3 years, 3 months ago
  82. 0c8ef93 Add missing psa_pake_abort() by Neil Armstrong · 3 years, 3 months ago
  83. 799106b Pass input as const reference and fix documentation of psa_pake_input() by Neil Armstrong · 3 years, 3 months ago
  84. 47e700e Pass cipher_suite parameter of psa_pake_setup() by const reference by Neil Armstrong · 3 years, 3 months ago
  85. 0151c55 Add documentation of PSA_PAKE_OPERATION_INIT by Neil Armstrong · 3 years, 3 months ago
  86. 5ff6a7f Add missing psa_pake_cipher_suite_init() by Neil Armstrong · 3 years, 3 months ago
  87. fb99302 Add missing PSA_PAKE_CIPHER_SUITE_INIT by Neil Armstrong · 3 years, 3 months ago
  88. 6dbbf44 Fix typos in documentation and constants with typo finding tool by bootstrap-prime · 3 years, 3 months ago
  89. b398d86 Update descryption of HKDF-Extract/Expand algs and fix comment by Przemek Stekiel · 3 years, 3 months ago
  90. 4014a04 Merge pull request #5617 from gilles-peskine-arm/chacha20-rfc7539-test-vector by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  91. 58f5915 Merge pull request #5732 from daverodgman/warmsocks_spellingfixes by Dave Rodgman · 3 years, 3 months ago
  92. 5c65c57 Fix additional misspellings found by codespell by Andrzej Kurek · 3 years, 4 months ago
  93. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
  94. ebf6281 crypto_values.h: fix description by Przemek Stekiel · 3 years, 3 months ago
  95. 6b6ce32 Add definitions for HKDF-Extract and HKDF-Expand algs by Przemek Stekiel · 3 years, 3 months ago
  96. 6729474 Fix key_id and owner_id accessor macros by Antonio de Angelis · 3 years, 3 months ago
  97. 2b5d898 Merge pull request #5644 from gilles-peskine-arm/psa-storage-format-test-exercise by Gilles Peskine · 3 years, 3 months ago
  98. 7f1c89d Provide other_secret, other_secret_length fields if MBEDTLS_PSA_BUILTIN_ALG_TLS12_PSK_TO_MS is defined by Przemek Stekiel · 3 years, 4 months ago
  99. 6d187af psa_crypto does not support XTS by Gilles Peskine · 3 years, 5 months ago
  100. c4b814a psa_tls12_prf_key_derivation_state_t: add optional step to set other key by Przemek Stekiel · 3 years, 4 months ago