1. 6216314 dtls_server: allow unexpected messages during handshake by Gilles Peskine · 10 months ago
  2. ff85e91 dtls_client: don't force the use of IPv6 by Gilles Peskine · 11 months ago
  3. 3104685 ssl_server: Allow the client to close the connection first by Gilles Peskine · 11 months ago
  4. 9d104e9 Test dtls_server by Gilles Peskine · 11 months ago
  5. 2a0af35 Test ssl_fork_server by Gilles Peskine · 11 months ago
  6. fab6099 Test ssl_pthread_server by Gilles Peskine · 11 months ago
  7. 37c3749 Test ssl_server by Gilles Peskine · 11 months ago
  8. f8b373e Test dtls_client by Gilles Peskine · 11 months ago
  9. e6b8250 Test ssl_client1 by Gilles Peskine · 11 months ago
  10. dd51826 ssl_client1: Exit with an error status if the TLS connection failed by Gilles Peskine · 11 months ago
  11. f0d2eb5 Merge pull request #9603 from gilles-peskine-arm/test-ref-configs-go-away-3.6 by Gilles Peskine · 10 months ago
  12. 7215b1e CMake: support "make ssl-opt" to just build what ssl-opt.sh needs by Gilles Peskine · 11 months ago
  13. bb47c73 CMake: support "make programs" by Gilles Peskine · 11 months ago
  14. 47a9b3d Replace MBEDTLS_PK_CAN_ECDSA_SOME with MBEDTLS_PK_CAN_ECDSA_SIGN by Elena Uziunaite · 11 months ago
  15. aa80f53 Use libary default in ssl_client2 for new_session_tickets by Manuel Pégourié-Gonnard · 11 months ago
  16. 9f10979 Merge branch 'mbedtls-3.6-restricted' into mbedtls-3.6.1rc0-pr by David Horstmann · 11 months ago
  17. 9f44c88 Rename some "new_session_tickets" symbols by Ronald Cron · 11 months ago
  18. d67f801 Do not add a new field in the SSL config by Ronald Cron · 11 months ago
  19. 57ad182 ssl_client2: Fix new_session_tickets option parsing by Ronald Cron · 11 months ago
  20. 23303a4 Enable TLS 1.3 ticket handling in resumption tests by Ronald Cron · 11 months ago
  21. cd4da16 Don't call psa_crypto_init in test programs when not required for TLS 1.3 by Gilles Peskine · 12 months ago
  22. 4002e6f Merge remote-tracking branch 'mbedtls-3.6' into mbedtls-3.6-restricted by Gilles Peskine · 12 months ago
  23. 013d079 Always print detailed cert errors in test programs by Manuel Pégourié-Gonnard · 12 months ago
  24. ff4d6ae Use correct conditionals in programs/ssl (fix unused-function errors) by Michael Schuster · 1 year, 2 months ago
  25. 82984bc Adjust spacing in sample programs by Michael Schuster · 1 year, 2 months ago
  26. 6fa32fd Fix missing-prototype errors in sample programs by Michael Schuster · 1 year, 2 months ago
  27. 9c4dd4e Update paths pointing to tests/data_files by David Horstmann · 1 year, 2 months ago
  28. 41995be ssl_mail_client: Fix code style issue by Mingjie Shen · 1 year, 5 months ago
  29. 6238128 ssl_mail_client: Check return value of mbedtls_snprintf by Mingjie Shen · 1 year, 5 months ago
  30. 6f216e4 ssl_mail_client: Replace snprintf with mbedtls_snprintf by Mingjie Shen · 1 year, 5 months ago
  31. 73d649e ssl_mail_client: Fix unbounded write of sprintf() by Mingjie Shen · 1 year, 5 months ago
  32. 74191a5 ssl_server2: Split early data enablement from max_early_data_size setting by Ronald Cron · 1 year, 5 months ago
  33. 7201bc6 ssl_client2: Fix early data log by Ronald Cron · 1 year, 5 months ago
  34. e33b349 Merge pull request #8864 from valeriosetti/issue8848 by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  35. 9b4e964 Merge pull request #8760 from ronald-cron-arm/tls13-write-early-data by Ronald Cron · 1 year, 5 months ago
  36. 90eca2a ssl_test_lib: add guards for pk_wrap_as_opaque() by Valerio Setti · 1 year, 5 months ago
  37. 7541ebe programs: remove usage of mbedtls_pk_wrap_as_opaque() from tests by Valerio Setti · 1 year, 5 months ago
  38. 7f72a06 Remove cruft by Gilles Peskine · 1 year, 5 months ago
  39. 74589ba ssl_context_info: explicitly note accesses to private fields by Gilles Peskine · 1 year, 5 months ago
  40. 72da8b3 Don't authorize private access to fields where not actually needed by Gilles Peskine · 1 year, 5 months ago
  41. 0aead12 ssl_client2: Improve loop writing early data by Ronald Cron · 1 year, 5 months ago
  42. b4fd47e ssl_client2: Default to library default for early data enablement by Ronald Cron · 1 year, 5 months ago
  43. 0ecb5fd Merge pull request #8574 from ronald-cron-arm/ssl-tickets by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  44. 028a38b Merge pull request #8661 from BensonLiou/use_init_api by Janos Follath · 1 year, 6 months ago
  45. 54ad01e Merge remote-tracking branch 'upstream/development' into make_tests_thread_safe by Paul Elliott · 1 year, 6 months ago
  46. 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
  47. 1d7bc1e Merge pull request #8717 from valeriosetti/issue8030 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  48. a556189 ssl_client2: Add support for early data writing by Ronald Cron · 1 year, 6 months ago
  49. 2fe0ec8 ssl_client2: Add buffer overflow check by Ronald Cron · 1 year, 6 months ago
  50. ccfaefa ssl_client2: Switch from int to size_t by Ronald Cron · 1 year, 6 months ago
  51. 4e1bd47 ssl_client2: Move code to build http request by Ronald Cron · 1 year, 6 months ago
  52. 54a3829 ssl_client2: Simplify early_data option by Ronald Cron · 1 year, 6 months ago
  53. 192e0f9 ssl_server2: Add read early data support by Jerry Yu · 2 years, 8 months ago
  54. 7fd162e Refactor common PThreads CMake code by Paul Elliott · 1 year, 6 months ago
  55. 85ea3e6 Set preferences before finding Threads in CMake by Paul Elliott · 1 year, 7 months ago
  56. e8683ce ssl_test_lib: add guards for enabled DH groups by Valerio Setti · 1 year, 7 months ago
  57. d1c106c Define ticket creation time in TLS 1.2 case as well by Ronald Cron · 1 year, 9 months ago
  58. 3a6059b Merge pull request #7455 from KloolK/record-size-limit/comply-with-limit by Tom Cosgrove · 1 year, 7 months ago
  59. 4068c7e Link programs with pthread via cmake by Paul Elliott · 1 year, 8 months ago
  60. 17c119a Migrate to threading_helpers.h by Paul Elliott · 1 year, 8 months ago
  61. 4580d4d Add accessor helpers for mbedtls_test_info by Paul Elliott · 1 year, 9 months ago
  62. 6d0a093 use mbedtls_ssl_session_init() to init session variable by Benson Liou · 1 year, 7 months ago
  63. a211bb7 Merge pull request #8596 from xkqian/tls13_early_data_input_file by Gilles Peskine · 1 year, 8 months ago
  64. a9581d2 Fix CI failure of uninitialized fp by Xiaokang Qian · 1 year, 8 months ago
  65. aedfc09 Revert to ae952174a7 and addressing some comments by Xiaokang Qian · 1 year, 8 months ago
  66. 9634680 Add the test framework of early data by Xiaokang Qian · 1 year, 8 months ago
  67. daddfb5 Open the file once read in the file path by Xiaokang Qian · 1 year, 8 months ago
  68. 35c026c Read early data file by Xiaokang Qian · 1 year, 8 months ago
  69. 2a8035b Add read early data code by Xiaokang Qian · 1 year, 8 months ago
  70. 57db590 Rework to revert the early_data enabled flag by Xiaokang Qian · 1 year, 8 months ago
  71. f482dcc Comply with the received Record Size Limit extension by Jan Bruckner · 2 years, 5 months ago
  72. ae95217 Enable early data depend on whether the early data file exist by Xiaokang Qian · 1 year, 8 months ago
  73. 750e067 remove misbehavior tests and code by Jerry Yu · 1 year, 8 months ago
  74. ea96ac3 fix various issues by Jerry Yu · 1 year, 9 months ago
  75. 3c2b21e Enable multi max_early_data_size value for connections by Jerry Yu · 2 years, 6 months ago
  76. 611c717 Sync the early_data option with internal parameters in ssl_client2 by Xiaokang Qian · 1 year, 8 months ago
  77. f8fe11d Remove the generic file read functions and simply the early data read by Xiaokang Qian · 1 year, 8 months ago
  78. eaebedb Refine the detect code to enable early data or not by Xiaokang Qian · 1 year, 8 months ago
  79. b1db729 Rename the generic read functions to ssl_read_file_text by Xiaokang Qian · 1 year, 8 months ago
  80. 6c678d7 Improve the comments of early data input by Xiaokang Qian · 1 year, 8 months ago
  81. 70fbdcf Change early data flag to input file by Xiaokang Qian · 1 year, 8 months ago
  82. c6f1637 Merge pull request #8534 from paul-elliott-arm/fix_mutex_abstraction by Janos Follath · 1 year, 8 months ago
  83. f25d831 Ensure mutex test mutex gets free'd by Paul Elliott · 1 year, 8 months ago
  84. 713ce1f various improvement by Jerry Yu · 1 year, 9 months ago
  85. cf91351 fix various issues by Jerry Yu · 1 year, 9 months ago
  86. 25ba4d4 rename `ticket_creation` to `ticket_creation_time` by Jerry Yu · 1 year, 9 months ago
  87. 3ff0b1f Cleanup ticket negative tests. by Jerry Yu · 1 year, 9 months ago
  88. ec6d078 Replace `start` with `ticket_creation` by Jerry Yu · 1 year, 9 months ago
  89. f16efbc fix various issues by Jerry Yu · 1 year, 9 months ago
  90. cebffc3 change time unit of ticket to milliseconds by Jerry Yu · 2 years, 8 months ago
  91. 752dd39 Merge pull request #8508 from valeriosetti/issue6323 by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  92. 38e75fb ssl_server2: remove usage of mbedtls_cipher_info_from_string() by Valerio Setti · 1 year, 9 months ago
  93. 0751761 max_early_data_size: rename configuration function by Yanray Wang · 1 year, 9 months ago
  94. d5ed36f early data: rename configuration function by Yanray Wang · 1 year, 9 months ago
  95. 8b6b41f Merge pull request #8434 from valeriosetti/issue8407 by Gilles Peskine · 1 year, 9 months ago
  96. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  97. 74d48c8 ssl_server2: small improvement of code readability by Valerio Setti · 1 year, 9 months ago
  98. afc6a99 Merge pull request #8381 from gilles-peskine-arm/20231017-misc-cleanup by Paul Elliott · 1 year, 9 months ago
  99. dc55470 ssl_context_info: add guards for CIPHER_C by Valerio Setti · 1 year, 9 months ago
  100. bdf04e8 ssl_server2: support ticket_aead only when CIPHER_C is defined by Valerio Setti · 1 year, 9 months ago