1. 346b818 tests: ssl: Add hostname checks in session serialization tests by Ronald Cron · 1 year, 4 months ago
  2. 8196369 tests: ssl: Fix session field guards by Ronald Cron · 1 year, 4 months ago
  3. 4dfb0e7 Add ALPN checking when accepting early data by Waleed Elmelegy · 1 year, 5 months ago
  4. 5bc5263 Add code improvments and refactoring in dealing with ALPN by Waleed Elmelegy · 1 year, 5 months ago
  5. 883f77c Add mbedtls_ssl_session_set_alpn() function by Waleed Elmelegy · 1 year, 5 months ago
  6. 2824a20 Add ALPN information in session tickets by Waleed Elmelegy · 1 year, 5 months ago
  7. 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
  8. 139a418 Merge pull request #8587 from yanrayw/issue/4911/ssl_setup-check-RNG-configuration by Ronald Cron · 1 year, 5 months ago
  9. 987cf89 ssl_helpers: Restore rng_seed incrementation by Ronald Cron · 1 year, 5 months ago
  10. 10b040f tests: ssl_helpers: Rename rng_get to mbedtls_test_random by Ronald Cron · 1 year, 6 months ago
  11. 5d3036e tests: ssl: Add max_early_data_size option by Ronald Cron · 1 year, 5 months ago
  12. a9de944 ssl_helpers: minor fix in mbedtls_test_ssl_endpoint_certificate_init() by Valerio Setti · 1 year, 5 months ago
  13. 1fa2f6e test: remove usage of mbedtls_pk_wrap_as_opaque() from tests by Valerio Setti · 1 year, 5 months ago
  14. 0ecb5fd Merge pull request #8574 from ronald-cron-arm/ssl-tickets by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  15. c7fa82e tests: ssl: Improve test parameter sanity check by Ronald Cron · 1 year, 6 months ago
  16. 1f6e4e4 tests: ssl: Add helper function to get a TLS 1.3 ticket by Ronald Cron · 1 year, 6 months ago
  17. ced99be tests: ssl: Add early data handshake option by Ronald Cron · 1 year, 6 months ago
  18. b4ad3e7 tests: ssl: First reset to all zeroes options in init by Ronald Cron · 1 year, 6 months ago
  19. fb53647 tests: ssl: Move group list to options by Ronald Cron · 1 year, 6 months ago
  20. faf026c Explain purpose of test specific write/parse ticket functions by Ronald Cron · 1 year, 6 months ago
  21. ec3408d tests: ssl: Move setting of debug callback by Ronald Cron · 1 year, 7 months ago
  22. 77abfe6 ssl_helpers.c: Add ticket write/parse test functions by Ronald Cron · 1 year, 7 months ago
  23. 4d4891e Merge pull request #8666 from valeriosetti/issue8340 by Gilles Peskine · 1 year, 6 months ago
  24. c57f86e Add ticket creation time to TLS 1.2 session serialization by Ronald Cron · 1 year, 8 months ago
  25. 7b1921a Add endpoint in TLS 1.2 session serialization data by Ronald Cron · 1 year, 8 months ago
  26. 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
  27. 049cd30 Refactor record size limit extension handling by Waleed Elmelegy · 1 year, 7 months ago
  28. a72bc9a ssl_helpers: remove guard for rng_get() by Yanray Wang · 1 year, 8 months ago
  29. f88e529 ssl_helpers: make rng_get available for other test cases by Yanray Wang · 1 year, 8 months ago
  30. 472a692 fix build failure by Jerry Yu · 1 year, 9 months ago
  31. 342a555 rename ticket received by Jerry Yu · 1 year, 9 months ago
  32. 25ba4d4 rename `ticket_creation` to `ticket_creation_time` by Jerry Yu · 1 year, 9 months ago
  33. 28547c4 update tests by Jerry Yu · 1 year, 9 months ago
  34. 97137f9 Merge pull request #7071 from yuhaoth/pr/tls13-ticket-add-max_early_data_size-field by Ronald Cron · 1 year, 8 months ago
  35. ba6825e ssl: use MBEDTLS_SSL_HAVE_* in tests by Pengyu Lv · 1 year, 9 months ago
  36. fe03a40 ssl_helper: fix missin initialization of cli_log_obj by Pengyu Lv · 1 year, 9 months ago
  37. 8b6b41f Merge pull request #8434 from valeriosetti/issue8407 by Gilles Peskine · 1 year, 9 months ago
  38. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  39. 3d59ebe ssl_helpers: remove CIPHER_C guards in mbedtls_test_ssl_build_transforms() by Valerio Setti · 1 year, 9 months ago
  40. 31ad3a1 ssl_helpers: allow mbedtls_test_ssl_build_transforms to work without CIPHER_C by Valerio Setti · 1 year, 9 months ago
  41. 34e9516 Add unit test for max_early_data_size of ticket by Jerry Yu · 2 years, 8 months ago
  42. 9099d3f Refactoring: create mbedtls_test_ssl_prepare_record_mac() by Gilles Peskine · 1 year, 11 months ago
  43. e7700a7 Merge pull request #7936 from AgathiyanB/assert-false-macro by Tom Cosgrove · 2 years ago
  44. 2ec9892 Merge pull request #6253 from tom-cosgrove-arm/rename-assert_compare-to-test_assert_compare by Dave Rodgman · 2 years ago
  45. bb07377 Merge pull request #7935 from AgathiyanB/add-enum-casts by Gilles Peskine · 2 years ago
  46. 05b2a87 For tests, rename TEST_CALLOC_OR_FAIL() to just TEST_CALLOC() by Tom Cosgrove · 2 years ago
  47. f9ffd11 For tests, rename ASSERT_ALLOC() to TEST_CALLOC_OR_FAIL() by Tom Cosgrove · 2 years ago
  48. 8e8e6b9 Merge pull request #7934 from AgathiyanB/move-declarations-to-top by Dave Rodgman · 2 years ago
  49. dc28a5a Rename ASSERT_FALSE to TEST_FAIL by Agathiyan Bragadeesh · 2 years ago
  50. ebb40bc Add ASSERT_FALSE macro for tests by Agathiyan Bragadeesh · 2 years, 1 month ago
  51. 2f017a8 Add enum casts in ssl_helpers.c by Agathiyan Bragadeesh · 2 years, 1 month ago
  52. 9321265 Move declarations to top in ssl_helpers.c by Agathiyan Bragadeesh · 2 years, 1 month ago
  53. 5cbb93e Add test for cache timeout getter by Pengyu Lv · 2 years, 1 month ago
  54. bb521fd Don't directly access iv_size by Dave Rodgman · 2 years, 1 month ago
  55. 9282d4f Don't directly access key_bitlen by Dave Rodgman · 2 years, 1 month ago
  56. 02b10d8 Add missing include by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  57. 2d6d993 Use MD<->PSA functions from MD light by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  58. 9b41eb8 Replace hash_info_get_type with MD function by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  59. 4f387ef pk: use better naming for the new key ID field by Valerio Setti · 2 years, 3 months ago
  60. 048cd44 pk: fix library code for using the new opaque key solution by Valerio Setti · 2 years, 3 months ago
  61. 02c52a0 Merge pull request #7287 from yanrayw/7285-followup-of-PR6500 by Gilles Peskine · 2 years, 4 months ago
  62. 097ba14 tls: srv: Set hybrid TLS 1.2/1.3 as default configuration by Ronald Cron · 2 years, 5 months ago
  63. a697a71 tests: ssl: Move min/max TLS version setting to endpoint init by Ronald Cron · 2 years, 5 months ago
  64. 23fc437 SSL: fix test failures by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  65. f56181a ssl_helpers.c: add mbedtls_test prefix for tweak_tls13_certificate* by Yanray Wang · 2 years, 5 months ago
  66. b088bfc ssl_helpers.c: add mbedtls_test_ssl prefix for *_exchange_data by Yanray Wang · 2 years, 5 months ago
  67. 5f86a42 ssl_helpers.c: add mbedtls_test prefix for mbedtls_mock_socket_init by Yanray Wang · 2 years, 5 months ago
  68. 5e22a92 ssl_helpers.c: change prefix and move *queue_peek_info to static by Yanray Wang · 2 years, 5 months ago
  69. f6f7190 ssl_helpers.c: change prefix and move *certificate_free to static by Yanray Wang · 2 years, 5 months ago
  70. ead70c8 ssl_helpers.c: move some internal functions to static by Yanray Wang · 2 years, 5 months ago
  71. 25b766f ssl_helpers.c: move #define Directive to header file by Yanray Wang · 2 years, 5 months ago
  72. d19894f ssl_helpers.c: unify code format between source file and header file by Yanray Wang · 2 years, 5 months ago
  73. af727a2 ssl_helpers.c: improve code readability by Yanray Wang · 2 years, 5 months ago
  74. 3463435 ssl_helpers.c: fix review comments and improve code readability by Yanray Wang · 2 years, 6 months ago
  75. a8f445e Fix issue of conversion from size_t to int by Yanray Wang · 2 years, 9 months ago
  76. b458b8c Fix build errors in CMake by Yanray Wang · 2 years, 9 months ago[Renamed from tests/src/ssl_helpers.c]
  77. 1fca4de ssl_helpers.c: remove duplicate comments for some functions by Yanray Wang · 2 years, 6 months ago
  78. 4d07d1c Resolve build errors for ssl_helpers.c and test_suite_ssl.c by Yanray Wang · 2 years, 9 months ago
  79. e6afd91 Move TLS connection related functions to ssl_helpers.c by Yanray Wang · 2 years, 9 months ago
  80. 47907a4 Create ssl_helpers.c to hold functions of TLS connection by Yanray Wang · 2 years, 9 months ago