1. 9f10979 Merge branch 'mbedtls-3.6-restricted' into mbedtls-3.6.1rc0-pr by David Horstmann · 11 months ago
  2. 9f44c88 Rename some "new_session_tickets" symbols by Ronald Cron · 11 months ago
  3. d67f801 Do not add a new field in the SSL config by Ronald Cron · 11 months ago
  4. 57ad182 ssl_client2: Fix new_session_tickets option parsing by Ronald Cron · 11 months ago
  5. 23303a4 Enable TLS 1.3 ticket handling in resumption tests by Ronald Cron · 11 months ago
  6. cd4da16 Don't call psa_crypto_init in test programs when not required for TLS 1.3 by Gilles Peskine · 11 months ago
  7. 4002e6f Merge remote-tracking branch 'mbedtls-3.6' into mbedtls-3.6-restricted by Gilles Peskine · 11 months ago
  8. 013d079 Always print detailed cert errors in test programs by Manuel Pégourié-Gonnard · 12 months ago
  9. ff4d6ae Use correct conditionals in programs/ssl (fix unused-function errors) by Michael Schuster · 1 year, 2 months ago
  10. 82984bc Adjust spacing in sample programs by Michael Schuster · 1 year, 2 months ago
  11. 6fa32fd Fix missing-prototype errors in sample programs by Michael Schuster · 1 year, 2 months ago
  12. 9c4dd4e Update paths pointing to tests/data_files by David Horstmann · 1 year, 2 months ago
  13. 41995be ssl_mail_client: Fix code style issue by Mingjie Shen · 1 year, 5 months ago
  14. 6238128 ssl_mail_client: Check return value of mbedtls_snprintf by Mingjie Shen · 1 year, 5 months ago
  15. 6f216e4 ssl_mail_client: Replace snprintf with mbedtls_snprintf by Mingjie Shen · 1 year, 5 months ago
  16. 73d649e ssl_mail_client: Fix unbounded write of sprintf() by Mingjie Shen · 1 year, 5 months ago
  17. 74191a5 ssl_server2: Split early data enablement from max_early_data_size setting by Ronald Cron · 1 year, 5 months ago
  18. 7201bc6 ssl_client2: Fix early data log by Ronald Cron · 1 year, 5 months ago
  19. e33b349 Merge pull request #8864 from valeriosetti/issue8848 by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  20. 9b4e964 Merge pull request #8760 from ronald-cron-arm/tls13-write-early-data by Ronald Cron · 1 year, 5 months ago
  21. 90eca2a ssl_test_lib: add guards for pk_wrap_as_opaque() by Valerio Setti · 1 year, 5 months ago
  22. 7541ebe programs: remove usage of mbedtls_pk_wrap_as_opaque() from tests by Valerio Setti · 1 year, 5 months ago
  23. 7f72a06 Remove cruft by Gilles Peskine · 1 year, 5 months ago
  24. 74589ba ssl_context_info: explicitly note accesses to private fields by Gilles Peskine · 1 year, 5 months ago
  25. 72da8b3 Don't authorize private access to fields where not actually needed by Gilles Peskine · 1 year, 5 months ago
  26. 0aead12 ssl_client2: Improve loop writing early data by Ronald Cron · 1 year, 5 months ago
  27. b4fd47e ssl_client2: Default to library default for early data enablement by Ronald Cron · 1 year, 5 months ago
  28. 0ecb5fd Merge pull request #8574 from ronald-cron-arm/ssl-tickets by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  29. 028a38b Merge pull request #8661 from BensonLiou/use_init_api by Janos Follath · 1 year, 6 months ago
  30. 54ad01e Merge remote-tracking branch 'upstream/development' into make_tests_thread_safe by Paul Elliott · 1 year, 6 months ago
  31. 7a28738 Merge pull request #8636 from paul-elliott-arm/new_test_thread_interface by Janos Follath · 1 year, 6 months ago gh-readonly-queue/development/pr-8636-1dbfc8ad3c32f77f360e47a367c074397915a4bd
  32. 1d7bc1e Merge pull request #8717 from valeriosetti/issue8030 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  33. a556189 ssl_client2: Add support for early data writing by Ronald Cron · 1 year, 6 months ago
  34. 2fe0ec8 ssl_client2: Add buffer overflow check by Ronald Cron · 1 year, 6 months ago
  35. ccfaefa ssl_client2: Switch from int to size_t by Ronald Cron · 1 year, 6 months ago
  36. 4e1bd47 ssl_client2: Move code to build http request by Ronald Cron · 1 year, 6 months ago
  37. 54a3829 ssl_client2: Simplify early_data option by Ronald Cron · 1 year, 6 months ago
  38. 192e0f9 ssl_server2: Add read early data support by Jerry Yu · 2 years, 8 months ago
  39. 7fd162e Refactor common PThreads CMake code by Paul Elliott · 1 year, 6 months ago
  40. 85ea3e6 Set preferences before finding Threads in CMake by Paul Elliott · 1 year, 7 months ago
  41. e8683ce ssl_test_lib: add guards for enabled DH groups by Valerio Setti · 1 year, 7 months ago
  42. d1c106c Define ticket creation time in TLS 1.2 case as well by Ronald Cron · 1 year, 8 months ago
  43. 3a6059b Merge pull request #7455 from KloolK/record-size-limit/comply-with-limit by Tom Cosgrove · 1 year, 7 months ago
  44. 4068c7e Link programs with pthread via cmake by Paul Elliott · 1 year, 8 months ago
  45. 17c119a Migrate to threading_helpers.h by Paul Elliott · 1 year, 8 months ago
  46. 4580d4d Add accessor helpers for mbedtls_test_info by Paul Elliott · 1 year, 9 months ago
  47. 6d0a093 use mbedtls_ssl_session_init() to init session variable by Benson Liou · 1 year, 7 months ago
  48. a211bb7 Merge pull request #8596 from xkqian/tls13_early_data_input_file by Gilles Peskine · 1 year, 8 months ago
  49. a9581d2 Fix CI failure of uninitialized fp by Xiaokang Qian · 1 year, 8 months ago
  50. aedfc09 Revert to ae952174a7 and addressing some comments by Xiaokang Qian · 1 year, 8 months ago
  51. 9634680 Add the test framework of early data by Xiaokang Qian · 1 year, 8 months ago
  52. daddfb5 Open the file once read in the file path by Xiaokang Qian · 1 year, 8 months ago
  53. 35c026c Read early data file by Xiaokang Qian · 1 year, 8 months ago
  54. 2a8035b Add read early data code by Xiaokang Qian · 1 year, 8 months ago
  55. 57db590 Rework to revert the early_data enabled flag by Xiaokang Qian · 1 year, 8 months ago
  56. f482dcc Comply with the received Record Size Limit extension by Jan Bruckner · 2 years, 5 months ago
  57. ae95217 Enable early data depend on whether the early data file exist by Xiaokang Qian · 1 year, 8 months ago
  58. 750e067 remove misbehavior tests and code by Jerry Yu · 1 year, 8 months ago
  59. ea96ac3 fix various issues by Jerry Yu · 1 year, 9 months ago
  60. 3c2b21e Enable multi max_early_data_size value for connections by Jerry Yu · 2 years, 6 months ago
  61. 611c717 Sync the early_data option with internal parameters in ssl_client2 by Xiaokang Qian · 1 year, 8 months ago
  62. f8fe11d Remove the generic file read functions and simply the early data read by Xiaokang Qian · 1 year, 8 months ago
  63. eaebedb Refine the detect code to enable early data or not by Xiaokang Qian · 1 year, 8 months ago
  64. b1db729 Rename the generic read functions to ssl_read_file_text by Xiaokang Qian · 1 year, 8 months ago
  65. 6c678d7 Improve the comments of early data input by Xiaokang Qian · 1 year, 8 months ago
  66. 70fbdcf Change early data flag to input file by Xiaokang Qian · 1 year, 8 months ago
  67. c6f1637 Merge pull request #8534 from paul-elliott-arm/fix_mutex_abstraction by Janos Follath · 1 year, 8 months ago
  68. f25d831 Ensure mutex test mutex gets free'd by Paul Elliott · 1 year, 8 months ago
  69. 713ce1f various improvement by Jerry Yu · 1 year, 9 months ago
  70. cf91351 fix various issues by Jerry Yu · 1 year, 9 months ago
  71. 25ba4d4 rename `ticket_creation` to `ticket_creation_time` by Jerry Yu · 1 year, 9 months ago
  72. 3ff0b1f Cleanup ticket negative tests. by Jerry Yu · 1 year, 9 months ago
  73. ec6d078 Replace `start` with `ticket_creation` by Jerry Yu · 1 year, 9 months ago
  74. f16efbc fix various issues by Jerry Yu · 1 year, 9 months ago
  75. cebffc3 change time unit of ticket to milliseconds by Jerry Yu · 2 years, 8 months ago
  76. 752dd39 Merge pull request #8508 from valeriosetti/issue6323 by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  77. 38e75fb ssl_server2: remove usage of mbedtls_cipher_info_from_string() by Valerio Setti · 1 year, 9 months ago
  78. 0751761 max_early_data_size: rename configuration function by Yanray Wang · 1 year, 9 months ago
  79. d5ed36f early data: rename configuration function by Yanray Wang · 1 year, 9 months ago
  80. 8b6b41f Merge pull request #8434 from valeriosetti/issue8407 by Gilles Peskine · 1 year, 9 months ago
  81. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  82. 74d48c8 ssl_server2: small improvement of code readability by Valerio Setti · 1 year, 9 months ago
  83. afc6a99 Merge pull request #8381 from gilles-peskine-arm/20231017-misc-cleanup by Paul Elliott · 1 year, 9 months ago
  84. dc55470 ssl_context_info: add guards for CIPHER_C by Valerio Setti · 1 year, 9 months ago
  85. bdf04e8 ssl_server2: support ticket_aead only when CIPHER_C is defined by Valerio Setti · 1 year, 9 months ago
  86. 5d055f8 Merge pull request #7844 from mpg/ssl-progs-usage by Gilles Peskine · 1 year, 9 months ago
  87. a0e810d Convey that it's ok for mbedtls_ssl_session_save to fail by Gilles Peskine · 1 year, 10 months ago
  88. 540324c Correct styling of Mbed TLS in documentation by Thomas Daubney · 1 year, 10 months ago
  89. fd3360e Remove unneeded setting of ret from ssl programs by Paul Elliott · 1 year, 11 months ago
  90. e820c0a Update spelling "mbed TLS" to "Mbed TLS" by Gilles Peskine · 2 years ago
  91. f745e5b Merge remote-tracking branch 'development' into HEAD by Gilles Peskine · 2 years ago
  92. 186731b Fix warnings from clang-16 by Gowtham Suresh Kumar · 2 years ago
  93. 828b3ac Merge pull request #7848 from valeriosetti/issue7749 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  94. 91d9daf Merge pull request #7925 from hasheddan/dtls-server-order by Dave Rodgman · 2 years, 1 month ago
  95. af2f7a6 Fix order of steps in DTLS server example program by Daniel Mangum · 2 years, 1 month ago
  96. dda0019 ssl_test_lib: fix rebase error by Valerio Setti · 2 years, 1 month ago
  97. 5bdebb2 ssl_test_lib: fix variable naming for curve group by Valerio Setti · 2 years, 1 month ago
  98. fb6356f ssl_test_lib: simplify function which prints supported curves by Valerio Setti · 2 years, 1 month ago
  99. deb6764 ssl_test_lib: manage FFDH keys the same way as ECC ones by Valerio Setti · 2 years, 1 month ago
  100. acd32c0 programs: add helper functions for supported EC curves by Valerio Setti · 2 years, 1 month ago