1. 4bb98be initial remove of MBEDTLS_USE_PSA_CRYPTO by Ben Taylor · 3 months ago
  2. 1819a91 Include limits.h where needed by Gilles Peskine · 13 days ago
  3. 361ce2b Rename mbedtls_pk_setup_opaque to mbedtls_pk_wrap_psa by Ben Taylor · 5 weeks ago
  4. 6edb76c mbedtls_test_ssl_endpoint_init: split configuration and setup by Gilles Peskine · 9 weeks ago
  5. 00eb072 mbedtls_test_ssl_endpoint_init: store user_data_n in the endpoint object by Gilles Peskine · 9 weeks ago
  6. a6e71f9 Don't change the configuration after mbedtls_ssl_setup by Gilles Peskine · 9 weeks ago
  7. 6e4d245 Move certificate and key parsing to auxiliary functions by Gilles Peskine · 10 weeks ago
  8. fb2ce05 SSL tests: make client authentication more uniform, defaulting on by Gilles Peskine · 10 weeks ago
  9. 27586d8 Move more endpoint configuration into the setup function by Gilles Peskine · 10 weeks ago
  10. 7a8fd46 Separate test function to perform an SSL connection by Gilles Peskine · 10 weeks ago
  11. bd95340 Unify SSL version checks between client and server by Gilles Peskine · 10 weeks ago
  12. e23a6d1 Move serialization testing into its own function by Gilles Peskine · 10 weeks ago
  13. 78df6ae Move renegotiation testing into its own function by Gilles Peskine · 10 weeks ago
  14. e30b5c7 mbedtls_test_ssl_perform_handshake: make client, server pointers by Gilles Peskine · 10 weeks ago
  15. 07432b9 Unify identical code by Gilles Peskine · 10 weeks ago
  16. ca8a9ac Remove unused parameters to endpoint init/free by Gilles Peskine · 10 weeks ago
  17. 6c154e7 Move queue management into mbedtls_test_ssl_dtls_join_endpoints by Gilles Peskine · 10 weeks ago
  18. b092e78 New auxiliary function mbedtls_test_ssl_dtls_join_endpoints by Gilles Peskine · 10 weeks ago
  19. 2996959 Move DTLS context into the endpoint structure by Gilles Peskine · 10 weeks ago
  20. 9b99368 mbedtls_test_ssl_perform_handshake: declare options as const by Gilles Peskine · 10 weeks ago
  21. 2744a43 Refactor set_ciphersuites to work on the endpoint structure by Gilles Peskine · 10 weeks ago
  22. 0677e02 Move timer into the endpoint structure by Gilles Peskine · 10 weeks ago
  23. 35a2d9b Remove testing of mbedtls_ssl_conf_own_cert(NULL) by Gilles Peskine · 2 months ago
  24. b6bb3fb Flatten out mbedtls_test_ssl_endpoint_certificate structure by Gilles Peskine · 2 months ago
  25. 353eb33 Use TEST_EQUAL(a,b) instead of TEST_ASSERT(a==b) by Gilles Peskine · 3 months ago
  26. 97c45bb Merge pull request #10120 from gilles-peskine-arm/test_suite_ssl-fix-ret-20250408 by Gilles Peskine · 3 months ago
  27. 232da48 Merge pull request #9421 from mfil/feature/implement_tls_exporter by David Horstmann · 4 months ago
  28. 946bf14 Fix some test helper functions returning 0 on some failures by Gilles Peskine · 4 months ago
  29. 55b8bb4 Check the status of mbedtls_ssl_set_hostname() by Gilles Peskine · 4 months ago
  30. ed4a2b4 Merge branch 'development-restricted' into merge-from-restricted by Manuel Pégourié-Gonnard · 4 months ago
  31. ee467aa mbedtls_test_ssl_do_handshake_with_endpoints: Zeroize endpoints by Max Fillinger · 9 months ago
  32. ea1e777 Coding style cleanup by Max Fillinger · 9 months ago
  33. 8f12e31 Exportert tests: Free endpoints and options by Max Fillinger · 9 months ago
  34. cf007ca Add more tests for keying material export by Max Fillinger · 9 months ago
  35. 47111a1 initial remove of mbedtls_ssl_conf_rng by Ben Taylor · 5 months ago
  36. 440cb2a Remove RNG from x509 and PK by Ben Taylor · 5 months ago
  37. 6637ef7 New test function inject_client_content_on_the_wire() by Manuel Pégourié-Gonnard · 6 months ago
  38. 856a370 Call mbedtls_ssl_set_hostname in the generic endpoint setup in unit tests by Gilles Peskine · 6 months ago
  39. bd89b79 Adjust spacing in tests/suites function sources by Michael Schuster · 1 year, 2 months ago
  40. 54300d4 Fix missing-prototype errors in tests/suites by Michael Schuster · 1 year, 2 months ago
  41. ea7fff4 Merge pull request #8775 from tgonzalezorlandoarm/tg/mbedtls_test_ssl_message_queue_pop_info by Bence Szépkúti · 1 year ago
  42. 74342c7 Replace MBEDTLS_SSL_HAVE_CBC with PSA_WANT_ALG_CBC_NO_PADDING by Elena Uziunaite · 1 year, 1 month ago
  43. 6121a34 Replace MBEDTLS_SSL_HAVE_AES with PSA_WANT_KEY_TYPE_AES by Elena Uziunaite · 1 year, 1 month ago
  44. 8d15e01 tests: ssl: Add hostname checks in session serialization tests by Ronald Cron · 1 year, 4 months ago
  45. 18b92a1 tests: ssl: Fix session field guards by Ronald Cron · 1 year, 4 months ago
  46. 4dfb0e7 Add ALPN checking when accepting early data by Waleed Elmelegy · 1 year, 5 months ago
  47. 5bc5263 Add code improvments and refactoring in dealing with ALPN by Waleed Elmelegy · 1 year, 5 months ago
  48. 883f77c Add mbedtls_ssl_session_set_alpn() function by Waleed Elmelegy · 1 year, 5 months ago
  49. 2824a20 Add ALPN information in session tickets by Waleed Elmelegy · 1 year, 5 months ago
  50. 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
  51. 139a418 Merge pull request #8587 from yanrayw/issue/4911/ssl_setup-check-RNG-configuration by Ronald Cron · 1 year, 5 months ago
  52. 987cf89 ssl_helpers: Restore rng_seed incrementation by Ronald Cron · 1 year, 5 months ago
  53. 10b040f tests: ssl_helpers: Rename rng_get to mbedtls_test_random by Ronald Cron · 1 year, 6 months ago
  54. 5d3036e tests: ssl: Add max_early_data_size option by Ronald Cron · 1 year, 5 months ago
  55. a9de944 ssl_helpers: minor fix in mbedtls_test_ssl_endpoint_certificate_init() by Valerio Setti · 1 year, 5 months ago
  56. 1fa2f6e test: remove usage of mbedtls_pk_wrap_as_opaque() from tests by Valerio Setti · 1 year, 5 months ago
  57. 0ecb5fd Merge pull request #8574 from ronald-cron-arm/ssl-tickets by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  58. c7fa82e tests: ssl: Improve test parameter sanity check by Ronald Cron · 1 year, 6 months ago
  59. 1f6e4e4 tests: ssl: Add helper function to get a TLS 1.3 ticket by Ronald Cron · 1 year, 6 months ago
  60. ced99be tests: ssl: Add early data handshake option by Ronald Cron · 1 year, 6 months ago
  61. b4ad3e7 tests: ssl: First reset to all zeroes options in init by Ronald Cron · 1 year, 6 months ago
  62. fb53647 tests: ssl: Move group list to options by Ronald Cron · 1 year, 6 months ago
  63. a9b90de tests/ssl_helpers: Check that message queue is popped by Tomás González · 1 year, 6 months ago
  64. faf026c Explain purpose of test specific write/parse ticket functions by Ronald Cron · 1 year, 6 months ago
  65. ec3408d tests: ssl: Move setting of debug callback by Ronald Cron · 1 year, 7 months ago
  66. 77abfe6 ssl_helpers.c: Add ticket write/parse test functions by Ronald Cron · 1 year, 7 months ago
  67. 4d4891e Merge pull request #8666 from valeriosetti/issue8340 by Gilles Peskine · 1 year, 7 months ago
  68. c57f86e Add ticket creation time to TLS 1.2 session serialization by Ronald Cron · 1 year, 9 months ago
  69. 7b1921a Add endpoint in TLS 1.2 session serialization data by Ronald Cron · 1 year, 9 months ago
  70. 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
  71. 049cd30 Refactor record size limit extension handling by Waleed Elmelegy · 1 year, 8 months ago
  72. a72bc9a ssl_helpers: remove guard for rng_get() by Yanray Wang · 1 year, 8 months ago
  73. f88e529 ssl_helpers: make rng_get available for other test cases by Yanray Wang · 1 year, 8 months ago
  74. 472a692 fix build failure by Jerry Yu · 1 year, 9 months ago
  75. 342a555 rename ticket received by Jerry Yu · 1 year, 9 months ago
  76. 25ba4d4 rename `ticket_creation` to `ticket_creation_time` by Jerry Yu · 1 year, 9 months ago
  77. 28547c4 update tests by Jerry Yu · 1 year, 9 months ago
  78. 97137f9 Merge pull request #7071 from yuhaoth/pr/tls13-ticket-add-max_early_data_size-field by Ronald Cron · 1 year, 9 months ago
  79. ba6825e ssl: use MBEDTLS_SSL_HAVE_* in tests by Pengyu Lv · 1 year, 9 months ago
  80. fe03a40 ssl_helper: fix missin initialization of cli_log_obj by Pengyu Lv · 1 year, 9 months ago
  81. 8b6b41f Merge pull request #8434 from valeriosetti/issue8407 by Gilles Peskine · 1 year, 9 months ago
  82. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  83. 3d59ebe ssl_helpers: remove CIPHER_C guards in mbedtls_test_ssl_build_transforms() by Valerio Setti · 1 year, 9 months ago
  84. 31ad3a1 ssl_helpers: allow mbedtls_test_ssl_build_transforms to work without CIPHER_C by Valerio Setti · 1 year, 9 months ago
  85. 34e9516 Add unit test for max_early_data_size of ticket by Jerry Yu · 2 years, 8 months ago
  86. 9099d3f Refactoring: create mbedtls_test_ssl_prepare_record_mac() by Gilles Peskine · 1 year, 11 months ago
  87. e7700a7 Merge pull request #7936 from AgathiyanB/assert-false-macro by Tom Cosgrove · 2 years ago
  88. 2ec9892 Merge pull request #6253 from tom-cosgrove-arm/rename-assert_compare-to-test_assert_compare by Dave Rodgman · 2 years ago
  89. bb07377 Merge pull request #7935 from AgathiyanB/add-enum-casts by Gilles Peskine · 2 years ago
  90. 05b2a87 For tests, rename TEST_CALLOC_OR_FAIL() to just TEST_CALLOC() by Tom Cosgrove · 2 years, 1 month ago
  91. f9ffd11 For tests, rename ASSERT_ALLOC() to TEST_CALLOC_OR_FAIL() by Tom Cosgrove · 2 years, 1 month ago
  92. 8e8e6b9 Merge pull request #7934 from AgathiyanB/move-declarations-to-top by Dave Rodgman · 2 years, 1 month ago
  93. dc28a5a Rename ASSERT_FALSE to TEST_FAIL by Agathiyan Bragadeesh · 2 years, 1 month ago
  94. ebb40bc Add ASSERT_FALSE macro for tests by Agathiyan Bragadeesh · 2 years, 1 month ago
  95. 2f017a8 Add enum casts in ssl_helpers.c by Agathiyan Bragadeesh · 2 years, 1 month ago
  96. 9321265 Move declarations to top in ssl_helpers.c by Agathiyan Bragadeesh · 2 years, 1 month ago
  97. 5cbb93e Add test for cache timeout getter by Pengyu Lv · 2 years, 1 month ago
  98. bb521fd Don't directly access iv_size by Dave Rodgman · 2 years, 1 month ago
  99. 9282d4f Don't directly access key_bitlen by Dave Rodgman · 2 years, 1 month ago
  100. 02b10d8 Add missing include by Manuel Pégourié-Gonnard · 2 years, 4 months ago