1. bf9b23a Merge pull request #6648 from gilles-peskine-arm/psa-ecb-null-0 by Dave Rodgman · 2 years, 8 months ago
  2. 5a34b36 Remove more now-redundant definitions of inline by Gilles Peskine · 2 years, 8 months ago
  3. ef25a99 Merge pull request #6533 from valeriosetti/issue5847 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  4. d4a9b1a tls: psa_pake: remove useless defines and fix a comment by Valerio Setti · 2 years, 8 months ago
  5. 6b3dab0 tls: psa_pake: use a single function for round one and two in key exchange read/write by Valerio Setti · 2 years, 9 months ago
  6. 9bed8ec tls: psa_pake: make round two reading function symmatric to the writing one by Valerio Setti · 2 years, 9 months ago
  7. a08b1a4 tls: psa_pake: move move key exchange read/write functions to ssl_tls.c by Valerio Setti · 2 years, 9 months ago
  8. 4a9caaa tls12: psa_pake: check elliptic curve's TLS ID on handshake by Valerio Setti · 2 years, 9 months ago
  9. fbbc1f3 tls12: psa_pake: use proper defines for the output size of each step in ECJPAKE by Valerio Setti · 2 years, 9 months ago
  10. 02c25b5 tls12: psa_pake: use common code for parsing/writing round one and round two data by Valerio Setti · 2 years, 9 months ago
  11. a042b84 Address some format issues by Xiaokang Qian · 2 years, 9 months ago
  12. f447e8a Address comments base on reviews by Xiaokang Qian · 2 years, 9 months ago
  13. ecc2948 Fix format issues by Xiaokang Qian · 2 years, 9 months ago
  14. 338f727 Move EARLY_DATA_OFF/ON guard to ssl_misc.h by Xiaokang Qian · 2 years, 9 months ago
  15. b781a23 Move ssl_tls13_has_configured_ticket() back to tls13 client by Xiaokang Qian · 2 years, 9 months ago
  16. 893ad81 Remove useless early_secrets field by Xiaokang Qian · 2 years, 9 months ago
  17. 0e97d4d Add early data indication to client side by Xiaokang Qian · 2 years, 9 months ago
  18. b95dd36 Add missing mask set and tls13 unrecognized extension by Jerry Yu · 2 years, 9 months ago
  19. ea52ed9 fix typo and spell issues by Jerry Yu · 2 years, 9 months ago
  20. ca7d506 Use PSA PAKE API when MBEDTLS_USE_PSA_CRYPTO is selected by Neil Armstrong · 3 years, 2 months ago
  21. d25cab0 Refactor debug helpers for exts and hs message by Jerry Yu · 2 years, 9 months ago
  22. df0ad65 tls13: Add allowed extesions constants. by Jerry Yu · 2 years, 9 months ago
  23. 7a485c1 Add ext id and utilities by Jerry Yu · 2 years, 9 months ago
  24. c4bf5d6 fix various issues by Jerry Yu · 2 years, 9 months ago
  25. 03112ae change input extension_type by Jerry Yu · 3 years ago
  26. 0c354a2 introduce sent/recv extensions field by Jerry Yu · 3 years ago
  27. ffa1582 move get_extension mask by Jerry Yu · 3 years ago
  28. d15992d fix wrong setting of unrecognized ext by Jerry Yu · 3 years ago
  29. e18dc7e Add forbidden extensions check for ClientHello by Jerry Yu · 3 years ago
  30. 73fe8df Introduce and use MBEDTLS_SSL_HANDSHAKE_WITH_PSK_ENABLED by Ronald Cron · 2 years, 10 months ago
  31. e68ab4f Introduce and use MBEDTLS_SSL_HANDSHAKE_WITH_CERT_ENABLED by Ronald Cron · 2 years, 10 months ago
  32. 41a443a tls13: Use MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_PSK.*ENABLED by Ronald Cron · 2 years, 10 months ago
  33. 928cbd3 tls13: Use MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_EPHEMERAL_ENABLED by Ronald Cron · 2 years, 10 months ago
  34. d29e13e tls: Use the same function in TLS 1.2 and 1.3 to check PSK conf by Ronald Cron · 2 years, 10 months ago
  35. 3b05620 tls13: keys: Do not use `handshake->premaster` by Ronald Cron · 2 years, 10 months ago
  36. ed3afcd Fix various typo and macro guards issues by Xiaokang Qian · 2 years, 10 months ago
  37. ed0620c Refine code base on comments by Xiaokang Qian · 2 years, 10 months ago
  38. 0340929 Add MBEDTLS_SSL_SESSION_TICKETS guard to server name check by Xiaokang Qian · 2 years, 10 months ago
  39. a3b451f Adress kinds of comments base on review by Xiaokang Qian · 2 years, 10 months ago
  40. 2f9efd3 Address comments base on review by Xiaokang Qian · 2 years, 10 months ago
  41. bc663a0 Refine code based on commnets by Xiaokang Qian · 2 years, 10 months ago
  42. 2c282c9 Merge pull request #6180 from yuhaoth/pr/add-tls13-multiple-session-tickets by Paul Elliott · 2 years, 10 months ago
  43. f3bdf9d fix various issues by Jerry Yu · 2 years, 10 months ago
  44. d0766ec fix various issues by Jerry Yu · 2 years, 10 months ago
  45. d433cd7 Merge pull request #6283 from mpg/driver-only-hashes-wrap-up by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  46. d4e7500 Enable multi session tickets on Server by Jerry Yu · 3 years ago
  47. be0224a Merge pull request #6167 from yuhaoth/pr/finalize-tls13-session-tickets by Ronald Cron · 2 years, 11 months ago
  48. 07018f9 Make legacy_or_psa.h public. by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  49. 004c218 ssl_misc.h: hash guards adaptations by Przemyslaw Stekiel · 2 years, 11 months ago
  50. 153b442 mbedtls_ssl_tls13_sig_alg_is_supported: adapt guards by Przemek Stekiel · 2 years, 11 months ago
  51. db8c5fa Add getting session ticket for client by Jerry Yu · 3 years ago
  52. cccb044 Style & formatting fixes by Andrzej Kurek · 3 years ago
  53. 25f2715 Update SHA and MD5 dependencies in the SSL module by Andrzej Kurek · 3 years ago
  54. a242e83 Rename the sha384 checksum context to reflect its purpose by Andrzej Kurek · 3 years ago
  55. 95b743c Rename get_pk_type_and_md_alg by Jerry Yu · 3 years ago
  56. f6b8c32 Merge pull request #6065 from mpg/explore2 by Manuel Pégourié-Gonnard · 3 years ago
  57. 340c559 Merge pull request #6079 from yuhaoth/pr/add-tls13-parse-pre_shared_key_offered_psks by Ronald Cron · 3 years ago
  58. 4beb870 Merge pull request #6064 from xkqian/tls13_add_psk by Ronald Cron · 3 years ago
  59. 3ad67bf Rename functions and add test messages by XiaokangQian · 3 years ago
  60. 8698195 Address comments of various issues by XiaokangQian · 3 years ago
  61. adab9a6 Fix transcript issues and add cases against openssl by XiaokangQian · 3 years ago
  62. 008d2bf Address comments in psk client review by XiaokangQian · 3 years, 1 month ago
  63. eb69aee Add psk code to tls13 client side by XiaokangQian · 3 years, 1 month ago
  64. 96a2e36 TLS 1.3: Add pre-shared-key multiple psk parser by Jerry Yu · 3 years ago
  65. 6dcd18d export hdr checksum function by Jerry Yu · 3 years, 1 month ago
  66. bc817ba TLS 1.3: Limit scope of tls13_kex_modes handshake field by Ronald Cron · 3 years ago
  67. 8538549 TLS 1.3: Add selected key exchange mode field by Ronald Cron · 3 years ago
  68. abac037 Migrate from old inline to new actual function. by Manuel Pégourié-Gonnard · 3 years ago
  69. ce7d76e Merge remote-tracking branch 'mbedtls-restricted/development-restricted' into mbedtls-3.2.0rc0-pr by Ronald Cron · 3 years, 1 month ago
  70. 0e39ece Merge pull request #5916 from yuhaoth/pr/tls13-refactor-get-sig-alg-from-pk by Ronald Cron · 3 years, 1 month ago
  71. 52b7d92 fix various issues by Jerry Yu · 3 years, 1 month ago
  72. cc53910 fix various issues by Jerry Yu · 3 years, 1 month ago
  73. ee28e7a add tests for select sig alg by Jerry Yu · 3 years, 1 month ago
  74. a1255e6 fix various issues by Jerry Yu · 3 years, 1 month ago
  75. 80dd5db Remove pkcs1 from certificate verify. by Jerry Yu · 3 years, 1 month ago
  76. 5ef71f2 remove rsa_pkcs1_* from tls13 support list by Jerry Yu · 3 years, 1 month ago
  77. 96ee23e fix tls12 openssl/gnutls server fail by Jerry Yu · 3 years, 1 month ago
  78. 0c6be8f move big function by Jerry Yu · 3 years, 1 month ago
  79. d099cf0 fix unused variable issue by Jerry Yu · 3 years, 1 month ago
  80. 6babfee remove out of scope codes by Jerry Yu · 3 years, 1 month ago
  81. fb52669 Rename sig_alg cert_key check by Jerry Yu · 3 years, 1 month ago
  82. 7ab7f2b Remove pkcs1 from certificate_verify by Jerry Yu · 3 years, 2 months ago
  83. 08524c5 remove pkcs1_* support by Jerry Yu · 3 years, 2 months ago
  84. 0ebce95 create tls12/tls13 sig alg support check by Jerry Yu · 3 years, 2 months ago
  85. f249ef7 refactor get sig algo from pk by Jerry Yu · 3 years, 2 months ago
  86. 999ef70 Add accessors to config DN hints for cert request by Glenn Strauss · 3 years, 5 months ago
  87. cf600bc Comment fixes by Ronald Cron · 3 years, 1 month ago
  88. ad8c17b tls: Add overread/overwrite check failure tracking by Ronald Cron · 3 years, 2 months ago
  89. c740345 Adress review comments by XiaokangQian · 3 years, 1 month ago
  90. acb3992 Add ALPN extension to the server side by XiaokangQian · 3 years, 2 months ago
  91. a82a8b9 Mark internal int SSL functions CHECK_RETURN_CRITICAL by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  92. e0469b5 Merge pull request #931 from AndrzejKurek/clihlo_cookie_pxy_fix by Gilles Peskine · 3 years, 1 month ago
  93. 81802f4 Select certificate base on the received signature list by XiaokangQian · 3 years, 2 months ago
  94. 078e9bc Add the mbedtls prefix to ssl_check_dtls_clihlo_cookie by Andrzej Kurek · 3 years, 2 months ago
  95. cfb0194 Add cookie parsing tests to test_suite_ssl by Andrzej Kurek · 3 years, 2 months ago
  96. 9b2b771 Change mbedtls_ssl_parse_server_name_ext base on comments by XiaokangQian · 3 years, 3 months ago
  97. 40a3523 Add support of server name extension to server side by XiaokangQian · 3 years, 3 months ago
  98. 63e713e Fix comments by XiaokangQian · 3 years, 3 months ago
  99. c3017f6 Remove useless guards and refine checking by XiaokangQian · 3 years, 3 months ago
  100. 189ded2 Remove coordinate functions and change state machine in server side by XiaokangQian · 3 years, 3 months ago