1. a70bd91 Fix the description of psk client cases by Xiaokang Qian · 2 years, 10 months ago
  2. ca343ae Improve message logs and test cases description in psk by Xiaokang Qian · 2 years, 10 months ago
  3. 9c17204 Change cases description base on comments by Xiaokang Qian · 2 years, 10 months ago
  4. e12d30d Move psk related cases into tls13-kex-modes.sh by Xiaokang Qian · 2 years, 10 months ago
  5. cb6e963 Change kex mode string name by Xiaokang Qian · 2 years, 10 months ago
  6. 954d576 PSK: change descriptions base on comments by Xiaokang Qian · 2 years, 10 months ago
  7. 5beec4b Refine ssl_get_kex_mode_str() for easy automatic generation by Xiaokang Qian · 2 years, 10 months ago
  8. ac8195f Fix wrongly kex mode fallback issue in psk cases by Xiaokang Qian · 2 years, 10 months ago
  9. 210727f Skip some psk cases cause wrong fallback to ephemeral by Xiaokang Qian · 2 years, 11 months ago
  10. dea2cbe Fix various test issues in psk m->m cases by Xiaokang Qian · 2 years, 11 months ago
  11. 658204c Remove negative test cases for m->O and m->G by Xiaokang Qian · 2 years, 11 months ago
  12. 8939930 Rebase and fix some test failures by Xiaokang Qian · 2 years, 11 months ago
  13. cffb18c Fix various issues by Xiaokang Qian · 2 years, 11 months ago
  14. 8f7d7c7 Address comments about description of psk cases by Xiaokang Qian · 2 years, 11 months ago
  15. 5001bfc Add key exchange mode log in client side by Xiaokang Qian · 2 years, 11 months ago
  16. edc35e7 Refine the psk test cases for m->G by Xiaokang Qian · 3 years ago
  17. 2efece2 Refine the psk test cases for m->O by Xiaokang Qian · 3 years ago
  18. 3cbbbbc Shorten the description in psk m->m test cases by Xiaokang Qian · 3 years ago
  19. d7dcc42 Unified the test title of psk cases by Xiaokang Qian · 3 years ago
  20. 2aaf1c1 Re-work psk test cases against openssl and gnutls by Xiaokang Qian · 3 years ago
  21. 8e76e1d Add m->m cases with client be set to psk_all or all mode by Xiaokang Qian · 3 years ago
  22. ca48ddd Add m->m with client be set to ephemeral or ephemeral_all mode by Xiaokang Qian · 3 years ago
  23. 198cefd Add force_version tls13 to the psk test cases by Xiaokang Qian · 3 years ago
  24. f9b694b Add m->m cases with client be set to psk and psk_ephemeral mode by Xiaokang Qian · 3 years ago
  25. e0cc584 Change result strings based on actula psk test result by Xiaokang Qian · 3 years ago
  26. df6a389 Add client psk test cases for all mode by Xiaokang Qian · 3 years ago
  27. a39d0d5 Add client test cases for ephemeral_all mode by Xiaokang Qian · 3 years ago
  28. 01173c2 Add client test cases for ephemeral mode by Xiaokang Qian · 3 years ago
  29. ff5705b Add client test cases for psk_ephemeral mode by Xiaokang Qian · 3 years ago
  30. 7389423 Add client test cases for psk_all mode by Xiaokang Qian · 3 years ago
  31. cf6442e Add client test cases for psk mode by Xiaokang Qian · 3 years ago
  32. 335cfaa Finalize client side code for psk by XiaokangQian · 3 years ago
  33. 07ba2be Merge pull request #6304 from yuhaoth/pr/exclude-pre_shared_key-from-hrr-msg by Gilles Peskine · 2 years, 11 months ago
  34. 1475ac4 Merge pull request #6107 from Zaya-dyno/validation_remove_change_hash by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  35. d5c82fb Merge pull request #6085 from Zaya-dyno/validation_remove_change_cipher by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  36. 9370612 remove certificate setting from psk_ephemeral HRR test by Jerry Yu · 2 years, 11 months ago
  37. e5833c1 Merge pull request #6300 from davidhorstmann-arm/syntax-highlighting-function-files by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  38. d433cd7 Merge pull request #6283 from mpg/driver-only-hashes-wrap-up by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  39. 2db49df Add psk_ephemeral HRR tests by Jerry Yu · 2 years, 11 months ago
  40. 36e1d9e Merge pull request #6203 from wernerlewis/ecp_group_test by Dave Rodgman · 2 years, 11 months ago
  41. b5d8848 Use GitHub C syntax highlighting on test files by David Horstmann · 2 years, 11 months ago
  42. 05feee1 Restore vbuf value after modification by Werner Lewis · 2 years, 11 months ago
  43. ccae25b Add explicit mbedtls_ecp_tls_read_group_id call by Werner Lewis · 2 years, 11 months ago
  44. 7403d93 Add leading zeros to group metadata by Werner Lewis · 2 years, 11 months ago
  45. 5780730 Fix typo in MBEDTLS_ECP_DP_BP512R1 by Werner Lewis · 2 years, 11 months ago
  46. b4e28aa Fix two typos by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  47. 1367f40 Fix memory corruption in an SSL test function by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  48. 3c16abe Fix dependencies of KEY_EXCHANGE_ECJPAKE by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  49. 73f9233 Use full config for testing driver-only hashes by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  50. 79e1467 Fix include path for programs by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  51. be0224a Merge pull request #6167 from yuhaoth/pr/finalize-tls13-session-tickets by Ronald Cron · 2 years, 11 months ago
  52. 1716f06 Merge pull request #6093 from wernerlewis/bignum_test_script by Gilles Peskine · 2 years, 11 months ago
  53. c2fb540 Use a script specific description in CLI help by Werner Lewis · 2 years, 11 months ago
  54. 1be4582 Remove useless guard around include by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  55. ad4d2bb Exclude pre_shared_key for HRR by Jerry Yu · 2 years, 11 months ago
  56. 138387f Fix some typos, improve wording & formatting by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  57. d18c24b EC J-PAKE is now implemented in PSA by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  58. c998e43 Add ChangeLog entry about driver-only hashes. by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  59. 72687b7 Clarify dependencies in mbedtls_config.h by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  60. f17f85e Simplify definition of TLS 1.3 MD max size. by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  61. e896705 Take advantage of legacy_or_psa.h being public by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  62. 07018f9 Make legacy_or_psa.h public. by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  63. 6ee726e Replace md translation function by Jerry Yu · 2 years, 11 months ago
  64. 1c341c8 Merge pull request #6284 from daverodgman/contributing by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  65. a5df584 fix build fail for test_psa_crypto_config_accel_hash_use_psa by Jerry Yu · 2 years, 11 months ago
  66. f184625 Clarify legal requirements for contributions by Dave Rodgman · 2 years, 11 months ago
  67. c42c7e6 Update documentation in legacy_or_psa.h by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  68. 1dc3725 Style: wrap a long line by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  69. 409a620 Merge pull request #6255 from mprse/md_tls13 by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  70. 0a55cc6 Remove unnecessary var and improve comment by Jerry Yu · 2 years, 11 months ago
  71. 07c830c Fix setting for default test suite directory by Werner Lewis · 2 years, 11 months ago
  72. 18dff1f Merge pull request #5871 from superna9999/4153-psa-expose-ec-j-pake by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  73. 62e24ba Merge pull request #6260 from yuhaoth/pr/add-multiple-pre-config-psks by Ronald Cron · 2 years, 11 months ago
  74. 52ae326 Update references to file targets in docstrings by Werner Lewis · 2 years, 11 months ago
  75. ac446c8 Add combination_pairs helper function by Werner Lewis · 2 years, 11 months ago
  76. b6e8091 Use typing.cast instead of unqualified cast by Werner Lewis · 2 years, 11 months ago
  77. 00d0242 Remove argparser default for directory by Werner Lewis · 2 years, 11 months ago
  78. 858cffd Add toggle for test case count in descriptions by Werner Lewis · 2 years, 11 months ago
  79. 34d6d3e Update comments/docstrings in TestGenerator by Werner Lewis · 2 years, 11 months ago
  80. f7dad3c fix various issues by Jerry Yu · 2 years, 11 months ago
  81. 67ffab5 ssl.h: use PSA hash buffer size when PSA is used by Przemyslaw Stekiel · 2 years, 11 months ago
  82. 208257b Merge pull request #6259 from yuhaoth/pr/add-psk_ephemeral-possible-group-tests by Ronald Cron · 2 years, 11 months ago
  83. ab9b9d4 ssl_tls13_keys.h: use PSA max hash size by Przemyslaw Stekiel · 2 years, 11 months ago
  84. da64525 ssl_tls13_generic.c: fix hash buffer sizes (use PSA_HASH_MAX_SIZE) by Przemyslaw Stekiel · 2 years, 11 months ago
  85. 6a12a77 Fix typo in comment by Neil Armstrong · 2 years, 11 months ago
  86. 673b0f9 Randomize order of psks by Jerry Yu · 2 years, 11 months ago
  87. 034492b ssl.h: Fix hash guards by Przemyslaw Stekiel · 2 years, 11 months ago
  88. 004c218 ssl_misc.h: hash guards adaptations by Przemyslaw Stekiel · 2 years, 11 months ago
  89. b2407f2 Merge pull request #6261 from mprse/hash_size_macro by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  90. acff823 Add negative tolerance window by Jerry Yu · 2 years, 11 months ago
  91. 95db17e fix various issues by Jerry Yu · 2 years, 11 months ago
  92. ce0aa58 check_config.h: make TLS1.3 requirements verification more readable by Przemek Stekiel · 2 years, 11 months ago
  93. 0852ef8 mbedtls_ssl_reset_transcript_for_hrr: remove redundant 'else' statement by Przemek Stekiel · 2 years, 11 months ago
  94. 8a2f2b0 check_config.h: fix TLS 1.3 requirements (add HKDF_EXTRACT/EXPAND) and comments by Przemek Stekiel · 2 years, 11 months ago
  95. dcec7ac test_psa_crypto_config_accel_hash_use_psa: enable tls.1.3 at the end and adapt comment by Przemek Stekiel · 2 years, 11 months ago
  96. 9408b70 check_config.h: revert HKDF requirements by Przemek Stekiel · 2 years, 11 months ago
  97. 9dfbf3a ssl_tls13_generic.c: optimize code to save memory by Przemek Stekiel · 2 years, 11 months ago
  98. 153b442 mbedtls_ssl_tls13_sig_alg_is_supported: adapt guards by Przemek Stekiel · 3 years ago
  99. a06787a build_info.h: include config_psa.h also when MBEDTLS_PSA_CRYPTO_C by Przemek Stekiel · 3 years ago
  100. a4af13a test_psa_crypto_config_accel_hash_use_psa: enable TLS 1.3 by Przemek Stekiel · 3 years ago