1. 1cd1e01 Correct code style by Ben Taylor · 4 months ago
  2. 0deda0e Update debug by Ben Taylor · 4 months ago
  3. 602b296 pre-test version of the mbedtls_ssl_conf_rng removal by Ben Taylor · 5 months ago
  4. 1038b22 Reduce the level of logging used in tests by Manuel Pégourié-Gonnard · 5 months ago
  5. 6637ef7 New test function inject_client_content_on_the_wire() by Manuel Pégourié-Gonnard · 6 months ago
  6. 855f5bf Rm dead !USE_PSA code: ssl_tls13_xxx (part 1) by Manuel Pégourié-Gonnard · 6 months ago
  7. 0f6bc41 Update includes for each library file by Harry Ramsey · 10 months ago
  8. e2a6aa5 Improve comments explaining legacy_methods_compression handling by Waleed Elmelegy · 1 year, 1 month ago
  9. 0a9e8a3 Correct a small typo in ssl_tls13_parse_client_hello() by Waleed Elmelegy · 1 year, 1 month ago
  10. a5842ac Improve handling of legacy_compression_methods in ssl_tls13_parse_client_hello() by Waleed Elmelegy · 1 year, 1 month ago
  11. b6e7331 Fix issue in handling legacy_compression_methods in ssl_tls13_parse_client_hello() by Waleed Elmelegy · 1 year, 2 months ago
  12. a9d4ef0 Fix uint32_t printed as unsigned int by Gilles Peskine · 1 year, 2 months ago
  13. a4b773d Merge pull request #6955 from inorick/nofa_no_session_tickets by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  14. d60aef0 Unconditionally define session variable by Norbert Fabritius · 2 years, 6 months ago
  15. 1f045f3 tls13: srv: Fix guards of _is_psk_(ephemeral_)available by Ronald Cron · 1 year, 4 months ago
  16. 96eed72 Guard ticket specific TLS 1.3 function with macro by Norbert Fabritius · 2 years, 6 months ago
  17. b70f0fd Merge branch 'development' into 'development-restricted' by Minos Galanakis · 1 year, 4 months ago
  18. a5c5c58 tls13: srv: Fix potential stack buffer overread by Ronald Cron · 1 year, 4 months ago
  19. 4dfb0e7 Add ALPN checking when accepting early data by Waleed Elmelegy · 1 year, 5 months ago
  20. 6bee910 Merge pull request #8858 from waleed-elmelegy-arm/add_alpn_to_session by Ronald Cron · 1 year, 5 months ago
  21. 7b333f1 Merge pull request #8913 from ronald-cron-arm/tls13-ticket-lifetime by Gilles Peskine · 1 year, 5 months ago
  22. 5bc5263 Add code improvments and refactoring in dealing with ALPN by Waleed Elmelegy · 1 year, 5 months ago
  23. 883f77c Add mbedtls_ssl_session_set_alpn() function by Waleed Elmelegy · 1 year, 5 months ago
  24. 2824a20 Add ALPN information in session tickets by Waleed Elmelegy · 1 year, 5 months ago
  25. ce79488 tls13: srv: Fail connection if ticket lifetime exceed 7 days by Jerry Yu · 1 year, 8 months ago
  26. 7e1f9f2 Merge pull request #8854 from ronald-cron-arm/tls13-srv-max-early-data-size by Ronald Cron · 1 year, 5 months ago gh-readonly-queue/development/pr-8854-080a5171e2e07abaf01faff6e1862d70aaf35e9f
  27. 080a517 Merge pull request #8861 from ronald-cron-arm/tls13-srv-select-kex by Janos Follath · 1 year, 5 months ago
  28. 19521dd tls13: srv: Fix/Improve debug logs by Ronald Cron · 1 year, 5 months ago
  29. 7cab4f8 tls13: srv: Fix/Improve comments by Ronald Cron · 1 year, 5 months ago
  30. 16cc370 tls13: srv: Fix initialization value by Ronald Cron · 1 year, 5 months ago
  31. f602f7b tls13: srv: Code improvements by Ronald Cron · 1 year, 5 months ago
  32. 3811765 tls13: srv: Add/Improve comments by Ronald Cron · 1 year, 5 months ago
  33. 74a1629 tls13: srv: Move PSK ciphersuite selection up by Ronald Cron · 1 year, 5 months ago
  34. 3e47eec tls13: srv: Simplify resumption detection by Ronald Cron · 1 year, 5 months ago
  35. e8c162d tls13: srv: Simplify kex availability checks by Ronald Cron · 1 year, 5 months ago
  36. 79cdd41 tls13: srv: Improve key exchange mode determination by Ronald Cron · 1 year, 5 months ago
  37. 1f63fe4 tls13: srv: Fix resume flag in case of cancelled PSK by Ronald Cron · 1 year, 5 months ago
  38. cf28456 tls13: srv: Determine best key exchange mode for a PSK by Ronald Cron · 1 year, 5 months ago
  39. 89089cc tls13: srv: Factorize ciphersuite selection code by Ronald Cron · 1 year, 6 months ago
  40. f7e9916 tls13: srv: Fix MBEDTLS_SSL_SESSION_TICKETS guard position by Ronald Cron · 1 year, 6 months ago
  41. 12e72f1 tls13: srv: Always parse the pre-shared key extension by Ronald Cron · 1 year, 6 months ago
  42. 7a30cf5 tls13: srv: Stop earlier identity check by Ronald Cron · 1 year, 5 months ago
  43. fbae94a tls13: srv: Improve ticket identity check return values by Ronald Cron · 1 year, 8 months ago
  44. 3cdcac5 tls13: srv: Fix return value by Ronald Cron · 1 year, 8 months ago
  45. 6e31127 tls13: srv: Define specific return macros for binder check by Ronald Cron · 1 year, 8 months ago
  46. 139a418 Merge pull request #8587 from yanrayw/issue/4911/ssl_setup-check-RNG-configuration by Ronald Cron · 1 year, 5 months ago
  47. 8571804 tls13: srv: Enforce maximum size of early data by Ronald Cron · 1 year, 5 months ago
  48. c286519 tls13: srv: Do not forget to include max_early_data_size in the ticket by Ronald Cron · 1 year, 6 months ago
  49. 9b4e964 Merge pull request #8760 from ronald-cron-arm/tls13-write-early-data by Ronald Cron · 1 year, 5 months ago
  50. 0ecb5fd Merge pull request #8574 from ronald-cron-arm/ssl-tickets by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  51. 5fbd270 tls13: Use a flag not a counter for CCS and HRR handling by Ronald Cron · 1 year, 6 months ago
  52. e273f72 tls13: client: Improve CCS handling by Ronald Cron · 1 year, 6 months ago
  53. fe59ff7 tls13: Send dummy CCS only once by Ronald Cron · 1 year, 6 months ago
  54. 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
  55. 31e2d83 tls13: srv: Improve coding by Ronald Cron · 1 year, 6 months ago
  56. 32c28ce Merge pull request #8715 from valeriosetti/issue7964 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  57. 263dbf7 tls13: srv: Do not allow early data indication in 2nd ClientHello by Jerry Yu · 2 years, 9 months ago
  58. 4caf3ca tls13: srv: Add discard_early_data_record SSL field by Jerry Yu · 1 year, 9 months ago
  59. 78a38f6 tls13: srv: Do not use early_data_status by Ronald Cron · 1 year, 6 months ago
  60. 3b90345 Revert "tls13: Introduce early_data_state SSL context field" by Ronald Cron · 1 year, 6 months ago
  61. ed7d4bf tls13: srv: Simplify mbedtls_ssl_read_early_data() API by Ronald Cron · 1 year, 6 months ago
  62. 0883b8b tls13: Introduce early_data_state SSL context field by Ronald Cron · 1 year, 6 months ago
  63. 7b6ee94 tls13: srv: Reject early data in case of HRR by Ronald Cron · 1 year, 7 months ago
  64. d9ca354 tls13: srv: Add mbedtls_ssl_read_early_data() API by Jerry Yu · 1 year, 8 months ago
  65. 6a5904d tls13: srv: Move early data size check placeholder by Jerry Yu · 1 year, 8 months ago
  66. 5d0ae90 tls13: srv: Refine early data status by Ronald Cron · 1 year, 7 months ago
  67. b4f5076 debug: move internal functions declarations to an internal header file by Valerio Setti · 1 year, 6 months ago
  68. 4d4891e Merge pull request #8666 from valeriosetti/issue8340 by Gilles Peskine · 1 year, 6 months ago
  69. 3c0072b ssl_ticket.c: Base ticket age check on the ticket creation time by Ronald Cron · 1 year, 8 months ago
  70. 17ef8df ssl_session: Define unconditionally the endpoint field by Ronald Cron · 1 year, 8 months ago
  71. f1ba193 Merge pull request #8526 from yanrayw/issue/7011/send_record_size_limit_ext by Tom Cosgrove · 1 year, 7 months ago
  72. ae2213c Merge pull request #8414 from lpy4105/issue/uniform-ssl-check-function by Ronald Cron · 1 year, 7 months ago
  73. 7c14afc Merge pull request #8595 from yanrayw/issue/8593/srv-CH-fix-version-check by Ronald Cron · 1 year, 7 months ago
  74. fbe4274 Fix issue in checking in writing extensions by Waleed Elmelegy · 1 year, 7 months ago
  75. d2fc90e Stop sending record size limit extension if it's not sent from client by Waleed Elmelegy · 1 year, 7 months ago
  76. 47d2946 tls13: server: write Record Size Limit ext in EncryptedExtensions by Waleed Elmelegy · 1 year, 7 months ago
  77. 3a6059b Merge pull request #7455 from KloolK/record-size-limit/comply-with-limit by Tom Cosgrove · 1 year, 7 months ago
  78. 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
  79. 94a42cc Add tls13 in ticket flags helper function names by Pengyu Lv · 1 year, 8 months ago
  80. 90acdc6 tl13: srv: improve comment by Yanray Wang · 1 year, 8 months ago
  81. 2bef917 tls13: srv: return BAD_PROTOCOL_VERSION if chosen unsupported version by Yanray Wang · 1 year, 8 months ago
  82. 177e49a tls13: srv: improve DEBUG_MSG in case of TLS 1.2 disabled by Yanray Wang · 1 year, 8 months ago
  83. 408ba6f tls13: srv: replace with internal API to check is_tls12_enabled by Yanray Wang · 1 year, 8 months ago
  84. bc4aab7 Add "_is_" to functions ssl_tls13_key_exchange_.*_available by Pengyu Lv · 1 year, 8 months ago
  85. b2cfafb Consistent renaming by Pengyu Lv · 1 year, 9 months ago
  86. 0a1ff2b Consistent renaming by Pengyu Lv · 1 year, 9 months ago
  87. 4f537f7 tls13: rename mbedtls_ssl_session_check_ticket_flags by Pengyu Lv · 1 year, 9 months ago
  88. d72e858 tls13: srv: rename ssl_tls13_ticket_permission_check by Pengyu Lv · 1 year, 9 months ago
  89. 981ec14 tls13: rename ssl_tls13_check_*_key_exchange functions by Pengyu Lv · 1 year, 9 months ago
  90. f482dcc Comply with the received Record Size Limit extension by Jan Bruckner · 2 years, 5 months ago
  91. 95648b0 Some minor improvement by Jerry Yu · 1 year, 8 months ago
  92. c59c586 change prototype of `write_early_data_ext` by Jerry Yu · 1 year, 8 months ago
  93. 163e12f remove assignment for `session->max_early_data_size` by Jerry Yu · 1 year, 8 months ago
  94. 9e7f9bc Add missing debug message by Jerry Yu · 1 year, 8 months ago
  95. db97163 add ticket max_early_data_size check by Jerry Yu · 1 year, 8 months ago
  96. 5233539 share write_early_data_ext function by Jerry Yu · 1 year, 8 months ago
  97. 0069abc improve comments of new session ticket by Jerry Yu · 1 year, 8 months ago
  98. 1a16070 set max_early_data_size of ticket to keep consistent by Jerry Yu · 1 year, 8 months ago
  99. f135bac Add max_early_data_size check by Jerry Yu · 1 year, 8 months ago
  100. 930ce4c Revert "change max_early_data_size source" by Jerry Yu · 1 year, 8 months ago