1. a5db6c1 Fix record insertion by Manuel Pégourié-Gonnard · 4 months ago
  2. 8d73bdc Improve comments by Manuel Pégourié-Gonnard · 4 months ago
  3. 132f5b9 Use same dependencies for helper functions by Manuel Pégourié-Gonnard · 4 months ago
  4. 0a1996f Tighten dependency declarations by Manuel Pégourié-Gonnard · 4 months ago
  5. c0721e0 Improve documentation by Gilles Peskine · 5 months ago
  6. eb48890 Remove redundant setup by Gilles Peskine · 5 months ago
  7. 84ccbd8 Simulate closing the connection mid-message by Gilles Peskine · 5 months ago
  8. 5e3c0bd Also test inserting non-empty, non-handshake records by Gilles Peskine · 5 months ago
  9. c34ea47 Fix the build without MBEDTLS_DEBUG_C by Gilles Peskine · 5 months ago
  10. 0742672 Fix the build in PSK-only configurations by Gilles Peskine · 5 months ago
  11. 7ab9fb6 Pacify ancient clang -Wmissing-initializer by Gilles Peskine · 5 months ago
  12. 7c1dbef Test split, coalesced-split and empty handshake records by Gilles Peskine · 5 months ago
  13. 92122ed Create handshake record coalescing tests by Gilles Peskine · 5 months ago
  14. 602b296 pre-test version of the mbedtls_ssl_conf_rng removal by Ben Taylor · 5 months ago
  15. 47111a1 initial remove of mbedtls_ssl_conf_rng by Ben Taylor · 5 months ago
  16. 5ba9b57 Convert test function to a static function by Gabor Mezei · 5 months ago
  17. 9ee58e4 Update test dependencies by Gabor Mezei · 5 months ago
  18. 47c6277 Update dependencies by Gabor Mezei · 5 months ago
  19. 6dcfdf1 Adapt dependencies to the new world by Manuel Pégourié-Gonnard · 5 months ago
  20. af4606d Re-introduce log asserts on positive cases by Manuel Pégourié-Gonnard · 5 months ago
  21. 47d0b79 Improve a test assertion by Manuel Pégourié-Gonnard · 5 months ago
  22. ed873f9 Adjust logic around log pattern by Manuel Pégourié-Gonnard · 5 months ago
  23. 1038b22 Reduce the level of logging used in tests by Manuel Pégourié-Gonnard · 5 months ago
  24. 299f94a Fix dependency issues by Manuel Pégourié-Gonnard · 5 months ago
  25. 1bed827 New test function for large ClientHello by Manuel Pégourié-Gonnard · 5 months ago
  26. ae567ad Add missing dependency declaration by Manuel Pégourié-Gonnard · 5 months ago
  27. 73247c6 Fix dependency issues by Manuel Pégourié-Gonnard · 5 months ago
  28. e916652 Add supported_curves/groups extension by Manuel Pégourié-Gonnard · 6 months ago
  29. 6637ef7 New test function inject_client_content_on_the_wire() by Manuel Pégourié-Gonnard · 6 months ago
  30. 8829aa3 Fix code style by Gabor Mezei · 5 months ago
  31. 1495093 TLS context serialization needs an AEAD ciphersuite by Gabor Mezei · 5 months ago
  32. dcbe4ce Update dependencies by Gabor Mezei · 5 months ago
  33. 8adcfc8 Add ECDSA ciphersuite support for `resize_buffer` tests by Gabor Mezei · 5 months ago
  34. 1494a09 test_suite_ssl: require GCM or ChaChaPoly in handshake_serialization() by Valerio Setti · 6 months ago
  35. b8ef2a4 test_suite_ssl: adapt handshake_fragmentation() to use ECDHE-RSA by Valerio Setti · 7 months ago
  36. c4e768a Fix incorrect test function by Manuel Pégourié-Gonnard · 7 months ago
  37. 4c3134a Remove useless dependency from test function by Manuel Pégourié-Gonnard · 7 months ago
  38. 93d4591 Remove deprecated function mbedtls_ssl_conf_curves() by Manuel Pégourié-Gonnard · 7 months ago
  39. bc7c523 Remove uses of secp244k1 by Gilles Peskine · 7 months ago
  40. 8d8620b Address review comments: add PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_IMPORT by Elena Uziunaite · 11 months ago
  41. bed21b5 Replace MBEDTLS_PK_CAN_ECDSA_VERIFY with PSA_HAVE_ALG_ECDSA_VERIFY by Elena Uziunaite · 11 months ago
  42. a6950b8 Replace MBEDTLS_PK_CAN_ECDSA_SOME with PSA_HAVE_ALG_SOME_ECDSA by Elena Uziunaite · 1 year ago
  43. 63cb13e Replace MBEDTLS_ECP_HAVE_SECP224K1 with PSA_WANT_ECC_SECP_K1_224 by Elena Uziunaite · 11 months ago
  44. b8457ff Merge pull request #9353 from eleuzi01/replace-ecp-have-secp384r1 by Gilles Peskine · 12 months ago
  45. 0858fdc Merge pull request #9189 from misch7/fix-v3.6-issues-9186-and-9188 by Gilles Peskine · 12 months ago
  46. bd89b79 Adjust spacing in tests/suites function sources by Michael Schuster · 1 year, 2 months ago
  47. 6b4cd48 Replace MBEDTLS_ECP_HAVE_SECP384R1 with PSA_WANT_ECC_SECP_R1_384 by Elena Uziunaite · 1 year, 1 month ago
  48. 8dde3b3 Replace MBEDTLS_PK_HAVE_ECC_KEYS with PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY by Elena Uziunaite · 1 year, 1 month ago
  49. 74342c7 Replace MBEDTLS_SSL_HAVE_CBC with PSA_WANT_ALG_CBC_NO_PADDING by Elena Uziunaite · 1 year, 1 month ago
  50. 6121a34 Replace MBEDTLS_SSL_HAVE_AES with PSA_WANT_KEY_TYPE_AES by Elena Uziunaite · 1 year, 1 month ago
  51. 417d05f Replace MBEDTLS_ECP_HAVE_SECP256R1 with PSA_WANT_ECC_SECP_R1_256 by Elena Uziunaite · 1 year, 1 month ago
  52. b449476 Merge pull request #9354 from eleuzi01/replace-ecp-have-secp512r1 by Paul Elliott · 1 year, 1 month ago
  53. df772da Merge pull request #9358 from eleuzi01/replace-curve by Paul Elliott · 1 year, 1 month ago
  54. 9a75ddd Merge pull request #9350 from eleuzi01/replace-ecp-have-secp224r1 by Gilles Peskine · 1 year, 1 month ago
  55. b8d1087 Replace MBEDTLS_ECP_HAVE_BP*R1 with PSA_WANT counterparts by Elena Uziunaite · 1 year, 1 month ago
  56. 24e24f2 Replace MBEDTLS_ECP_HAVE_SECP521R1 with PSA_WANT_ECC_SECP_R1_521 by Elena Uziunaite · 1 year, 1 month ago
  57. eaa0cf0 Replace MBEDTLS_ECP_HAVE_SECP224R1 with PSA_WANT_ECC_SECP_R1_224 by Elena Uziunaite · 1 year, 1 month ago
  58. cb854d5 Merge pull request #9356 from eleuzi01/replace-ecp-have-secp-k1 by Gilles Peskine · 1 year, 1 month ago
  59. 9e85c9f Replace MBEDTLS_ECP_HAVE_SECP*K1 with PSA_WANT counterparts by Elena Uziunaite · 1 year, 1 month ago
  60. a363286 Replace MBEDTLS_ECP_HAVE_SECP192R1 with PSA_WANT_ECC_SECP_R1_192 by Elena Uziunaite · 1 year, 1 month ago
  61. 0b5d48e Replace MBEDTLS_ECP_HAVE_CURVE* with PSA_WANT counterparts by Elena Uziunaite · 1 year, 1 month ago
  62. 0916cd7 Replace MBEDTLS_MD_CAN_SHA256 with PSA_WANT_ALG_SHA_256 by Elena Uziunaite · 1 year, 2 months ago
  63. 8473390 tests: fix guards in test suites to allow testing with PSASIM by Valerio Setti · 1 year, 1 month ago
  64. 8d15e01 tests: ssl: Add hostname checks in session serialization tests by Ronald Cron · 1 year, 4 months ago
  65. ad0ee1a tests: ssl: Remove redundant test by Ronald Cron · 1 year, 4 months ago
  66. 18b92a1 tests: ssl: Fix session field guards by Ronald Cron · 1 year, 4 months ago
  67. 4dfb0e7 Add ALPN checking when accepting early data by Waleed Elmelegy · 1 year, 5 months ago
  68. 6bee910 Merge pull request #8858 from waleed-elmelegy-arm/add_alpn_to_session by Ronald Cron · 1 year, 5 months ago
  69. 719c2ed Bugfix by BensonLiou · 1 year, 5 months ago
  70. 3720809 Merge branch 'development' into random_bye_on_hrr by BensonLiou · 1 year, 5 months ago
  71. 368debd Merge branch 'development' of https://github.com/Mbed-TLS/mbedtls into random_bye_on_hrr by BensonLiou · 1 year, 5 months ago
  72. 883f77c Add mbedtls_ssl_session_set_alpn() function by Waleed Elmelegy · 1 year, 5 months ago
  73. 2824a20 Add ALPN information in session tickets by Waleed Elmelegy · 1 year, 5 months ago
  74. bedd251 fix code style by BensonLiou · 1 year, 5 months ago
  75. 40043d0 Merge pull request #8884 from ronald-cron-arm/improve-early-data-status by Ronald Cron · 1 year, 5 months ago gh-readonly-queue/development/pr-8884-e95bf7975436a7e28b9ecf4b29e681b583f42485
  76. 60c2f47 Merge pull request #8888 from minosgalanakis/features/add_ssl_session_accessor_8529 by Dave Rodgman · 1 year, 5 months ago
  77. 840de7f tls13: cli: Rename STATUS_NOT_SENT to STATUS_NOT_INDICATED by Ronald Cron · 1 year, 5 months ago
  78. 3641df2 tls13: cli: Rename STATE_SENT to STATE_IND_SENT by Ronald Cron · 1 year, 5 months ago
  79. 3c5a683 tls13: cli: Rename STATE_NOT_SENT to STATE_NO_IND_SENT by Ronald Cron · 1 year, 5 months ago
  80. 0c80dc1 tls13: cli: Rename STATUS_NOT_SENT to STATUS_NO_IND_SENT by Ronald Cron · 1 year, 5 months ago
  81. 05d7cfb tls13: cli: Rename STATE_UNKNOWN to STATE_IDLE by Ronald Cron · 1 year, 5 months ago
  82. d288466 tls13: cli: Split early data user status and internal state by Ronald Cron · 1 year, 5 months ago
  83. 61fd13c Merge remote-tracking branch 'mbedtls/development' into tls13-cli-max-early-data-size by Ronald Cron · 1 year, 5 months ago
  84. 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
  85. e1295fa tests: ssl: early data: Fix comments by Ronald Cron · 1 year, 5 months ago
  86. 5247210 tests: suite: early data: Add comments by Ronald Cron · 1 year, 5 months ago
  87. 4facb0a tests: ssl: Improve early data test code by Ronald Cron · 1 year, 5 months ago
  88. 1a13e2f tests: ssl: Improve test code for very small max_early_data_size by Ronald Cron · 1 year, 5 months ago
  89. 139a418 Merge pull request #8587 from yanrayw/issue/4911/ssl_setup-check-RNG-configuration by Ronald Cron · 1 year, 5 months ago
  90. 411cb6c test_suite_ssl: Added ssl_session_id_accessors_check. by Minos Galanakis · 1 year, 5 months ago
  91. e93cd1b tests: ssl: Free write/read test buffers by Ronald Cron · 1 year, 5 months ago
  92. 7c07aab tests: write early data: Improve tls13_cli_max_early_data_size by Ronald Cron · 1 year, 5 months ago
  93. ae6f9a5 tests: write early data: Allocate buffer to write/read by Ronald Cron · 1 year, 5 months ago
  94. aab4a54 tests: Set the default conf then customize by Ronald Cron · 1 year, 5 months ago
  95. 10b040f tests: ssl_helpers: Rename rng_get to mbedtls_test_random by Ronald Cron · 1 year, 6 months ago
  96. de9b03d tls13: Rename early_data_count to total_early_data_size by Ronald Cron · 1 year, 5 months ago
  97. aad8523 tests: ssl: Test enforcement of maximum early data size by Ronald Cron · 1 year, 6 months ago
  98. fcbf776 tests: ssl: Restore write_early_data test function by Ronald Cron · 1 year, 5 months ago
  99. 25ad10a tests: ssl: Improve tls13_srv_max_early_data_size() by Ronald Cron · 1 year, 5 months ago
  100. 19bfe0a tls13: Rename early_data_count to total_early_data_size by Ronald Cron · 1 year, 5 months ago