1. c4949d1 mbedtls_ssl_conf_alpn_protocols: declare list elements as const by Gilles Peskine · 9 weeks ago
  2. 6402c35 Remove internal helper mbedtls_ssl_get_groups() by Manuel Pégourié-Gonnard · 6 months ago
  3. 8bfa04a Added debug print in tls13 ssl_tls13_write_key_share_ext by Nadav Tasher · 8 months ago
  4. 0f6bc41 Update includes for each library file by Harry Ramsey · 10 months ago
  5. 8ceeff9 Enable ssl_tls13_get_ciphersuite_hash_alg only if macro is active by Norbert Fabritius · 2 years, 6 months ago
  6. 7b333f1 Merge pull request #8913 from ronald-cron-arm/tls13-ticket-lifetime by Gilles Peskine · 1 year, 4 months ago
  7. 840de7f tls13: cli: Rename STATUS_NOT_SENT to STATUS_NOT_INDICATED by Ronald Cron · 1 year, 5 months ago
  8. 3641df2 tls13: cli: Rename STATE_SENT to STATE_IND_SENT by Ronald Cron · 1 year, 5 months ago
  9. 3c5a683 tls13: cli: Rename STATE_NOT_SENT to STATE_NO_IND_SENT by Ronald Cron · 1 year, 5 months ago
  10. 0c80dc1 tls13: cli: Rename STATUS_NOT_SENT to STATUS_NO_IND_SENT by Ronald Cron · 1 year, 5 months ago
  11. d288466 tls13: cli: Split early data user status and internal state by Ronald Cron · 1 year, 5 months ago
  12. 9422725 tls13: cli: Discard ticket with zero lifetime by Ronald Cron · 1 year, 5 months ago
  13. 9b4e964 Merge pull request #8760 from ronald-cron-arm/tls13-write-early-data by Ronald Cron · 1 year, 5 months ago
  14. f19989d tls13: Improve sanity check in get_early_data_status by Ronald Cron · 1 year, 5 months ago
  15. 9f2c3c0 tls13: cli: Add mbedtls_ssl_get_early_data_status() API by Ronald Cron · 1 year, 5 months ago
  16. e21c2d2 tls13: cli: Add missing MBEDTLS_SSL_EARLY_DATA guards by Ronald Cron · 1 year, 5 months ago
  17. 0ecb5fd Merge pull request #8574 from ronald-cron-arm/ssl-tickets by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  18. 84dfbf4 tls13: client: Add comment about early data in 2nd ClientHello by Ronald Cron · 1 year, 5 months ago
  19. 5fbd270 tls13: Use a flag not a counter for CCS and HRR handling by Ronald Cron · 1 year, 5 months ago
  20. e273f72 tls13: client: Improve CCS handling by Ronald Cron · 1 year, 5 months ago
  21. 90e2233 tls13: cli: Refine early data status by Ronald Cron · 1 year, 6 months ago
  22. fe59ff7 tls13: Send dummy CCS only once by Ronald Cron · 1 year, 6 months ago
  23. 5c9cc0b Merge pull request #8727 from ronald-cron-arm/tls13-ignore-early-data-when-rejected by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  24. 32c28ce Merge pull request #8715 from valeriosetti/issue7964 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  25. 1483dc3 tls13: cli: Indicate early data only in first ClientHello by Ronald Cron · 1 year, 6 months ago
  26. 297c608 tls13: cli: Fix setting of early data transform by Ronald Cron · 1 year, 6 months ago
  27. b4f5076 debug: move internal functions declarations to an internal header file by Valerio Setti · 1 year, 6 months ago
  28. 4d4891e Merge pull request #8666 from valeriosetti/issue8340 by Gilles Peskine · 1 year, 6 months ago
  29. 17ef8df ssl_session: Define unconditionally the endpoint field by Ronald Cron · 1 year, 8 months ago
  30. f1ba193 Merge pull request #8526 from yanrayw/issue/7011/send_record_size_limit_ext by Tom Cosgrove · 1 year, 7 months ago
  31. ae2213c Merge pull request #8414 from lpy4105/issue/uniform-ssl-check-function by Ronald Cron · 1 year, 7 months ago
  32. 148dfb6 Change record size limit writing function by Waleed Elmelegy · 1 year, 7 months ago
  33. 42017cd tls13: cli: write Record Size Limit ext in ClientHello by Yanray Wang · 1 year, 9 months ago
  34. 3a6059b Merge pull request #7455 from KloolK/record-size-limit/comply-with-limit by Tom Cosgrove · 1 year, 7 months ago
  35. 384fbde library/tests: replace md_psa.h with psa_util.h as include file for MD conversion by Valerio Setti · 1 year, 7 months ago
  36. 6a971fd Refactor and improve Record size limit handling by Waleed Elmelegy · 1 year, 7 months ago
  37. 049cd30 Refactor record size limit extension handling by Waleed Elmelegy · 1 year, 7 months ago
  38. 94a42cc Add tls13 in ticket flags helper function names by Pengyu Lv · 1 year, 8 months ago
  39. 0a1ff2b Consistent renaming by Pengyu Lv · 1 year, 9 months ago
  40. fc2cb96 tls13: rename mbedtls_ssl_conf_tls13_check_kex_modes by Pengyu Lv · 1 year, 9 months ago
  41. 60a2256 tls13: change return value of mbedtls_ssl_conf_tls13_check_kex_modes by Pengyu Lv · 1 year, 9 months ago
  42. f482dcc Comply with the received Record Size Limit extension by Jan Bruckner · 2 years, 4 months ago
  43. c59c586 change prototype of `write_early_data_ext` by Jerry Yu · 1 year, 8 months ago
  44. 5233539 share write_early_data_ext function by Jerry Yu · 1 year, 8 months ago
  45. c2b1bc4 replace early data permission check by Jerry Yu · 1 year, 8 months ago
  46. a1e867c Merge pull request #8576 from yanrayw/issue/fix-tls13-session_negotiate-assignment by Ronald Cron · 1 year, 8 months ago
  47. 744577a tls13: early_data: cli: check a PSK has been selected in EE by Yanray Wang · 1 year, 8 months ago
  48. 9ae6534 tls13: early_data: cli: improve comment by Yanray Wang · 1 year, 8 months ago
  49. 03a0076 tls13: early_data: cli: improve comment by Yanray Wang · 1 year, 8 months ago
  50. e72dfff tls13: early_data: cli: improve comment by Yanray Wang · 1 year, 8 months ago
  51. 2bef7fb tls13: early_data: cli: remove guard to fix failure by Yanray Wang · 1 year, 8 months ago
  52. b3e207d tls13: early_data: cli: rename early_data parser in nst by Yanray Wang · 1 year, 8 months ago
  53. 0790041 Revert "tls13: early_data: cli: remove nst_ prefix" by Yanray Wang · 1 year, 8 months ago
  54. f4bad42 itls13: early_data: cli: improve comment by Yanray Wang · 1 year, 8 months ago
  55. a29db7d tls13: early_data: cli: assign ciphersuite properly by Yanray Wang · 1 year, 8 months ago
  56. 3781ab4 tls13: early_data: cli: remove nst_ prefix by Yanray Wang · 1 year, 8 months ago
  57. d012084 tls13: early_data: cli: optimize code by Yanray Wang · 1 year, 8 months ago
  58. 554ee62 tls13: early_data: fix wrong debug_ret message by Yanray Wang · 1 year, 8 months ago
  59. 5da8ecf tls13: nst early_data: remove duplicate code by Yanray Wang · 1 year, 8 months ago
  60. 920db45 tls13: early_data: support to parse max_early_data_size ext by Yanray Wang · 1 year, 9 months ago
  61. 8e0174a Add maximum ticket lifetime check by Jerry Yu · 1 year, 9 months ago
  62. cf91351 fix various issues by Jerry Yu · 1 year, 9 months ago
  63. 342a555 rename ticket received by Jerry Yu · 1 year, 9 months ago
  64. 46c7926 Add maximum ticket lifetime check by Jerry Yu · 1 year, 9 months ago
  65. cebffc3 change time unit of ticket to milliseconds by Jerry Yu · 2 years, 7 months ago
  66. 53199b1 Merge pull request #6720 from yuhaoth/pr/tls13-early-data-receive-0_rtt-and-eoed by Tom Cosgrove · 1 year, 9 months ago
  67. 4eb44e4 Standardise some more headers by Dave Rodgman · 1 year, 9 months ago
  68. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  69. 960b7eb move psk check to EE message on client side by Jerry Yu · 1 year, 9 months ago
  70. 2eab462 Fix IAR warnings by Dave Rodgman · 1 year, 10 months ago
  71. e820c0a Update spelling "mbed TLS" to "Mbed TLS" by Gilles Peskine · 2 years ago
  72. c9ae862 tls: use TLS 1.3 guards in ssl_tls13 modules by Valerio Setti · 2 years ago
  73. ea59c43 tls: fix a comment a rename a variable/symbol by Valerio Setti · 2 years ago
  74. 3d237b5 ssl_misc: fix guards for PSA data used in XXDH key exchanges by Valerio Setti · 2 years, 1 month ago
  75. 408569f Adapt function name: mbedtls_ssl_tls13_generate_and_write_dh_key_exchange by Przemek Stekiel · 2 years, 1 month ago
  76. 7ac93be Adapt names: dh -> xxdh by Przemek Stekiel · 2 years, 1 month ago
  77. d5f79e7 Adapt functions names for ffdh by Przemek Stekiel · 2 years, 1 month ago
  78. 6f19985 Adapt handshake fields to ffdh by Przemek Stekiel · 2 years, 1 month ago
  79. dbd01cb tls13: fix guards for PSA error translating function by Valerio Setti · 2 years, 1 month ago
  80. 56b159a Merge pull request #7627 from mprse/ffdh_tls13_v2 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  81. a05e9c1 Fix selection of default FFDH group by Przemek Stekiel · 2 years, 1 month ago
  82. 7d42c0d Code cleanup #2 by Przemek Stekiel · 2 years, 1 month ago
  83. a6033ac Add missing guards in tls 1.3 by Andrzej Kurek · 2 years, 2 months ago
  84. 1e4a030 Fix wrong array size calculation in error translation code by Andrzej Kurek · 2 years, 2 months ago
  85. 0064484 Optimize error translation code size by Andrzej Kurek · 2 years, 2 months ago
  86. 75a5a9c Code cleanup by Przemek Stekiel · 2 years, 2 months ago
  87. 29c219c Combine mbedtls_ssl_tls13_generate_and_write_ecdh/ffdh_key_exchange functions by Przemek Stekiel · 2 years, 2 months ago
  88. c89f3ea Add support for FFDH in TLS 1.3 by Przemek Stekiel · 2 years, 2 months ago
  89. 02b10d8 Add missing include by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  90. 1f2a587 Use actual function instead of static inline by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  91. 2d6d993 Use MD<->PSA functions from MD light by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  92. da60913 fix: correct calling to time function in tls13 client&server by YxC · 2 years, 2 months ago
  93. 91bb3f0 Wrap lines in library/ssl_tls13_client.c by Xiaokang Qian · 2 years, 4 months ago
  94. 958b6ff Wrap lines which exceed 80 chars in ssl_tls13_client.c by Xiaokang Qian · 2 years, 4 months ago
  95. eff5673 Improve and align variable names for supported versions data by Ronald Cron · 2 years, 4 months ago
  96. b828c7d Fix, improve and add comments by Ronald Cron · 2 years, 4 months ago
  97. 47dce63 tls13: Add function to search for a supported_versions extension by Ronald Cron · 2 years, 6 months ago
  98. 080a22b ssl_tls13: use PSA_WANT_ALG_ECDH as symbol for marking ECDH capability by Valerio Setti · 2 years, 4 months ago
  99. 0c8ec39 ssl_tls: fix proper guards for accelerated ECDH by Valerio Setti · 2 years, 4 months ago
  100. 90df310 ssl_tls13: fix guards for accel ECDH by Valerio Setti · 2 years, 4 months ago