1. 8f1e98a psa: set PSA_VENDOR_ECC_MAX_CURVE_BITS based on both SW and accelerated support by Valerio Setti · 2 years, 5 months ago
  2. c0e6250 Fix documentation and tests by Przemek Stekiel · 2 years, 5 months ago
  3. fde1128 Code optimizations and documentation fixes by Przemek Stekiel · 2 years, 5 months ago
  4. 18cd6c9 Use local macros for j-pake slient/server strings by Przemek Stekiel · 2 years, 5 months ago
  5. d7f6ad7 Minor fixes (comments, cleanup) by Przemek Stekiel · 2 years, 5 months ago
  6. e9254a0 Adapt driver dispatch documentation for user/peer getters by Przemek Stekiel · 2 years, 5 months ago
  7. 1e7a927 Add input getters for jpake user and peer by Przemek Stekiel · 2 years, 5 months ago
  8. 26c909d Enable support for user/peer for JPAKE by Przemek Stekiel · 2 years, 5 months ago
  9. bf4016e Merge pull request #6567 from mprse/ecjpake-driver-dispatch by Dave Rodgman · 2 years, 5 months ago
  10. 57580f2 Use proper enum types for pake state/sequence/step by Przemek Stekiel · 2 years, 5 months ago
  11. 4aa9940 Fix configuration for accelerated jpake by Przemek Stekiel · 2 years, 5 months ago
  12. e3ef3a1 Further pake code optimizations by Przemek Stekiel · 2 years, 5 months ago
  13. 1f39a62 Merge pull request #7151 from gilles-peskine-arm/psa-headers-alt by Dave Rodgman · 2 years, 5 months ago
  14. 802ff1b Merge pull request #7147 from paul-elliott-arm/interruptible_sign_hash_codestyle_drivers by Gilles Peskine · 2 years, 5 months ago
  15. 15d7d43 Pacify Clang 15 by Paul Elliott · 2 years, 5 months ago
  16. a16ce9f Remove driver entry points for {get|set}_max_ops(). by Paul Elliott · 2 years, 6 months ago
  17. a3b625b Merge pull request #7098 from gilles-peskine-arm/retval-non-empty by Paul Elliott · 2 years, 5 months ago
  18. 95c9152 Move the implication of MBEDTLS_PSA_CRYPTO_CLIENT where it belongs by Gilles Peskine · 2 years, 5 months ago
  19. 361b5f9 Make sure the configuration is always included by Gilles Peskine · 2 years, 5 months ago
  20. b1176f2 Allow alternative names for overridden PSA headers by Gilles Peskine · 2 years, 5 months ago
  21. 6b64862 Documentation fixes and code adaptation by Przemek Stekiel · 2 years, 6 months ago
  22. 251e86a Adapt names to more suitable and fix conditional compilation flags by Przemek Stekiel · 2 years, 6 months ago
  23. ac067d7 Fix PSA_PAKE_OPERATION_INIT macro by Przemek Stekiel · 2 years, 6 months ago
  24. 9dd2440 Change pake input: key_lifetime -> key attributes by Przemek Stekiel · 2 years, 6 months ago
  25. 1c3cfb4 Introduce PSA_PAKE_OPERATION_STAGE_SETUP to optimize out alg checks by Przemek Stekiel · 2 years, 6 months ago
  26. dde6a91 Optimize out psa_pake_computation_stage_t by Przemek Stekiel · 2 years, 6 months ago
  27. 38b4e17 Remove typedef for enum by Przemek Stekiel · 2 years, 7 months ago
  28. ca8d2b2 Add get-data functions for inputs + tests by Przemek Stekiel · 2 years, 7 months ago
  29. 0f50f68 Remove redundant dummy fields inside unions by Przemek Stekiel · 2 years, 7 months ago
  30. 7b73017 Simplify psa_pake_computation_stage_s structure by Przemek Stekiel · 2 years, 7 months ago
  31. b09c487 Combine core pake computation stage(step,sequence,state) into single driver step by Przemek Stekiel · 2 years, 7 months ago
  32. 5798003 Add enum that presents computation stage as single value by Przemek Stekiel · 2 years, 7 months ago
  33. e12ed36 Move JPAKE state machine logic from driver to core by Przemek Stekiel · 2 years, 8 months ago
  34. 96ae8b9 Move pake definitions to headers for composite algorithms by Przemek Stekiel · 2 years, 8 months ago
  35. 51eac53 Divide pake operation into two phases collecting inputs and computation. by Przemek Stekiel · 2 years, 8 months ago
  36. d91bcb7 Refactor structures for pake driver support by Przemek Stekiel · 2 years, 9 months ago
  37. 21c3951 Add reference to mbedtls_ecp_set_max_ops() to docs by Paul Elliott · 2 years, 6 months ago
  38. 93d9ca8 Move num_ops ECP abstraction fully into internal implementation by Paul Elliott · 2 years, 6 months ago
  39. fe9e77f Better formatting of include guard comments by Paul Elliott · 2 years, 6 months ago
  40. 8432946 Replace allocated hash buffer with array by Paul Elliott · 2 years, 6 months ago
  41. c977441 Ensure that operation is put into error state if error occurs by Paul Elliott · 2 years, 6 months ago
  42. f9c91a7 Store the hash, rather than the pointer by Paul Elliott · 2 years, 6 months ago
  43. 1bc59df Rename curve_bytes to coordinate_bytes by Paul Elliott · 2 years, 6 months ago
  44. ab7c5c8 Change incorrect define for MAX_OPS_UNLIMITED by Paul Elliott · 2 years, 6 months ago
  45. 4ca521f Remove obsolete comments by Paul Elliott · 2 years, 6 months ago
  46. 4684525 Remove unrequired mpis from sign operation struct by Paul Elliott · 2 years, 6 months ago
  47. a3a8aba Fix operation initialisers if no algorithms defined by Paul Elliott · 2 years, 6 months ago
  48. 1b49ef5 Fix abort documentation. by Paul Elliott · 2 years, 6 months ago
  49. 90a91f0 Ensure structs are not empty even if ECDSA not supported by Paul Elliott · 2 years, 6 months ago
  50. 749dec5 Clean up structure include guards by Paul Elliott · 2 years, 7 months ago
  51. 296ede9 Fix issues with get_{sign/verify}_num_ops by Paul Elliott · 2 years, 8 months ago
  52. 588f8ed Add internal implementation by Paul Elliott · 2 years, 8 months ago
  53. 2d24792 Initial empty driver wrapper implementation by Paul Elliott · 2 years, 8 months ago
  54. 1265f00 First draft of PSA interruptible ECC signing design by Paul Elliott · 2 years, 11 months ago
  55. ed73355 Make \retval commands non-empty by Gilles Peskine · 2 years, 6 months ago
  56. bba2630 Add ECJPAKE secret input types to psa/crypto_config.h by Gilles Peskine · 2 years, 8 months ago
  57. ecaa7ca Add missing supported algorithm to psa/crypto_config.h by Gilles Peskine · 2 years, 8 months ago
  58. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  59. a651607 Skip restyling of PSA macros also defined in psa-arch-tests by Gilles Peskine · 2 years, 7 months ago
  60. 45873ce Skip restyling of PSA error code definitions by Gilles Peskine · 2 years, 7 months ago
  61. 2b70a3f Merge pull request #6558 from lpy4105/6416-psa_macros_name_typo by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  62. 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  63. 5a34b36 Remove more now-redundant definitions of inline by Gilles Peskine · 2 years, 8 months ago
  64. 152ae07 Change password ec j-pake operation fields to more suitable by Przemek Stekiel · 2 years, 9 months ago
  65. 348410f Make a copy of the key in operation while setting pake password by Przemek Stekiel · 2 years, 9 months ago
  66. c1ecb25 fix PSA_XXX typos detected by check_names.py by Pengyu Lv · 2 years, 9 months ago
  67. 79617d9 Fix namespacing issue by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  68. ec7012d Fix I/O format of PSA EC J-PAKE for compliance by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  69. f3f9e45 Merge pull request #6115 from AndrzejKurek/ecjpake-kdf-tls-1-2 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  70. e09aff8 Add information about ECJPAKE_TO_PMS output size expectations by Andrzej Kurek · 2 years, 10 months ago
  71. 96b9f23 Adjust ECJPAKE_TO_PMS macro value by Andrzej Kurek · 2 years, 10 months ago
  72. 3c4c514 Remove `PSA_ALG_IS_TLS12_ECJPAKE_TO_PMS` by Andrzej Kurek · 2 years, 11 months ago
  73. 1fafb1f Documentation clarifications for ECJPAKE-to-PMS by Andrzej Kurek · 2 years, 11 months ago
  74. 18f8e8d Document the input size restriction for EC J-PAKE to PMS by Andrzej Kurek · 2 years, 11 months ago
  75. 08d34b8 Add an EC J-PAKE KDF to transform K -> SHA256(K.X) for TLS 1.2 by Andrzej Kurek · 3 years ago
  76. fb3093a Use PSA_PAKE_ROLE_NONE in PSA_PAKE_OPERATION_INIT macro instead of 0 by Neil Armstrong · 2 years, 11 months ago
  77. ecb221b Move operation buffer in operation struct and remove dynamic allocation by Neil Armstrong · 2 years, 11 months ago
  78. a557cb8 Fixing XXX_ALG_ECJPAKE to XXX_ALG_JPAKE to match specification by Neil Armstrong · 3 years, 2 months ago
  79. 7616ad2 Fix guard of ecjpake.h include in crypto_extra.h by Neil Armstrong · 3 years, 2 months ago
  80. 63212dd Fix formatting of PSA_PAKE_OPERATION_INIT macro by Neil Armstrong · 3 years, 2 months ago
  81. 7aaa34a Fix formatting of PSA_PAKE_OUTPUT_SIZE & PSA_PAKE_INPUT_SIZE macros by Neil Armstrong · 3 years, 2 months ago
  82. 637d0a0 Enable buildin PSA PAKE implementation when ECJPAKE_C is selected by Neil Armstrong · 3 years, 2 months ago
  83. 35269d9 Fill psa_pake_operation and INPUT/OUTPUT min/max sizes for PSA PAKE builtin implementation by Neil Armstrong · 3 years, 2 months ago
  84. ce7f18c Fix a/an typos in doxygen and other comments by Tom Cosgrove · 3 years ago
  85. 0b5f495 Merge pull request #5953 from tuvshinzayaArm/update-document-PSA_ALG_RSA_PSS by Paul Elliott · 3 years, 1 month ago
  86. 790ab52 Merge pull request #5962 from gilles-peskine-arm/storage-format-doc-202206 by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  87. 955993c For status values, the macro expansions must not change either by Gilles Peskine · 3 years, 1 month ago
  88. 7973399 Add compatibility notes regarding values embedded in the key store by Gilles Peskine · 3 years, 2 months ago
  89. f070a5e Document how PSA identifiers are generally constructed by Gilles Peskine · 3 years, 2 months ago
  90. 36aeb7f Merge pull request #5834 from mprse/HKDF_1 by Gilles Peskine · 3 years, 2 months ago
  91. 44baacd Update documenation of PSA_ALG_RSA_PSS by Tuvshinzaya Erdenekhuu · 3 years, 2 months ago
  92. 3e8249c Add PSA_WANT_ALG_HKDF_EXPAND, PSA_WANT_ALG_HKDF_EXTRACT, adapt code and dependencies by Przemek Stekiel · 3 years, 2 months ago
  93. 73f97d4 PSA_ALG_HKDF: add salt processing warning by Przemek Stekiel · 3 years, 2 months ago
  94. a29b488 Optimize code by adding PSA_ALG_IS_ANY_HKDF macro by Przemek Stekiel · 3 years, 2 months ago
  95. 459ee35 Fix typo and style by Przemek Stekiel · 3 years, 2 months ago
  96. 07c2e5e Merge pull request #5860 from superna9999/4745-psa-jpake-api-fixes by Janos Follath · 3 years, 2 months ago
  97. ccffab3 Remove linkage documentation on PAKE cipher-suite helpers by Neil Armstrong · 3 years, 2 months ago
  98. 5ed8a0e Overall PSA PAKE API style issues fixes by Neil Armstrong · 3 years, 2 months ago
  99. 5892aa6 Fix typo in PSA_ALG_JPAKE documentation by Neil Armstrong · 3 years, 2 months ago
  100. f0b4253 Remove duplicated PSA_WANT_ALG_CMAC in crypto_config.h by Summer Qin · 3 years, 2 months ago