1. 02f82bb Fix MSVC warning by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  2. f155ab9 Abort on errors when we should by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  3. 0771d41 Fix missing length check by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  4. 79617d9 Fix namespacing issue by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  5. ec7012d Fix I/O format of PSA EC J-PAKE for compliance by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  6. 6a12a77 Fix typo in comment by Neil Armstrong · 2 years, 11 months ago
  7. fa84962 Add comment explaining PSA PAKE vs Mbedtls J-PAKE API matching strategy by Neil Armstrong · 2 years, 11 months ago
  8. 3d4966a Move possible input/output steps check inside PSA_ALG_JPAKE handling by Neil Armstrong · 2 years, 11 months ago
  9. 017db4c Drop calls to mbedtls_ecjpake_check() by Neil Armstrong · 2 years, 11 months ago
  10. 1d0294f Clarify sequence length calculation comment by Neil Armstrong · 2 years, 11 months ago
  11. cb679f2 Replace 0s with proper defines when possible by Neil Armstrong · 2 years, 11 months ago
  12. ecb221b Move operation buffer in operation struct and remove dynamic allocation by Neil Armstrong · 2 years, 11 months ago
  13. 9720b88 Remove doxygen markup outside doxygen block in psa_pake_sequence comment by Neil Armstrong · 2 years, 11 months ago
  14. b39833c Fix typo in psa_pake_sequence comment by Neil Armstrong · 2 years, 11 months ago
  15. bcd5bd9 Add a comment expliciting usage of internal PAKE step/state/sequence enums by Neil Armstrong · 2 years, 11 months ago
  16. 5bbdb70 Fix style in psa_pake_input() by Neil Armstrong · 2 years, 11 months ago
  17. f19a3cb Use the mbedtls_ecjpake_write_shared_key() to input raw shared key material as derivation secret by Neil Armstrong · 3 years, 2 months ago
  18. db05cbf Introduce and use mbedtls_ecjpake_to_psa_error() to translate various ECP/MPI errors to expected PSA errors by Neil Armstrong · 3 years, 2 months ago
  19. 1e85560 Fix psa_pake_get_implicit_key() state & add corresponding tests in ecjpake_rounds() by Neil Armstrong · 3 years, 2 months ago
  20. e923111 Add missing parentheses on return statements by Neil Armstrong · 3 years, 2 months ago
  21. 5fb07c6 No need to check for state in psa_pake_setup() by Neil Armstrong · 3 years, 2 months ago
  22. a557cb8 Fixing XXX_ALG_ECJPAKE to XXX_ALG_JPAKE to match specification by Neil Armstrong · 3 years, 2 months ago
  23. fbc4b4a Fix psa_pake_abort() order to correctly free memory when alg is PSA_ALG_JPAKE by Neil Armstrong · 3 years, 2 months ago
  24. 0d001ef Check more parameters of psa_pake_output/psa_pake_input by Neil Armstrong · 3 years, 2 months ago
  25. 4efd7a4 Check for PSA_ALG_ECJPAKE alg for the ECJPAKE builtin implementation by Neil Armstrong · 3 years, 2 months ago
  26. df598ab Fix key usage test in psa_pake_set_password_key() by Neil Armstrong · 3 years, 2 months ago
  27. 6b1f99f Use proper buffer size macro for allocation in psa_pake_ecjpake_setup() by Neil Armstrong · 3 years, 2 months ago
  28. 5282393 Remove useless braces in psa_crypto_pake.c by Neil Armstrong · 3 years, 2 months ago
  29. c29f847 Fix comments in psa_crypto_pake.c by Neil Armstrong · 3 years, 2 months ago
  30. a4cc7d6 Add PSA PAKE buildin implementation by Neil Armstrong · 3 years, 2 months ago