- 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- 0fe6631 Merge pull request #6291 from gilles-peskine-arm/platform.h-unconditional-3.2 by Gilles Peskine · 2 years, 10 months ago
- 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
- 18dff1f Merge pull request #5871 from superna9999/4153-psa-expose-ec-j-pake by Manuel Pégourié-Gonnard · 2 years, 11 months ago
- 5166954 Make more use of MBEDTLS_MAX_HASH_SIZE macro by Przemek Stekiel · 2 years, 11 months ago
- 1266309 Introduce mbedtls_ecjpake_write_shared_key() to export the EC J-PAKE shared key material before the KDF() by Neil Armstrong · 3 years, 2 months ago
- ecaba1c Make use of PSA crypto hash if MBEDTLS_MD_C isn't defined by Neil Armstrong · 3 years ago
- 0d76341 Remove md_info by md_type in ecjpake context, use mbedtls_hash_info_get_size() to get hash length by Neil Armstrong · 3 years ago
- a891f83 Re-introduce ENUM validation in ecjpake.c by Tuvshinzaya Erdenekhuu · 3 years ago
- 2b1ecda Remove NULL pointer validation in ecjpake.c by Tuvshinzaya Erdenekhuu · 3 years ago
- 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 7 months ago
- a5cb0d2 Tidy up grouped MBEDTLS_BYTE_x macros by Joe Subbiani · 4 years ago
- 2194dc4 Replace MBEDTLS_CHAR_x with MBEDTLS_BYTE_x by Joe Subbiani · 4 years, 1 month ago
- cd84d76 Add Character byte reading macros by Joe Subbiani · 4 years, 1 month ago
- aa3ed6f Make RNG parameters mandatory in ECP functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- cd07e22 New function mbedtls_ecjpake_set_point_format by Gilles Peskine · 4 years, 2 months ago
- 782a7ea ecjpake_zkp_read() now returns ...BAD_INPUT_DATA when r len == 0 and test follows that by TRodziewicz · 4 years, 5 months ago
- 9edff74 Fix EC J-PAKE failing when the payload is all-bits-zero by TRodziewicz · 4 years, 5 months ago
- 64f2773 Skip tests requiring known entropy for ECJPAKE ALT implementations by Steven Cooreman · 4 years, 7 months ago
- 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
- db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
- 24eed8d Initialise return values to an error by Janos Follath · 6 years ago
- 4150335 Fix handling of md failure by k-stachowiak · 6 years ago
- 36e89b5 Fix #2370, minor typos and spelling mistakes by Antonin Décimo · 7 years ago
- 185e516 Minor fixes to ECJPAKE parameter validation by Hanno Becker · 7 years ago
- 71c8e1b Implement parameter validation in ECJPAKE module by Hanno Becker · 7 years ago
- 11999bb Fix minor code style issues by Darryl Green · 7 years ago
- 616d1ca Add support for alternative ECJPAKE implementation by Hanno Becker · 8 years ago
- 4b20c0e Fix potential stack buffer overflow in ecjpake by Manuel Pégourié-Gonnard · 10 years ago
- b7da194 ecjpake: fix uninitialize member by Manuel Pégourié-Gonnard · 10 years ago
- 7cdad77 Add point format handling by Robert Cragie · 10 years ago
- b813acc Add mbedtls_ecjpake_check(), tells if set up by Manuel Pégourié-Gonnard · 10 years ago
- d9802af Add tests for round 2 by Manuel Pégourié-Gonnard · 10 years ago
- 3059095 Complete tests for reading round one by Manuel Pégourié-Gonnard · 10 years ago
- d0d8a93 Blind operations on the secret by Manuel Pégourié-Gonnard · 10 years ago
- c907081 Polish the source by Manuel Pégourié-Gonnard · 10 years ago
- f7368c9 Polish API and documentation by Manuel Pégourié-Gonnard · 10 years ago
- e192710 Unify round two by Manuel Pégourié-Gonnard · 10 years ago
- d8204a7 Provide symmetric API for the first round by Manuel Pégourié-Gonnard · 10 years ago
- e2d3a4e Unify loading of test vectors in tests by Manuel Pégourié-Gonnard · 10 years ago
- ce45676 Rename variable to prepare for cli/srv unification by Manuel Pégourié-Gonnard · 10 years ago
- 6b798b9 Tune up some comments by Manuel Pégourié-Gonnard · 10 years ago
- e0ad57b Replace explicit IDs with table look-ups by Manuel Pégourié-Gonnard · 10 years ago
- 5f18829 Add derive_pms, completing first working version by Manuel Pégourié-Gonnard · 10 years ago
- 6449391 Store our role in the context by Manuel Pégourié-Gonnard · 10 years ago
- 614bd5e Add write_client_params by Manuel Pégourié-Gonnard · 10 years ago
- ec0eece Add read_client_params by Manuel Pégourié-Gonnard · 10 years ago
- bed9e41 Add writing of server params by Manuel Pégourié-Gonnard · 10 years ago
- 8d31e80 Improve testing strategy by Manuel Pégourié-Gonnard · 10 years ago
- cb7cd03 Add first draft or read_server_params by Manuel Pégourié-Gonnard · 10 years ago
- 23dcbe3 Add support for passphrase in the context by Manuel Pégourié-Gonnard · 10 years ago
- 4e8bc78 Add context-using functions for Hello extensions by Manuel Pégourié-Gonnard · 10 years ago
- 7af8bc1 Start introducing mbedtls_ecjpake_context by Manuel Pégourié-Gonnard · 10 years ago
- 3aed185 Re-order functions. by Manuel Pégourié-Gonnard · 10 years ago
- 9028c5a Improve const correctness of read() functions by Manuel Pégourié-Gonnard · 10 years ago
- 082767f Add ecjpake_kkpp_read/write by Manuel Pégourié-Gonnard · 10 years ago
- 4f2cd95 Fix potential memory leaks by Manuel Pégourié-Gonnard · 10 years ago
- b1b250b Add ecjpake_kkp_read/write() by Manuel Pégourié-Gonnard · 10 years ago
- 967cd71 Add test vector for ZKP verification by Manuel Pégourié-Gonnard · 10 years ago
- 6029a85 Add ecjpake_zpk_read() by Manuel Pégourié-Gonnard · 10 years ago
- c618195 Fix base point in ecjpake_write_zkp() by Manuel Pégourié-Gonnard · 10 years ago
- 8489f17 First draft of ecjpake_write_zkp() by Manuel Pégourié-Gonnard · 10 years ago
- 3dbf2fb Implement hashing function for ZKP by Manuel Pégourié-Gonnard · 10 years ago
- 4d8685b Add skeleton for EC J-PAKE module by Manuel Pégourié-Gonnard · 10 years ago