1. 1cc90a1 Merge pull request #8517 from mschulz-at-hilscher/fixes/issue-6910 by Dave Rodgman · 1 year, 7 months ago
  2. 1a9e05b Note that domain parameters are not supported with drivers by Gilles Peskine · 1 year, 8 months ago
  3. 5ad9539 Remove DSA and DH domain parameters from the documentation by Gilles Peskine · 1 year, 8 months ago
  4. b349108 library: Move mbedtls_ecc helper functions to psa_util by Joakim Andersson · 1 year, 8 months ago
  5. 5a39c4e Fixes https://github.com/Mbed-TLS/mbedtls/issues/6910 as proposed in https://github.com/Mbed-TLS/mbedtls/issues/6910#issuecomment-1573301661 by Matthias Schulz · 1 year, 9 months ago
  6. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  7. 00b54e6 doxygen: fix parameter name typos and misused \p commands by Andrzej Kurek · 2 years, 3 months ago
  8. 3bedb5b doxygen: fix parameter name typos and misused \p commands by Andrzej Kurek · 3 years, 6 months ago
  9. 5dbe17d Add PSA_JPAKE_FINISHED to EXPECTED_{IN,OUT}PUTS() by David Horstmann · 2 years, 1 month ago
  10. 279d227 Add "completed" clarification to struct comments by David Horstmann · 2 years, 2 months ago
  11. 096093b Remove redundant structures from previous design by David Horstmann · 2 years, 2 months ago
  12. 024e5c5 Rename struct member mode to io_mode by David Horstmann · 2 years, 2 months ago
  13. 5da9560 Properly namespace enum values within PSA_JPAKE_ by David Horstmann · 2 years, 2 months ago
  14. e7f21e6 Change J-PAKE internal state machine by David Horstmann · 2 years, 3 months ago
  15. a9aab1a pk/psa: use PSA guard for mbedtls_ecc_group_to_psa() and mbedtls_ecc_group_of_psa() by Valerio Setti · 2 years, 2 months ago
  16. bc2b1d3 psa: move mbedtls_ecc_group_to_psa() from inline function to standard one by Valerio Setti · 2 years, 2 months ago
  17. 81d7512 library: replace occurencies of ECP_LIGHT with PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 2 months ago
  18. cc207bc Replace references to Mbed Crypto with Mbed TLS through-out documentation and comments. by Fredrik Hesse · 3 years, 10 months ago
  19. d3ca5e5 Merge pull request #7328 from mprse/ec-jpake-fix1 by Gilles Peskine · 2 years, 3 months ago
  20. 4359bad Merge pull request #7331 from mprse/ec-jpake-fix2 by Paul Elliott · 2 years, 4 months ago
  21. 7921a03 Add claryfication for PSA_PAKE_INPUT/OUTPUT_MAX_SIZE macros by Przemek Stekiel · 2 years, 4 months ago
  22. d4a5d46 library: add remaining changes for the new ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
  23. fe8e135 psa: Remove unnecessary headers by Ronald Cron · 2 years, 7 months ago
  24. b175b14 Remove driver_pake_get_role function by Przemek Stekiel · 2 years, 5 months ago
  25. 656b259 psa_pake_input: validate buffer size using PSA_PAKE_INPUT_SIZE by Przemek Stekiel · 2 years, 5 months ago
  26. 1f778bc EC-JPAKE: remove limitation for user/peer (alow any value) by Przemek Stekiel · 2 years, 5 months ago
  27. c0e6250 Fix documentation and tests by Przemek Stekiel · 2 years, 5 months ago
  28. fde1128 Code optimizations and documentation fixes by Przemek Stekiel · 2 years, 5 months ago
  29. 18cd6c9 Use local macros for j-pake slient/server strings by Przemek Stekiel · 2 years, 5 months ago
  30. d7f6ad7 Minor fixes (comments, cleanup) by Przemek Stekiel · 2 years, 5 months ago
  31. e9254a0 Adapt driver dispatch documentation for user/peer getters by Przemek Stekiel · 2 years, 5 months ago
  32. 1e7a927 Add input getters for jpake user and peer by Przemek Stekiel · 2 years, 5 months ago
  33. 26c909d Enable support for user/peer for JPAKE by Przemek Stekiel · 2 years, 5 months ago
  34. bf4016e Merge pull request #6567 from mprse/ecjpake-driver-dispatch by Dave Rodgman · 2 years, 5 months ago
  35. 57580f2 Use proper enum types for pake state/sequence/step by Przemek Stekiel · 2 years, 5 months ago
  36. 4aa9940 Fix configuration for accelerated jpake by Przemek Stekiel · 2 years, 5 months ago
  37. 6b64862 Documentation fixes and code adaptation by Przemek Stekiel · 2 years, 6 months ago
  38. 251e86a Adapt names to more suitable and fix conditional compilation flags by Przemek Stekiel · 2 years, 6 months ago
  39. ac067d7 Fix PSA_PAKE_OPERATION_INIT macro by Przemek Stekiel · 2 years, 6 months ago
  40. 9dd2440 Change pake input: key_lifetime -> key attributes by Przemek Stekiel · 2 years, 6 months ago
  41. 1c3cfb4 Introduce PSA_PAKE_OPERATION_STAGE_SETUP to optimize out alg checks by Przemek Stekiel · 2 years, 6 months ago
  42. dde6a91 Optimize out psa_pake_computation_stage_t by Przemek Stekiel · 2 years, 6 months ago
  43. 38b4e17 Remove typedef for enum by Przemek Stekiel · 2 years, 7 months ago
  44. ca8d2b2 Add get-data functions for inputs + tests by Przemek Stekiel · 2 years, 7 months ago
  45. 0f50f68 Remove redundant dummy fields inside unions by Przemek Stekiel · 2 years, 7 months ago
  46. 7b73017 Simplify psa_pake_computation_stage_s structure by Przemek Stekiel · 2 years, 7 months ago
  47. b09c487 Combine core pake computation stage(step,sequence,state) into single driver step by Przemek Stekiel · 2 years, 7 months ago
  48. 5798003 Add enum that presents computation stage as single value by Przemek Stekiel · 2 years, 7 months ago
  49. e12ed36 Move JPAKE state machine logic from driver to core by Przemek Stekiel · 2 years, 8 months ago
  50. 51eac53 Divide pake operation into two phases collecting inputs and computation. by Przemek Stekiel · 2 years, 8 months ago
  51. d91bcb7 Refactor structures for pake driver support by Przemek Stekiel · 2 years, 9 months ago
  52. ed73355 Make \retval commands non-empty by Gilles Peskine · 2 years, 6 months ago
  53. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  54. 152ae07 Change password ec j-pake operation fields to more suitable by Przemek Stekiel · 2 years, 9 months ago
  55. 348410f Make a copy of the key in operation while setting pake password by Przemek Stekiel · 2 years, 9 months ago
  56. 79617d9 Fix namespacing issue by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  57. ec7012d Fix I/O format of PSA EC J-PAKE for compliance by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  58. fb3093a Use PSA_PAKE_ROLE_NONE in PSA_PAKE_OPERATION_INIT macro instead of 0 by Neil Armstrong · 2 years, 11 months ago
  59. ecb221b Move operation buffer in operation struct and remove dynamic allocation by Neil Armstrong · 2 years, 11 months ago
  60. a557cb8 Fixing XXX_ALG_ECJPAKE to XXX_ALG_JPAKE to match specification by Neil Armstrong · 3 years, 2 months ago
  61. 7616ad2 Fix guard of ecjpake.h include in crypto_extra.h by Neil Armstrong · 3 years, 2 months ago
  62. 63212dd Fix formatting of PSA_PAKE_OPERATION_INIT macro by Neil Armstrong · 3 years, 2 months ago
  63. 7aaa34a Fix formatting of PSA_PAKE_OUTPUT_SIZE & PSA_PAKE_INPUT_SIZE macros by Neil Armstrong · 3 years, 2 months ago
  64. 35269d9 Fill psa_pake_operation and INPUT/OUTPUT min/max sizes for PSA PAKE builtin implementation by Neil Armstrong · 3 years, 2 months ago
  65. ce7f18c Fix a/an typos in doxygen and other comments by Tom Cosgrove · 3 years ago
  66. ccffab3 Remove linkage documentation on PAKE cipher-suite helpers by Neil Armstrong · 3 years, 2 months ago
  67. 5ed8a0e Overall PSA PAKE API style issues fixes by Neil Armstrong · 3 years, 2 months ago
  68. 5892aa6 Fix typo in PSA_ALG_JPAKE documentation by Neil Armstrong · 3 years, 2 months ago
  69. ef15751 PSA PAKE API typos in documentation fixes by Neil Armstrong · 3 years, 2 months ago
  70. 72ab56a Overall PSA PAKE API style issues fixes by Neil Armstrong · 3 years, 2 months ago
  71. eb93a6f Use PSA_ALG_NONE in PSA_PAKE_OPERATION_INIT to init psa_algorithm_t by Neil Armstrong · 3 years, 2 months ago
  72. 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
  73. 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
  74. 0d24575 Clarify BAD_STATE return documentation of psa_pake_set_peer() by Neil Armstrong · 3 years, 3 months ago
  75. 59fa8ee Update return documentation of psa_pake_abort() by Neil Armstrong · 3 years, 3 months ago
  76. 97d74b8 Update return documentation of psa_pake_get_implicit_key() by Neil Armstrong · 3 years, 3 months ago
  77. 407b27b Update return documentation of psa_pake_input() by Neil Armstrong · 3 years, 3 months ago
  78. 664077e Update return documentation of psa_pake_output() by Neil Armstrong · 3 years, 3 months ago
  79. 2a6dd9c Rename & update documentation of function, types, and macros for psa_pake_set_role() and associated by Neil Armstrong · 3 years, 3 months ago
  80. 16ff788 Update return documentation of psa_pake_set_peer() by Neil Armstrong · 3 years, 3 months ago
  81. 3585168 Update return documentation of psa_pake_set_user() by Neil Armstrong · 3 years, 3 months ago
  82. 71cae61 Update return documentation of psa_pake_set_password_key() by Neil Armstrong · 3 years, 3 months ago
  83. 4721a6f Update return documentation of psa_pake_setup() by Neil Armstrong · 3 years, 3 months ago
  84. 1614537 Fix password wording in PSA_ALG_JPAKE documentation by Neil Armstrong · 3 years, 3 months ago
  85. 7bc71e9 Fix output_size documentation of psa_pake_output() by Neil Armstrong · 3 years, 3 months ago
  86. cd974d5 Fix return documentation of PSA_PAKE_OUTPUT_SIZE by Neil Armstrong · 3 years, 3 months ago
  87. d5a4825 Add missing psa_pake_cs_get_bits() by Neil Armstrong · 3 years, 3 months ago
  88. ff9cac7 Add missing psa_pake_cs_get_family() by Neil Armstrong · 3 years, 3 months ago
  89. 0c8ef93 Add missing psa_pake_abort() by Neil Armstrong · 3 years, 3 months ago
  90. 799106b Pass input as const reference and fix documentation of psa_pake_input() by Neil Armstrong · 3 years, 3 months ago
  91. 47e700e Pass cipher_suite parameter of psa_pake_setup() by const reference by Neil Armstrong · 3 years, 3 months ago
  92. 0151c55 Add documentation of PSA_PAKE_OPERATION_INIT by Neil Armstrong · 3 years, 3 months ago
  93. 5ff6a7f Add missing psa_pake_cipher_suite_init() by Neil Armstrong · 3 years, 3 months ago
  94. fb99302 Add missing PSA_PAKE_CIPHER_SUITE_INIT by Neil Armstrong · 3 years, 3 months ago
  95. 6dbbf44 Fix typos in documentation and constants with typo finding tool by bootstrap-prime · 3 years, 3 months ago
  96. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
  97. f7c1f74 doxygen: merge multiple descriptions of the same return codes by Andrzej Kurek · 3 years, 6 months ago
  98. 09c02ee Make PSA headers more self-contained by Gilles Peskine · 3 years, 8 months ago
  99. bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago
  100. c4c761e Merge remote-tracking branch 'mbedtls/development' into mbedtls_private_with_python by Ronald Cron · 4 years, 2 months ago