1. ca343ae Improve message logs and test cases description in psk by Xiaokang Qian · 2 years, 10 months ago
  2. cb6e963 Change kex mode string name by Xiaokang Qian · 2 years, 10 months ago
  3. 5beec4b Refine ssl_get_kex_mode_str() for easy automatic generation by Xiaokang Qian · 2 years, 10 months ago
  4. ac8195f Fix wrongly kex mode fallback issue in psk cases by Xiaokang Qian · 2 years, 10 months ago
  5. 8939930 Rebase and fix some test failures by Xiaokang Qian · 2 years, 11 months ago
  6. 5001bfc Add key exchange mode log in client side by Xiaokang Qian · 2 years, 11 months ago
  7. 335cfaa Finalize client side code for psk by XiaokangQian · 3 years ago
  8. 07ba2be Merge pull request #6304 from yuhaoth/pr/exclude-pre_shared_key-from-hrr-msg by Gilles Peskine · 2 years, 11 months ago
  9. 1475ac4 Merge pull request #6107 from Zaya-dyno/validation_remove_change_hash by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  10. d5c82fb Merge pull request #6085 from Zaya-dyno/validation_remove_change_cipher by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  11. d433cd7 Merge pull request #6283 from mpg/driver-only-hashes-wrap-up by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  12. be0224a Merge pull request #6167 from yuhaoth/pr/finalize-tls13-session-tickets by Ronald Cron · 2 years, 11 months ago
  13. ad4d2bb Exclude pre_shared_key for HRR by Jerry Yu · 2 years, 11 months ago
  14. 07018f9 Make legacy_or_psa.h public. by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  15. 6ee726e Replace md translation function by Jerry Yu · 2 years, 11 months ago
  16. a5df584 fix build fail for test_psa_crypto_config_accel_hash_use_psa by Jerry Yu · 2 years, 11 months ago
  17. c42c7e6 Update documentation in legacy_or_psa.h by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  18. 1dc3725 Style: wrap a long line by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  19. 409a620 Merge pull request #6255 from mprse/md_tls13 by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  20. 0a55cc6 Remove unnecessary var and improve comment by Jerry Yu · 2 years, 11 months ago
  21. 18dff1f Merge pull request #5871 from superna9999/4153-psa-expose-ec-j-pake by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  22. f7dad3c fix various issues by Jerry Yu · 2 years, 11 months ago
  23. 208257b Merge pull request #6259 from yuhaoth/pr/add-psk_ephemeral-possible-group-tests by Ronald Cron · 2 years, 11 months ago
  24. ab9b9d4 ssl_tls13_keys.h: use PSA max hash size by Przemyslaw Stekiel · 2 years, 11 months ago
  25. da64525 ssl_tls13_generic.c: fix hash buffer sizes (use PSA_HASH_MAX_SIZE) by Przemyslaw Stekiel · 2 years, 11 months ago
  26. 6a12a77 Fix typo in comment by Neil Armstrong · 2 years, 11 months ago
  27. 004c218 ssl_misc.h: hash guards adaptations by Przemyslaw Stekiel · 2 years, 11 months ago
  28. acff823 Add negative tolerance window by Jerry Yu · 2 years, 11 months ago
  29. 95db17e fix various issues by Jerry Yu · 2 years, 11 months ago
  30. 0852ef8 mbedtls_ssl_reset_transcript_for_hrr: remove redundant 'else' statement by Przemek Stekiel · 2 years, 11 months ago
  31. 9dfbf3a ssl_tls13_generic.c: optimize code to save memory by Przemek Stekiel · 2 years, 11 months ago
  32. 153b442 mbedtls_ssl_tls13_sig_alg_is_supported: adapt guards by Przemek Stekiel · 3 years ago
  33. 47e3cb1 ssl_tls13_generic.c: adapt guards for MBEDTLS_SHAxxx_C by Przemek Stekiel · 3 years ago
  34. fa84962 Add comment explaining PSA PAKE vs Mbedtls J-PAKE API matching strategy by Neil Armstrong · 2 years, 11 months ago
  35. 3d4966a Move possible input/output steps check inside PSA_ALG_JPAKE handling by Neil Armstrong · 2 years, 11 months ago
  36. 017db4c Drop calls to mbedtls_ecjpake_check() by Neil Armstrong · 2 years, 11 months ago
  37. 1d0294f Clarify sequence length calculation comment by Neil Armstrong · 2 years, 11 months ago
  38. cb679f2 Replace 0s with proper defines when possible by Neil Armstrong · 2 years, 11 months ago
  39. 5166954 Make more use of MBEDTLS_MAX_HASH_SIZE macro by Przemek Stekiel · 2 years, 11 months ago
  40. 4746b10 fix various issues by Jerry Yu · 2 years, 11 months ago
  41. 8d4bbba fix ticket age check issues by Jerry Yu · 2 years, 11 months ago
  42. 46bffe0 Refine rsumption master secret compute function by Jerry Yu · 2 years, 11 months ago
  43. 466dda8 Rename resumption master secret compute function by Jerry Yu · 2 years, 11 months ago
  44. ecb221b Move operation buffer in operation struct and remove dynamic allocation by Neil Armstrong · 2 years, 11 months ago
  45. 40afdd2 Make use of MBEDTLS_MAX_HASH_SIZE macro by Przemek Stekiel · 2 years, 11 months ago
  46. c3f2767 hash_info.h: add MBEDTLS_MAX_HASH_SIZE macro by Przemek Stekiel · 2 years, 11 months ago
  47. 9720b88 Remove doxygen markup outside doxygen block in psa_pake_sequence comment by Neil Armstrong · 2 years, 11 months ago
  48. b39833c Fix typo in psa_pake_sequence comment by Neil Armstrong · 2 years, 11 months ago
  49. 58af233 Add possible group tests for psk with ECDHE by Jerry Yu · 2 years, 11 months ago
  50. fd310eb fix coding style issues by Jerry Yu · 2 years, 11 months ago
  51. bcd5bd9 Add a comment expliciting usage of internal PAKE step/state/sequence enums by Neil Armstrong · 2 years, 11 months ago
  52. 5bbdb70 Fix style in psa_pake_input() by Neil Armstrong · 2 years, 11 months ago
  53. 216baca pkcs5: improve error handling by Andrzej Kurek · 3 years ago
  54. e3d544c Minor PKCS5 improvements by Andrzej Kurek · 3 years ago
  55. 3d0dfb9 Change the pkcs5_pbkdf2_hmac deprecation approach by Andrzej Kurek · 3 years ago
  56. f000471 Add missing MD dependency for pkcs5_pbkdf2_hmac by Andrzej Kurek · 3 years ago
  57. ed98e95 Adjust pkcs5 test dependencies by Andrzej Kurek · 3 years ago
  58. 890e78a Deprecate mbedtls_pkcs5_pbkdf2_hmac by Andrzej Kurek · 3 years ago
  59. dd36c76 Provide a version of pkcs5_pbkdf2_hmac without MD usage by Andrzej Kurek · 3 years ago
  60. 97fc247 Merge pull request #6232 from AndrzejKurek/pkcs12-no-md by Manuel Pégourié-Gonnard · 3 years ago
  61. e16e6ed Remove the dependency on MD_MAX_SIZE from PKCS12 by Andrzej Kurek · 3 years ago
  62. 7bd12c5 Remove MD dependency from pkcs12 module by Andrzej Kurek · 3 years ago
  63. 8253486 Add session ticket support for server by Jerry Yu · 3 years ago
  64. 95699e7 Add session ticket identity check by Jerry Yu · 3 years ago
  65. 661dd94 Add dummy server name extension paser by Jerry Yu · 3 years ago
  66. e976492 Add session ticket tests for client by Jerry Yu · 3 years ago
  67. e652751 Add obfuscated_ticket_age write by Jerry Yu · 3 years ago
  68. 49d63f8 Implement generate resumption master secret by Jerry Yu · 3 years ago
  69. db8c5fa Add getting session ticket for client by Jerry Yu · 3 years ago
  70. e00d6d6 Merge pull request #6135 from yuhaoth/pr/tls13-finalize-external-psk-negotiation by Ronald Cron · 3 years ago
  71. 5893ab0 Re-introduce ENUM validation in sha512.c by Tuvshinzaya Erdenekhuu · 3 years ago
  72. 3446c26 Remove NULL pointer validation in sha512.c by Tuvshinzaya Erdenekhuu · 3 years ago
  73. 696dfb6 Re-introduce ENUM validation in sha256.c by Tuvshinzaya Erdenekhuu · 3 years ago
  74. df2f560 Remove NULL pointer validation in sha256.c by Tuvshinzaya Erdenekhuu · 3 years ago
  75. 6b150ad Remove NULL pointer validation in sha1.c by Tuvshinzaya Erdenekhuu · 3 years ago
  76. c6b8a67 Re-introduce ENUM validation in gcm.c by Tuvshinzaya Erdenekhuu · 3 years ago
  77. 505ce0b Remove NULL pointer validation in gcm.c by Tuvshinzaya Erdenekhuu · 3 years ago
  78. 80a6af6 Re-introduce ENUM validation in cipher.c by Tuvshinzaya Erdenekhuu · 3 years ago
  79. 5ce8e52 Remove NULL pointer validation in cipher.c by Tuvshinzaya Erdenekhuu · 3 years ago
  80. ce8908e Remove NULL pointer validation in chacha20.c by Tuvshinzaya Erdenekhuu · 3 years ago
  81. 1fd7f98 Re-introduce ENUM validation in camellia.c by Tuvshinzaya Erdenekhuu · 3 years ago
  82. 6291b13 Remove NULL pointer validation in camellia.c by Tuvshinzaya Erdenekhuu · 3 years ago
  83. a8ef156 Re-introduce ENUM validation in aes.c by Tuvshinzaya Erdenekhuu · 3 years ago
  84. cac11d7 Remove NULL pointer validation in aes.c by Tuvshinzaya Erdenekhuu · 3 years ago
  85. 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
  86. 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
  87. 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
  88. 1e85560 Fix psa_pake_get_implicit_key() state & add corresponding tests in ecjpake_rounds() by Neil Armstrong · 3 years, 2 months ago
  89. e923111 Add missing parentheses on return statements by Neil Armstrong · 3 years, 2 months ago
  90. 5fb07c6 No need to check for state in psa_pake_setup() by Neil Armstrong · 3 years, 2 months ago
  91. a557cb8 Fixing XXX_ALG_ECJPAKE to XXX_ALG_JPAKE to match specification by Neil Armstrong · 3 years, 2 months ago
  92. fbc4b4a Fix psa_pake_abort() order to correctly free memory when alg is PSA_ALG_JPAKE by Neil Armstrong · 3 years, 2 months ago
  93. 0d001ef Check more parameters of psa_pake_output/psa_pake_input by Neil Armstrong · 3 years, 2 months ago
  94. 4efd7a4 Check for PSA_ALG_ECJPAKE alg for the ECJPAKE builtin implementation by Neil Armstrong · 3 years, 2 months ago
  95. df598ab Fix key usage test in psa_pake_set_password_key() by Neil Armstrong · 3 years, 2 months ago
  96. 6b1f99f Use proper buffer size macro for allocation in psa_pake_ecjpake_setup() by Neil Armstrong · 3 years, 2 months ago
  97. 5282393 Remove useless braces in psa_crypto_pake.c by Neil Armstrong · 3 years, 2 months ago
  98. c29f847 Fix comments in psa_crypto_pake.c by Neil Armstrong · 3 years, 2 months ago
  99. a4cc7d6 Add PSA PAKE buildin implementation by Neil Armstrong · 3 years, 2 months ago
  100. 4b5710f Allow KEY_TYPE_PASSWORD/KEY_TYPE_PASSWORD_HASH to be imported by Neil Armstrong · 3 years, 2 months ago