1. 79617d9 Fix namespacing issue by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  2. ec7012d Fix I/O format of PSA EC J-PAKE for compliance by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  3. f3f9e45 Merge pull request #6115 from AndrzejKurek/ecjpake-kdf-tls-1-2 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  4. e09aff8 Add information about ECJPAKE_TO_PMS output size expectations by Andrzej Kurek · 2 years, 10 months ago
  5. 96b9f23 Adjust ECJPAKE_TO_PMS macro value by Andrzej Kurek · 2 years, 10 months ago
  6. 3c4c514 Remove `PSA_ALG_IS_TLS12_ECJPAKE_TO_PMS` by Andrzej Kurek · 2 years, 11 months ago
  7. 1fafb1f Documentation clarifications for ECJPAKE-to-PMS by Andrzej Kurek · 2 years, 11 months ago
  8. 18f8e8d Document the input size restriction for EC J-PAKE to PMS by Andrzej Kurek · 2 years, 11 months ago
  9. 08d34b8 Add an EC J-PAKE KDF to transform K -> SHA256(K.X) for TLS 1.2 by Andrzej Kurek · 3 years ago
  10. fb3093a Use PSA_PAKE_ROLE_NONE in PSA_PAKE_OPERATION_INIT macro instead of 0 by Neil Armstrong · 2 years, 11 months ago
  11. ecb221b Move operation buffer in operation struct and remove dynamic allocation by Neil Armstrong · 2 years, 11 months ago
  12. a557cb8 Fixing XXX_ALG_ECJPAKE to XXX_ALG_JPAKE to match specification by Neil Armstrong · 3 years, 2 months ago
  13. 7616ad2 Fix guard of ecjpake.h include in crypto_extra.h by Neil Armstrong · 3 years, 2 months ago
  14. 63212dd Fix formatting of PSA_PAKE_OPERATION_INIT macro by Neil Armstrong · 3 years, 2 months ago
  15. 7aaa34a Fix formatting of PSA_PAKE_OUTPUT_SIZE & PSA_PAKE_INPUT_SIZE macros by Neil Armstrong · 3 years, 2 months ago
  16. 637d0a0 Enable buildin PSA PAKE implementation when ECJPAKE_C is selected by Neil Armstrong · 3 years, 2 months ago
  17. 35269d9 Fill psa_pake_operation and INPUT/OUTPUT min/max sizes for PSA PAKE builtin implementation by Neil Armstrong · 3 years, 2 months ago
  18. ce7f18c Fix a/an typos in doxygen and other comments by Tom Cosgrove · 3 years ago
  19. 0b5f495 Merge pull request #5953 from tuvshinzayaArm/update-document-PSA_ALG_RSA_PSS by Paul Elliott · 3 years, 1 month ago
  20. 790ab52 Merge pull request #5962 from gilles-peskine-arm/storage-format-doc-202206 by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  21. 955993c For status values, the macro expansions must not change either by Gilles Peskine · 3 years, 1 month ago
  22. 7973399 Add compatibility notes regarding values embedded in the key store by Gilles Peskine · 3 years, 1 month ago
  23. f070a5e Document how PSA identifiers are generally constructed by Gilles Peskine · 3 years, 1 month ago
  24. 36aeb7f Merge pull request #5834 from mprse/HKDF_1 by Gilles Peskine · 3 years, 2 months ago
  25. 44baacd Update documenation of PSA_ALG_RSA_PSS by Tuvshinzaya Erdenekhuu · 3 years, 2 months ago
  26. 3e8249c Add PSA_WANT_ALG_HKDF_EXPAND, PSA_WANT_ALG_HKDF_EXTRACT, adapt code and dependencies by Przemek Stekiel · 3 years, 2 months ago
  27. 73f97d4 PSA_ALG_HKDF: add salt processing warning by Przemek Stekiel · 3 years, 2 months ago
  28. a29b488 Optimize code by adding PSA_ALG_IS_ANY_HKDF macro by Przemek Stekiel · 3 years, 2 months ago
  29. 459ee35 Fix typo and style by Przemek Stekiel · 3 years, 2 months ago
  30. 07c2e5e Merge pull request #5860 from superna9999/4745-psa-jpake-api-fixes by Janos Follath · 3 years, 2 months ago
  31. ccffab3 Remove linkage documentation on PAKE cipher-suite helpers by Neil Armstrong · 3 years, 2 months ago
  32. 5ed8a0e Overall PSA PAKE API style issues fixes by Neil Armstrong · 3 years, 2 months ago
  33. 5892aa6 Fix typo in PSA_ALG_JPAKE documentation by Neil Armstrong · 3 years, 2 months ago
  34. f0b4253 Remove duplicated PSA_WANT_ALG_CMAC in crypto_config.h by Summer Qin · 3 years, 2 months ago
  35. ef15751 PSA PAKE API typos in documentation fixes by Neil Armstrong · 3 years, 2 months ago
  36. 72ab56a Overall PSA PAKE API style issues fixes by Neil Armstrong · 3 years, 2 months ago
  37. eb93a6f Use PSA_ALG_NONE in PSA_PAKE_OPERATION_INIT to init psa_algorithm_t by Neil Armstrong · 3 years, 2 months ago
  38. 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
  39. 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
  40. 0d24575 Clarify BAD_STATE return documentation of psa_pake_set_peer() by Neil Armstrong · 3 years, 3 months ago
  41. 59fa8ee Update return documentation of psa_pake_abort() by Neil Armstrong · 3 years, 3 months ago
  42. 97d74b8 Update return documentation of psa_pake_get_implicit_key() by Neil Armstrong · 3 years, 3 months ago
  43. 407b27b Update return documentation of psa_pake_input() by Neil Armstrong · 3 years, 3 months ago
  44. 664077e Update return documentation of psa_pake_output() by Neil Armstrong · 3 years, 3 months ago
  45. 2a6dd9c Rename & update documentation of function, types, and macros for psa_pake_set_role() and associated by Neil Armstrong · 3 years, 3 months ago
  46. 16ff788 Update return documentation of psa_pake_set_peer() by Neil Armstrong · 3 years, 3 months ago
  47. 3585168 Update return documentation of psa_pake_set_user() by Neil Armstrong · 3 years, 3 months ago
  48. 71cae61 Update return documentation of psa_pake_set_password_key() by Neil Armstrong · 3 years, 3 months ago
  49. 4721a6f Update return documentation of psa_pake_setup() by Neil Armstrong · 3 years, 3 months ago
  50. 1614537 Fix password wording in PSA_ALG_JPAKE documentation by Neil Armstrong · 3 years, 3 months ago
  51. 7bc71e9 Fix output_size documentation of psa_pake_output() by Neil Armstrong · 3 years, 3 months ago
  52. cd974d5 Fix return documentation of PSA_PAKE_OUTPUT_SIZE by Neil Armstrong · 3 years, 3 months ago
  53. d5a4825 Add missing psa_pake_cs_get_bits() by Neil Armstrong · 3 years, 3 months ago
  54. ff9cac7 Add missing psa_pake_cs_get_family() by Neil Armstrong · 3 years, 3 months ago
  55. 0c8ef93 Add missing psa_pake_abort() by Neil Armstrong · 3 years, 3 months ago
  56. 799106b Pass input as const reference and fix documentation of psa_pake_input() by Neil Armstrong · 3 years, 3 months ago
  57. 47e700e Pass cipher_suite parameter of psa_pake_setup() by const reference by Neil Armstrong · 3 years, 3 months ago
  58. 0151c55 Add documentation of PSA_PAKE_OPERATION_INIT by Neil Armstrong · 3 years, 3 months ago
  59. 5ff6a7f Add missing psa_pake_cipher_suite_init() by Neil Armstrong · 3 years, 3 months ago
  60. fb99302 Add missing PSA_PAKE_CIPHER_SUITE_INIT by Neil Armstrong · 3 years, 3 months ago
  61. 6dbbf44 Fix typos in documentation and constants with typo finding tool by bootstrap-prime · 3 years, 3 months ago
  62. b398d86 Update descryption of HKDF-Extract/Expand algs and fix comment by Przemek Stekiel · 3 years, 3 months ago
  63. 4014a04 Merge pull request #5617 from gilles-peskine-arm/chacha20-rfc7539-test-vector by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  64. 58f5915 Merge pull request #5732 from daverodgman/warmsocks_spellingfixes by Dave Rodgman · 3 years, 3 months ago
  65. 5c65c57 Fix additional misspellings found by codespell by Andrzej Kurek · 3 years, 4 months ago
  66. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
  67. ebf6281 crypto_values.h: fix description by Przemek Stekiel · 3 years, 3 months ago
  68. 6b6ce32 Add definitions for HKDF-Extract and HKDF-Expand algs by Przemek Stekiel · 3 years, 3 months ago
  69. 6729474 Fix key_id and owner_id accessor macros by Antonio de Angelis · 3 years, 3 months ago
  70. 2b5d898 Merge pull request #5644 from gilles-peskine-arm/psa-storage-format-test-exercise by Gilles Peskine · 3 years, 3 months ago
  71. 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
  72. 6d187af psa_crypto does not support XTS by Gilles Peskine · 3 years, 5 months ago
  73. c4b814a psa_tls12_prf_key_derivation_state_t: add optional step to set other key by Przemek Stekiel · 3 years, 4 months ago
  74. f4e8f01 psa_tls12_prf_key_derivation_t: add other_secret and other_secret_length fields to handle mixed PSK by Przemek Stekiel · 3 years, 4 months ago
  75. 37c81c4 Extend PSA_ALG_TLS12_PSK_TO_MS alg (add #PSA_KEY_DERIVATION_INPUT_OTHER_SECRET input) by Przemek Stekiel · 3 years, 4 months ago
  76. 017a199 Update references to old Github organisation by Dave Rodgman · 3 years, 4 months ago
  77. c11bffe Merge pull request #5139 from mprse/key_der_ecc by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  78. 14d3554 ChaCha20 (PSA): Document that we only support 12-byte nonces by Gilles Peskine · 3 years, 5 months ago
  79. 6d3d18b psa_generate_derived_key_internal, psa_generate_derived_ecc_key_weierstrass_helper: optimize the code by Przemyslaw Stekiel · 3 years, 7 months ago
  80. f7c1f74 doxygen: merge multiple descriptions of the same return codes by Andrzej Kurek · 3 years, 6 months ago
  81. c38c1f2 Merge pull request #5268 from gilles-peskine-arm/struct_reordering_3.0 by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  82. 3921134 Merge pull request #5263 from ronald-cron-arm/psa-test-driver_3.x by Gilles Peskine · 3 years, 8 months ago
  83. ef6ffe3 psa: Fix Mbed TLS hash operation definition by Ronald Cron · 3 years, 10 months ago
  84. 7975fae Move to separately compiled PSA test driver library by Ronald Cron · 3 years, 11 months ago
  85. fcaba24 psa: Fix hash max sizes by Ronald Cron · 3 years, 10 months ago
  86. e2b6866 Align function parameter names for mbedtls_set_key_owner_id in PSA headers by Antonio de Angelis · 3 years, 8 months ago
  87. e3d9c9d PSA operation structures: move less-used fields to the end by Gilles Peskine · 3 years, 9 months ago
  88. 09c02ee Make PSA headers more self-contained by Gilles Peskine · 3 years, 8 months ago
  89. 087f047 Merge pull request #5076 from mstarzyk-mobica/psa_ccm_no_tag by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  90. f2fe31a Reorder macro definitions by Gilles Peskine · 3 years, 11 months ago
  91. f7b4137 Untangle PSA_ALG_IS_HASH_AND_SIGN and PSA_ALG_IS_SIGN_HASH by Gilles Peskine · 3 years, 11 months ago
  92. c5c5b93 Add missing PSA_KEY_ID_NULL macro. by Mateusz Starzyk · 4 years ago
  93. 7d262dd Add missing PSA_HASH_BLOCK_LENGTH macro. by Mateusz Starzyk · 4 years ago
  94. 359b5ab Add missing PSA_ALG_NONE macro. by Mateusz Starzyk · 4 years ago
  95. e6d3eda Add missing PSA_ALG_IS_SIGN_HASH macro. by Mateusz Starzyk · 4 years ago
  96. 4313d3a Merge pull request #5010 from gilles-peskine-arm/psa-rsa-pss_any_salt by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  97. 136819f Merge pull request #4959 from gilles-peskine-arm/psa-add-aria by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  98. 594215b Add support for CCM*-no-tag to PSA. by Mateusz Starzyk · 3 years, 10 months ago
  99. f6892de Readability improvements by Gilles Peskine · 3 years, 10 months ago
  100. 09c46da Implement PSA_WANT_KEY_TYPE_ARIA by Gilles Peskine · 3 years, 10 months ago