1. 18dff1f Merge pull request #5871 from superna9999/4153-psa-expose-ec-j-pake by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  2. 62e24ba Merge pull request #6260 from yuhaoth/pr/add-multiple-pre-config-psks by Ronald Cron · 2 years, 11 months ago
  3. 208257b Merge pull request #6259 from yuhaoth/pr/add-psk_ephemeral-possible-group-tests by Ronald Cron · 2 years, 11 months ago
  4. 6a12a77 Fix typo in comment by Neil Armstrong · 2 years, 11 months ago
  5. 673b0f9 Randomize order of psks by Jerry Yu · 2 years, 11 months ago
  6. b2407f2 Merge pull request #6261 from mprse/hash_size_macro by Manuel Pégourié-Gonnard · 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. 5166954 Make more use of MBEDTLS_MAX_HASH_SIZE macro by Przemek Stekiel · 2 years, 11 months ago
  13. 8cc46aa Merge pull request #6275 from daverodgman/fixcopyright by Dave Rodgman · 2 years, 11 months ago
  14. f498910 Merge pull request #6256 from AndrzejKurek/tls-tests-no-md-ssl-opt by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  15. 53a18f2 Correct copyright and license in crypto_spe.h by Dave Rodgman · 2 years, 11 months ago
  16. 0bc834b Enable signature algorithms in ssl programs with PSA based hashes by Andrzej Kurek · 2 years, 11 months ago
  17. d681746 Split some ssl-opt.sh test cases into two by Andrzej Kurek · 2 years, 11 months ago
  18. 07e3570 Add an ssl-opt.sh run to all.sh for the accel_hash_use_psa config by Andrzej Kurek · 3 years ago
  19. 934e9cd Switch to the new version of hash algorithm checking in ssl-opt.sh by Andrzej Kurek · 3 years ago
  20. 9c061a2 Add a posibility to check for the availability of hash algs to ssl-opt by Andrzej Kurek · 3 years ago
  21. f6a6a2d Merge pull request #6216 from AndrzejKurek/tls-tests-no-md-compat by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  22. fb3093a Use PSA_PAKE_ROLE_NONE in PSA_PAKE_OPERATION_INIT macro instead of 0 by Neil Armstrong · 2 years, 11 months ago
  23. 7cd4eac Fix typo in mbedtls_ecjpake_write_shared_key() comment by Neil Armstrong · 2 years, 11 months ago
  24. ecb221b Move operation buffer in operation struct and remove dynamic allocation by Neil Armstrong · 2 years, 11 months ago
  25. 40afdd2 Make use of MBEDTLS_MAX_HASH_SIZE macro by Przemek Stekiel · 2 years, 11 months ago
  26. c3f2767 hash_info.h: add MBEDTLS_MAX_HASH_SIZE macro by Przemek Stekiel · 2 years, 11 months ago
  27. 9720b88 Remove doxygen markup outside doxygen block in psa_pake_sequence comment by Neil Armstrong · 2 years, 11 months ago
  28. b39833c Fix typo in psa_pake_sequence comment by Neil Armstrong · 2 years, 11 months ago
  29. 2a73f21 Fixup expected status handling in ecjpake_setup() and add more coverage for psa_pake_set_password_key() by Neil Armstrong · 2 years, 11 months ago
  30. 58af233 Add possible group tests for psk with ECDHE by Jerry Yu · 3 years ago
  31. 079472b Add multiple pre-configured psk test for server by Jerry Yu · 3 years ago
  32. bcd5bd9 Add a comment expliciting usage of internal PAKE step/state/sequence enums by Neil Armstrong · 3 years ago
  33. 78c4e8e Make ecjpake_do_round() return void and use TEST_ASSERT with a descriptive text instead of returning a value by Neil Armstrong · 3 years ago
  34. 51009d7 Add comment in ecjpake_do_round() explaining input errors can be detected any time in the input sequence by Neil Armstrong · 3 years ago
  35. 5bbdb70 Fix style in psa_pake_input() by Neil Armstrong · 3 years ago
  36. 52f83dc Merge pull request #6244 from AndrzejKurek/pkcs5-no-md by Manuel Pégourié-Gonnard · 3 years ago
  37. 5e0654a Add a compat.sh run to psa_crypto_config_accel_hash_use_psa by Andrzej Kurek · 3 years ago
  38. c502210 Adjust pkparse test dependencies by Andrzej Kurek · 3 years ago
  39. 216baca pkcs5: improve error handling by Andrzej Kurek · 3 years ago
  40. e3d544c Minor PKCS5 improvements by Andrzej Kurek · 3 years ago
  41. 7a32072 Setup / deinitialize PSA in pk tests only if no MD is used by Andrzej Kurek · 3 years ago
  42. 3d0dfb9 Change the pkcs5_pbkdf2_hmac deprecation approach by Andrzej Kurek · 3 years ago
  43. f000471 Add missing MD dependency for pkcs5_pbkdf2_hmac by Andrzej Kurek · 3 years ago
  44. 11265d7 Remove PKCS5 from the ref config in the migration script by Andrzej Kurek · 3 years ago
  45. 26909f3 Add PSA initialization and teardown to tests using pkcs5 by Andrzej Kurek · 3 years ago
  46. a57267c Add a possibility to call PSA_INIT without MBEDTLS_PSA_CRYPTO_C by Andrzej Kurek · 3 years ago
  47. 37a17e8 Enable PKCS5 in no-md builds in all.sh by Andrzej Kurek · 3 years ago
  48. 345a92b Adjust PKCS5 dependencies in check_config by Andrzej Kurek · 3 years ago
  49. 65bf73e Enable HMAC in config_psa.h regardless of MD availability by Andrzej Kurek · 3 years ago
  50. ed98e95 Adjust pkcs5 test dependencies by Andrzej Kurek · 3 years ago
  51. 890e78a Deprecate mbedtls_pkcs5_pbkdf2_hmac by Andrzej Kurek · 3 years ago
  52. dd36c76 Provide a version of pkcs5_pbkdf2_hmac without MD usage by Andrzej Kurek · 3 years ago
  53. 97fc247 Merge pull request #6232 from AndrzejKurek/pkcs12-no-md by Manuel Pégourié-Gonnard · 3 years ago
  54. e16e6ed Remove the dependency on MD_MAX_SIZE from PKCS12 by Andrzej Kurek · 3 years ago
  55. 7bd12c5 Remove MD dependency from pkcs12 module by Andrzej Kurek · 3 years ago
  56. 0777ec1 Merge pull request #6109 from superna9999/6100-crash-in-test-suite-x509write by Manuel Pégourié-Gonnard · 3 years ago
  57. e00d6d6 Merge pull request #6135 from yuhaoth/pr/tls13-finalize-external-psk-negotiation by Ronald Cron · 3 years ago
  58. 6688669 replace psk&dhe with psk_or_ephemeral by Jerry Yu · 3 years ago
  59. b764fb6 Remove MBEDTLS_MD_C dep in config_psa.h when ECJPAJE is wanted by Neil Armstrong · 3 years ago
  60. e5fdf20 Make ecjpake_rounds test depends on PSA_WANT_ALG_TLS12_PSK_TO_MS by Neil Armstrong · 3 years ago
  61. eae1dfc Change to more efficient error injection in ecjpake_do_round() by Neil Armstrong · 3 years, 2 months ago
  62. db5b960 Permit any psa_pake_input() step to fail when error injected in input by Neil Armstrong · 3 years, 2 months ago
  63. 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
  64. 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
  65. 75673ab Only build ecjpake_do_round() is PSA_WANT_ALG_JPAKE is defined by Neil Armstrong · 3 years, 2 months ago
  66. 8c2e8a6 Add ecjpake_rounds_inject tests to exercise error injection by Neil Armstrong · 3 years, 2 months ago
  67. f983caf Move JPAKE rounds into a common function, add reordering and error injection by Neil Armstrong · 3 years, 2 months ago
  68. 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
  69. 1e85560 Fix psa_pake_get_implicit_key() state & add corresponding tests in ecjpake_rounds() by Neil Armstrong · 3 years, 2 months ago
  70. ed40782 Fix SECP256R1 enable when PSA_WANT_ALG_JPAKE is defined by Neil Armstrong · 3 years, 2 months ago
  71. 19bb991 Update changelog entry for new PSA PAKE feature by Neil Armstrong · 3 years, 2 months ago
  72. bb28c56 Add changelog entry for new PSA PAKE feature by Neil Armstrong · 3 years, 2 months ago
  73. e923111 Add missing parentheses on return statements by Neil Armstrong · 3 years, 2 months ago
  74. 5fb07c6 No need to check for state in psa_pake_setup() by Neil Armstrong · 3 years, 2 months ago
  75. a557cb8 Fixing XXX_ALG_ECJPAKE to XXX_ALG_JPAKE to match specification by Neil Armstrong · 3 years, 2 months ago
  76. fbc4b4a Fix psa_pake_abort() order to correctly free memory when alg is PSA_ALG_JPAKE by Neil Armstrong · 3 years, 2 months ago
  77. a24278a Add invalid hash ecjpake_setup() test case by Neil Armstrong · 3 years, 2 months ago
  78. 9c8b492 Add advanced psa_pake_input/psa_pake_output test in ecjpake_setup() test by Neil Armstrong · 3 years, 2 months ago
  79. 50de0ae Add check calling psa_pake_setup() on an already initialized operation in ecjpake_setup() test by Neil Armstrong · 3 years, 2 months ago
  80. 98506ab Add checks for INVALID_ARGUMENT for psa_pake_output/psa_pake_input in ecjpake_setup() test by Neil Armstrong · 3 years, 2 months ago
  81. 0d001ef Check more parameters of psa_pake_output/psa_pake_input by Neil Armstrong · 3 years, 2 months ago
  82. 645cccd Add checks for BAD_STATE before calling psa_pake_setup() in ecjpake_setup() test by Neil Armstrong · 3 years, 2 months ago
  83. 707d957 Add checks for psa_pake_set_user/psa_pake_set_peer in test_suite_psa_crypto by Neil Armstrong · 3 years, 2 months ago
  84. ebd9a03 Cleanup PSA pake test dependency by Neil Armstrong · 3 years, 2 months ago
  85. 4efd7a4 Check for PSA_ALG_ECJPAKE alg for the ECJPAKE builtin implementation by Neil Armstrong · 3 years, 2 months ago
  86. df598ab Fix key usage test in psa_pake_set_password_key() by Neil Armstrong · 3 years, 2 months ago
  87. 7616ad2 Fix guard of ecjpake.h include in crypto_extra.h by Neil Armstrong · 3 years, 2 months ago
  88. 63212dd Fix formatting of PSA_PAKE_OPERATION_INIT macro by Neil Armstrong · 3 years, 2 months ago
  89. 7aaa34a Fix formatting of PSA_PAKE_OUTPUT_SIZE & PSA_PAKE_INPUT_SIZE macros by Neil Armstrong · 3 years, 2 months ago
  90. 6b1f99f Use proper buffer size macro for allocation in psa_pake_ecjpake_setup() by Neil Armstrong · 3 years, 2 months ago
  91. 5282393 Remove useless braces in psa_crypto_pake.c by Neil Armstrong · 3 years, 2 months ago
  92. c29f847 Fix comments in psa_crypto_pake.c by Neil Armstrong · 3 years, 2 months ago
  93. d597bc7 Add PSA PAKE tests by Neil Armstrong · 3 years, 2 months ago
  94. 637d0a0 Enable buildin PSA PAKE implementation when ECJPAKE_C is selected by Neil Armstrong · 3 years, 2 months ago
  95. a4cc7d6 Add PSA PAKE buildin implementation by Neil Armstrong · 3 years, 2 months ago
  96. 4b5710f Allow KEY_TYPE_PASSWORD/KEY_TYPE_PASSWORD_HASH to be imported by Neil Armstrong · 3 years, 2 months ago
  97. 35269d9 Fill psa_pake_operation and INPUT/OUTPUT min/max sizes for PSA PAKE builtin implementation by Neil Armstrong · 3 years, 2 months ago
  98. 6d1fc45 Merge pull request #6249 from AndrzejKurek/fix-ssl-programs-no-md by Gilles Peskine · 3 years ago
  99. 7101b87 fix wrong description by Jerry Yu · 3 years ago
  100. 1e05b6d fix coding style and unnecessary assignment by Jerry Yu · 3 years ago