1. de9b03d tls13: Rename early_data_count to total_early_data_size by Ronald Cron · 1 year, 5 months ago
  2. aad8523 tests: ssl: Test enforcement of maximum early data size by Ronald Cron · 1 year, 6 months ago
  3. 9b4e964 Merge pull request #8760 from ronald-cron-arm/tls13-write-early-data by Ronald Cron · 1 year, 5 months ago
  4. dcb09ca tests: write early data: Improve get_early_data_status testing by Ronald Cron · 1 year, 5 months ago
  5. 7d158f4 tests: read early data: Use write API to send early data by Ronald Cron · 1 year, 5 months ago
  6. 110303f tests: read early data: Add no early data indication sent scenario by Ronald Cron · 1 year, 5 months ago
  7. 86d288c tests: ssl: Rename tls13_early_data to tls13_read_early_data by Ronald Cron · 1 year, 5 months ago
  8. 9f2c3c0 tls13: cli: Add mbedtls_ssl_get_early_data_status() API by Ronald Cron · 1 year, 6 months ago
  9. 0004600 tests: write early data: Inverse loop over state logic by Ronald Cron · 1 year, 6 months ago
  10. bf5e909 tests: write early data: Check we can complete handshake after writing by Ronald Cron · 1 year, 6 months ago
  11. d406924 Improve comments/documentation by Ronald Cron · 1 year, 6 months ago
  12. 0ecb5fd Merge pull request #8574 from ronald-cron-arm/ssl-tickets by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  13. 24da991 tests: ssl: early data: Add systematic default case in scenario switches by Ronald Cron · 1 year, 6 months ago
  14. 5fbd270 tls13: Use a flag not a counter for CCS and HRR handling by Ronald Cron · 1 year, 6 months ago
  15. b3d42fd tests: write early data: Add HRR scenario by Ronald Cron · 1 year, 6 months ago
  16. 05600e2 tests: write early data: Add "server rejects" scenario by Ronald Cron · 1 year, 6 months ago
  17. 8fe2b01 tests: write early data: Add "not sent" scenario by Ronald Cron · 1 year, 6 months ago
  18. 2fbbba9 tests: ssl: Add write early data unit test by Ronald Cron · 1 year, 6 months ago
  19. 2261ab2 tests: early data status: Add HRR scenario by Ronald Cron · 1 year, 6 months ago
  20. d6dba67 tests: early data status: Add "server rejects" scenario by Ronald Cron · 1 year, 6 months ago
  21. 265273e tests: early data status: Add "not sent" scenario by Ronald Cron · 1 year, 6 months ago
  22. 5c208d7 tests: ssl: Add scenario param to early data status testing function by Ronald Cron · 1 year, 6 months ago
  23. a7f94e4 tests: ssl: Add early data status unit test by Ronald Cron · 1 year, 6 months ago
  24. bfcdc06 tests: ssl: Use get TLS 1.3 ticket helper for early data test by Ronald Cron · 1 year, 6 months ago
  25. 1f6e4e4 tests: ssl: Add helper function to get a TLS 1.3 ticket by Ronald Cron · 1 year, 6 months ago
  26. ced99be tests: ssl: Add early data handshake option by Ronald Cron · 1 year, 6 months ago
  27. fb53647 tests: ssl: Move group list to options by Ronald Cron · 1 year, 6 months ago
  28. d0a7727 tests: early data: Complete the handshake by Ronald Cron · 1 year, 6 months ago
  29. 33327da tests: early data: Switch to mnemonics for test scenarios by Ronald Cron · 1 year, 6 months ago
  30. ae2d81c tests: tls13: Run early data test only in TLS 1.3 only config by Ronald Cron · 1 year, 7 months ago
  31. f57d14b Ignore early data app msg before 2nd client hello by Jerry Yu · 1 year, 9 months ago
  32. 2995d35 tls13: srv: Deprotect and discard early data records by Ronald Cron · 1 year, 7 months ago
  33. 38dbab9 tests: ssl: Adjust early data test by Ronald Cron · 1 year, 6 months ago
  34. 78a38f6 tls13: srv: Do not use early_data_status by Ronald Cron · 1 year, 6 months ago
  35. eb84534 Use TEST_EQUAL instead of TEST_ASSERT where possible by Ronald Cron · 1 year, 6 months ago
  36. 5de9c6f Fix and add comments in ticket and early data test function by Ronald Cron · 1 year, 6 months ago
  37. 095a3a5 Fix PSA init and done macros in TLS unit tests by Ronald Cron · 1 year, 6 months ago
  38. f8fdbb5 tests: tls13: Run early data test only in TLS 1.3 only config by Ronald Cron · 1 year, 7 months ago
  39. a8dd81b tests: tls13: Add early data unit test by Ronald Cron · 1 year, 7 months ago
  40. d903a86 tests: tls13: Add session resume with ticket unit test by Ronald Cron · 1 year, 7 months ago
  41. c57f86e Add ticket creation time to TLS 1.2 session serialization by Ronald Cron · 1 year, 9 months ago
  42. 7b1921a Add endpoint in TLS 1.2 session serialization data by Ronald Cron · 1 year, 9 months ago
  43. 049cd30 Refactor record size limit extension handling by Waleed Elmelegy · 1 year, 8 months ago
  44. c44042d Merge pull request #7905 from lpy4105/issue/misc-improvement by Dave Rodgman · 1 year, 9 months ago
  45. aa5dc24 Change if to switch case by Jerry Yu · 1 year, 9 months ago
  46. 713ce1f various improvement by Jerry Yu · 1 year, 9 months ago
  47. 4ac648e improve readability by Jerry Yu · 1 year, 9 months ago
  48. d84c14f improve code style by Jerry Yu · 1 year, 9 months ago
  49. b2455d2 Guards ticket_creation_time by Jerry Yu · 1 year, 9 months ago
  50. 342a555 rename ticket received by Jerry Yu · 1 year, 9 months ago
  51. 25ba4d4 rename `ticket_creation` to `ticket_creation_time` by Jerry Yu · 1 year, 9 months ago
  52. 28547c4 update tests by Jerry Yu · 1 year, 9 months ago
  53. 97137f9 Merge pull request #7071 from yuhaoth/pr/tls13-ticket-add-max_early_data_size-field by Ronald Cron · 1 year, 9 months ago
  54. ba6825e ssl: use MBEDTLS_SSL_HAVE_* in tests by Pengyu Lv · 1 year, 9 months ago
  55. d681ffd Use modern macros for calloc in test code by Gilles Peskine · 1 year, 10 months ago
  56. 21e46b3 Fix missing initializations on some error paths by Gilles Peskine · 1 year, 10 months ago
  57. 34e9516 Add unit test for max_early_data_size of ticket by Jerry Yu · 2 years, 8 months ago
  58. 1a3ad26 Merge branch 'development-restricted' into mbedtls-3.5.0rc0-pr by Minos Galanakis · 1 year, 10 months ago
  59. f07ce3b Don't extend support for deprecated functions by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  60. db6b4db Renaming all MBEDTLS_HAVE for curves to MBEDTLS_ECP_HAVE by Valerio Setti · 1 year, 11 months ago
  61. 6d809cc lib/test: use new internal helpers in library's code and tests by Valerio Setti · 2 years ago
  62. ca1e605 Merge remote-tracking branch 'upstream-public/development' into development-restricted-merge-20230925 by Gilles Peskine · 1 year, 10 months ago
  63. 9d87a38 test_suite_ssl: improve variable naming in ssl_set_hostname_twice by Pengyu Lv · 2 years, 1 month ago
  64. a3237ef Move testing of mbedtls_ssl_decrypt_buf to a new test suite by Gilles Peskine · 1 year, 11 months ago
  65. 7393686 Merge remote-tracking branch 'development' into psa_crypto_config-in-full by Gilles Peskine · 2 years ago
  66. 0540fe7 Fix code style by Tom Cosgrove · 2 years ago
  67. 5fd88b7 Simplify the logic in a test by Gilles Peskine · 2 years, 1 month ago
  68. 9d5952d Fix some dependencies on symmetric crypto in some TLS 1.3 tests by Gilles Peskine · 2 years, 1 month ago
  69. e4e9e7d For tests, rename TEST_BUFFERS_EQUAL() to TEST_MEMORY_COMPARE() by Tom Cosgrove · 2 years, 1 month ago
  70. 05b2a87 For tests, rename TEST_CALLOC_OR_FAIL() to just TEST_CALLOC() by Tom Cosgrove · 2 years, 1 month ago
  71. f9ffd11 For tests, rename ASSERT_ALLOC() to TEST_CALLOC_OR_FAIL() by Tom Cosgrove · 2 years, 1 month ago
  72. 65cd851 For tests, rename ASSERT_COMPARE() to TEST_BUFFERS_EQUAL() by Tom Cosgrove · 2 years, 1 month ago
  73. 828b3ac Merge pull request #7848 from valeriosetti/issue7749 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  74. 6f0441d tls: replace occurencies of ECP_LIGHT with PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 1 month ago
  75. db61433 Add test for endpoint getter by Pengyu Lv · 2 years, 1 month ago
  76. 30e0870 Add test for hostname getter by Pengyu Lv · 2 years, 1 month ago
  77. 7ac93be Adapt names: dh -> xxdh by Przemek Stekiel · 2 years, 1 month ago
  78. 6f19985 Adapt handshake fields to ffdh by Przemek Stekiel · 2 years, 1 month ago
  79. 56b159a Merge pull request #7627 from mprse/ffdh_tls13_v2 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  80. 75a5a9c Code cleanup by Przemek Stekiel · 2 years, 2 months ago
  81. da4fba6 Further code optimizations by Przemek Stekiel · 2 years, 2 months ago
  82. 6076f41 Remove hash_info.[ch] by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  83. 8857984 Replace hash_info macro with MD macro by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  84. 7c0f91b test: use define for initializing ssl_message_queue struct by Valerio Setti · 2 years, 3 months ago
  85. 00a256f test: fix USE_PSA_INIT position in test_suite_ssl by Valerio Setti · 2 years, 3 months ago
  86. 32f2ac9 test: proper positioning of USE_PSA_INIT + added missing exit labels by valerio · 2 years, 4 months ago
  87. 285dae8 test: fix USE_PSA_INIT/DONE for SSL test suite by Valerio Setti · 2 years, 4 months ago
  88. 6c496a1 solve disparities for ECP_LIGHT between ref/accel by Valerio Setti · 2 years, 4 months ago
  89. 02c52a0 Merge pull request #7287 from yanrayw/7285-followup-of-PR6500 by Gilles Peskine · 2 years, 4 months ago
  90. 8c1ce22 tests: ssl: Restore !MBEDTLS_SSL_PROTO_TLS1_3 dependency by Ronald Cron · 2 years, 4 months ago
  91. 097ba14 tls: srv: Set hybrid TLS 1.2/1.3 as default configuration by Ronald Cron · 2 years, 5 months ago
  92. 43263c0 tests: ssl: Extend move to handshake state tests by Ronald Cron · 2 years, 5 months ago
  93. ea8a1ea tests: ssl: Add some missing dependencies by Ronald Cron · 2 years, 5 months ago
  94. 7224086 Remove legacy_or_psa.h by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  95. 23fc437 SSL: fix test failures by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  96. bef824d SSL: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  97. f56181a ssl_helpers.c: add mbedtls_test prefix for tweak_tls13_certificate* by Yanray Wang · 2 years, 5 months ago
  98. b088bfc ssl_helpers.c: add mbedtls_test_ssl prefix for *_exchange_data by Yanray Wang · 2 years, 5 months ago
  99. 5f86a42 ssl_helpers.c: add mbedtls_test prefix for mbedtls_mock_socket_init by Yanray Wang · 2 years, 5 months ago
  100. 5ba709c Move #define Directive into ssl_helpers.h by Yanray Wang · 2 years, 6 months ago