- a1aeff4 Use quotes include of psa_util_internal.h by Kristian Larsson · 1 year, 11 months ago
- 2a12fc2 Fix logical dead code found by Coverity by Paul Elliott · 2 years ago
- ca8c61b Provide and use internal function mbedtls_zeroize_and_free() by Tom Cosgrove · 2 years ago
- 2be8c63 Create psa_util_internal.h by Manuel Pégourié-Gonnard · 2 years, 2 months ago
- 57727cd Explain the sequence of mbedtls_psa_pake_ calls by David Horstmann · 2 years, 1 month ago
- e5b374a Remove comment explaining the state machine by David Horstmann · 2 years, 2 months ago
- aede2ad Optimize code (pake role type, freeing buffers) by Przemek Stekiel · 2 years, 3 months ago
- 6e628a4 Add undfined role for ec j-pake by Przemek Stekiel · 2 years, 3 months ago
- e80ec0a Adapt J-PAKE built-in impl to use user/peer by Przemek Stekiel · 2 years, 4 months ago
- 691e91a Further pake code optimizations by Przemek Stekiel · 2 years, 5 months ago
- 4dc83d4 Add check for pake operation buffer overflow by Przemek Stekiel · 2 years, 5 months ago
- e3ef3a1 Further pake code optimizations by Przemek Stekiel · 2 years, 5 months ago
- d93de32 Move to computation stage only on successfull setup by Przemek Stekiel · 2 years, 5 months ago
- 083745e Fix code style by Przemek Stekiel · 2 years, 5 months ago
- ce131bf PAKE driver: fix password releasing by Przemek Stekiel · 2 years, 5 months ago
- a54dc69 mbedtls_psa_pake_setup: move driver password and alg init to the common part by Przemek Stekiel · 2 years, 5 months ago
- 6b64862 Documentation fixes and code adaptation by Przemek Stekiel · 2 years, 5 months ago
- 251e86a Adapt names to more suitable and fix conditional compilation flags by Przemek Stekiel · 2 years, 5 months ago
- 6d77830 Remove redundant code by Przemek Stekiel · 2 years, 6 months ago
- dff21d3 Move jpake role check to psa_pake_complete_inputs() by Przemek Stekiel · 2 years, 6 months ago
- 4fcc61e Optimize psa_pake_ecjpake_setup() by Przemek Stekiel · 2 years, 6 months ago
- 849c35f Remove pake abort on failure from driver (handled by core) by Przemek Stekiel · 2 years, 6 months ago
- 5cbca79 Make usage of pake input getters by Przemek Stekiel · 2 years, 6 months ago
- b09c487 Combine core pake computation stage(step,sequence,state) into single driver step by Przemek Stekiel · 2 years, 6 months ago
- 9a5b812 Cleanup the code by Przemek Stekiel · 2 years, 7 months ago
- 2797d37 Split handling of memory allocation for password between core and driver by Przemek Stekiel · 2 years, 7 months ago
- e12ed36 Move JPAKE state machine logic from driver to core by Przemek Stekiel · 2 years, 7 months ago
- 51eac53 Divide pake operation into two phases collecting inputs and computation. by Przemek Stekiel · 2 years, 8 months ago
- 0c78180 mbedtls_psa_pake_get_implicit_key: move psa_key_derivation_input_bytes call to upper layer by Przemek Stekiel · 2 years, 8 months ago
- 6c76441 Adapt pake impl for driver dispatch by Przemek Stekiel · 2 years, 8 months ago
- 5ae6096 Move the common parameters check code out of the wrapper by Neil Armstrong · 2 years, 11 months ago
- 56b8d23 Add mbedtls_ prefix to PSA PAKE over MbedTLS implementation by Neil Armstrong · 3 years, 2 months ago
- 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- 6d4e75f psa_crypto_pake: initialize psa_status_t stack variables by Valerio Setti · 2 years, 8 months ago
- fdb77cd psa_crypto_pake: internally call to psa_pake_abort() in case of errors by Valerio Setti · 2 years, 9 months ago
- 0bdec19 Further optimizations of pake set_password implementation by Przemek Stekiel · 2 years, 8 months ago
- ad0f357 Optimize pake code that sets/use password key by Przemek Stekiel · 2 years, 8 months ago
- 369ae0a Zeroize pake password buffer before free by Przemek Stekiel · 2 years, 9 months ago
- 152ae07 Change password ec j-pake operation fields to more suitable by Przemek Stekiel · 2 years, 9 months ago
- 1def5be Add psa_get_and_lock_key_slot_with_policy to header file by Przemyslaw Stekiel · 2 years, 9 months ago
- 348410f Make a copy of the key in operation while setting pake password by Przemek Stekiel · 2 years, 9 months ago
- 02f82bb Fix MSVC warning by Manuel Pégourié-Gonnard · 2 years, 10 months ago
- f155ab9 Abort on errors when we should by Manuel Pégourié-Gonnard · 2 years, 10 months ago
- 0771d41 Fix missing length check by Manuel Pégourié-Gonnard · 2 years, 10 months ago
- 79617d9 Fix namespacing issue by Manuel Pégourié-Gonnard · 2 years, 10 months ago
- ec7012d Fix I/O format of PSA EC J-PAKE for compliance by Manuel Pégourié-Gonnard · 2 years, 10 months ago
- 6a12a77 Fix typo in comment by Neil Armstrong · 2 years, 11 months ago
- fa84962 Add comment explaining PSA PAKE vs Mbedtls J-PAKE API matching strategy by Neil Armstrong · 2 years, 11 months ago
- 3d4966a Move possible input/output steps check inside PSA_ALG_JPAKE handling by Neil Armstrong · 2 years, 11 months ago
- 017db4c Drop calls to mbedtls_ecjpake_check() by Neil Armstrong · 2 years, 11 months ago
- 1d0294f Clarify sequence length calculation comment by Neil Armstrong · 2 years, 11 months ago
- cb679f2 Replace 0s with proper defines when possible by Neil Armstrong · 2 years, 11 months ago
- ecb221b Move operation buffer in operation struct and remove dynamic allocation by Neil Armstrong · 2 years, 11 months ago
- 9720b88 Remove doxygen markup outside doxygen block in psa_pake_sequence comment by Neil Armstrong · 2 years, 11 months ago
- b39833c Fix typo in psa_pake_sequence comment by Neil Armstrong · 2 years, 11 months ago
- bcd5bd9 Add a comment expliciting usage of internal PAKE step/state/sequence enums by Neil Armstrong · 2 years, 11 months ago
- 5bbdb70 Fix style in psa_pake_input() by Neil Armstrong · 2 years, 11 months ago
- 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
- 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
- 1e85560 Fix psa_pake_get_implicit_key() state & add corresponding tests in ecjpake_rounds() by Neil Armstrong · 3 years, 2 months ago
- e923111 Add missing parentheses on return statements by Neil Armstrong · 3 years, 2 months ago
- 5fb07c6 No need to check for state in psa_pake_setup() by Neil Armstrong · 3 years, 2 months ago
- a557cb8 Fixing XXX_ALG_ECJPAKE to XXX_ALG_JPAKE to match specification by Neil Armstrong · 3 years, 2 months ago
- fbc4b4a Fix psa_pake_abort() order to correctly free memory when alg is PSA_ALG_JPAKE by Neil Armstrong · 3 years, 2 months ago
- 0d001ef Check more parameters of psa_pake_output/psa_pake_input by Neil Armstrong · 3 years, 2 months ago
- 4efd7a4 Check for PSA_ALG_ECJPAKE alg for the ECJPAKE builtin implementation by Neil Armstrong · 3 years, 2 months ago
- df598ab Fix key usage test in psa_pake_set_password_key() by Neil Armstrong · 3 years, 2 months ago
- 6b1f99f Use proper buffer size macro for allocation in psa_pake_ecjpake_setup() by Neil Armstrong · 3 years, 2 months ago
- 5282393 Remove useless braces in psa_crypto_pake.c by Neil Armstrong · 3 years, 2 months ago
- c29f847 Fix comments in psa_crypto_pake.c by Neil Armstrong · 3 years, 2 months ago
- a4cc7d6 Add PSA PAKE buildin implementation by Neil Armstrong · 3 years, 2 months ago