1. 8ac3eb9 Avoid a useless copy in cert_{req,write} by Manuel Pégourié-Gonnard · 3 months ago
  2. 8429619 Fix type in ChangeLog by Manuel Pégourié-Gonnard · 3 months ago
  3. 8a6fc08 Add comment on apparent type mismatch by Manuel Pégourié-Gonnard · 3 months ago
  4. 35f2220 Remove redundant free loop by Manuel Pégourié-Gonnard · 3 months ago
  5. f9ac5e7 Add unit test for new behaviour of string_to_names() by Manuel Pégourié-Gonnard · 3 months ago
  6. 0803df2 Fix memory leak in cert_write & cert_req by Manuel Pégourié-Gonnard · 3 months ago
  7. 4dd52b7 Fix runtime error in cert_write & cert_req by Manuel Pégourié-Gonnard · 3 months ago
  8. acdcb7f Restore behaviour of mbedtls_x509write_set_foo_name() by Manuel Pégourié-Gonnard · 3 months ago
  9. 19d2c91 Fix undocumented free() in x509_string_to_names() by Manuel Pégourié-Gonnard · 3 months ago
  10. 3bd433d Merge pull request #10150 from gilles-peskine-arm/pylint-check-str-concat-3.6 by David Horstmann · 3 months ago
  11. ae18357 Merge pull request #10138 from XavierChapron/xch/constify-mbedtls_cipher_base_lookup_table-3.6 by Gilles Peskine · 3 months ago
  12. cc4649d Complain about a missing comma in multiline lists of strings by Gilles Peskine · 3 months ago
  13. 0dd76e0 Prepare framework for pylint check-str-concat-over-line-jumps by Gilles Peskine · 3 months ago
  14. 8444211 Merge pull request #10137 from gilles-peskine-arm/test_suite_ssl-fix-ret-20250408-3.6 by Gilles Peskine · 3 months ago
  15. 74383ab Merge pull request #10132 from valeriosetti/issue157-3.6 by Gilles Peskine · 4 months ago gh-readonly-queue/mbedtls-3.6/pr-10132-e08edcc494cd43683e57a2a16ba883da1c9018af
  16. 309ca52 framework: update reference by Valerio Setti · 4 months ago
  17. afedef5 Constify cipher_wrap:mbedtls_cipher_base_lookup_table by Xavier Chapron · 4 months ago
  18. e08edcc Merge pull request #9469 from mfil/feature/backport36_implement_tls_exporter by David Horstmann · 4 months ago
  19. 0e6032d Fix some test helper functions returning 0 on some failures by Gilles Peskine · 4 months ago
  20. 1ff1281 Check the status of mbedtls_ssl_set_hostname() by Gilles Peskine · 4 months ago
  21. 1b0e2e9 Add missing ifdef for mbedtls_ssl_tls13_exporter by Max Fillinger · 4 months ago
  22. 40c2024 Add label_len argument to non-PSA tls_prf_generic by Max Fillinger · 4 months ago
  23. 820e5cc Fix dependencies for TLS-Exporter tests by Max Fillinger · 7 months ago
  24. 0b65a91 Fix doxygen for MBEDTLS_SSL_KEYING_MATERIAL_EXPORT by Max Fillinger · 7 months ago
  25. 5122dc6 Fix mistake in previous comment change by Max Fillinger · 8 months ago
  26. 7833b18 Fix HkdfLabel comment by Max Fillinger · 8 months ago
  27. 529931a Allow maximum label length in Hkdf-Expand-Label by Max Fillinger · 8 months ago
  28. 6a64f0f Exporter: Add min. and max. label tests by Max Fillinger · 8 months ago
  29. 76bb753 Fix max. label length in key material exporter by Max Fillinger · 9 months ago
  30. 97a2879 Document BAD_INPUT_DATA error in key material exporter by Max Fillinger · 9 months ago
  31. c361064 Fix requirements for TLS 1.3 Exporter compat test by Max Fillinger · 9 months ago
  32. 6f7cf0e Use mbedtls_calloc, not regular calloc by Max Fillinger · 9 months ago
  33. 2310c19 Add fixed compatibility test for TLS 1.3 Exporter by Max Fillinger · 9 months ago
  34. e009158 Remove exporter compatibility test for TLS 1.3 by Max Fillinger · 9 months ago
  35. 0faf5d1 Fix openssl s_client invocation by Max Fillinger · 9 months ago
  36. d22493f Print names of new tests properly by Max Fillinger · 9 months ago
  37. a442aea Fix memory leak in example programs by Max Fillinger · 9 months ago
  38. 9c3a7ba ssl-opt.sh: Add tests for keying material export by Max Fillinger · 9 months ago
  39. c8f936e mbedtls_test_ssl_do_handshake_with_endpoints: Zeroize endpoints by Max Fillinger · 9 months ago
  40. ede294e Exporter tests: Don't use unavailbable constant by Max Fillinger · 9 months ago
  41. 2c2a6ac Exporter tests: Add missing depends-ons by Max Fillinger · 9 months ago
  42. 8ee2141 Use one maximum key_len for all exported keys by Max Fillinger · 9 months ago
  43. fb7e578 Exporter tests: Reduce key size in long key tests by Max Fillinger · 9 months ago
  44. 20e4ac8 Exporter tests: Free endpoints before PSA_DONE() by Max Fillinger · 9 months ago
  45. 81b41d4 Exporter tests: Fix possible uninitialized variable use by Max Fillinger · 9 months ago
  46. 538ed71 Coding style cleanup by Max Fillinger · 9 months ago
  47. e825110 Exporter tests: Initialize allocated memory by Max Fillinger · 9 months ago
  48. 436cc20 Exportert tests: Free endpoints and options by Max Fillinger · 9 months ago
  49. e95edbf Fix output size check for key material exporter by Max Fillinger · 9 months ago
  50. ffc47e6 Increase allowed output size of HKDF-Expand-Label by Max Fillinger · 9 months ago
  51. 9e23339 Add more tests for keying material export by Max Fillinger · 9 months ago
  52. 1bc2a9b Mention MBEDTLS_SSL_KEYING_MATERIAL_EXPORT in change log by Max Fillinger · 9 months ago
  53. 8fa7252 Fix #endif comment by Max Fillinger · 9 months ago
  54. d97e0e8 Enable MBEDTLS_SSL_KEYING_MATERIAL_EXPORT by default by Max Fillinger · 9 months ago
  55. 951b886 Create MBEDTLS_SSL_KEYING_MATERIAL_EXPORT option by Max Fillinger · 9 months ago
  56. 7b52328 Remove TLS 1.2 Exporter if we don't have randbytes by Max Fillinger · 10 months ago
  57. 92d2930 Revert "Store randbytes for TLS 1.2 TLS-Exporter" by Max Fillinger · 10 months ago
  58. 948e15d Fix typos in comments by Max Fillinger · 10 months ago
  59. 6c02ea8 Use fewer magic numbers in TLS-Exporter functions by Max Fillinger · 10 months ago
  60. 76077e2 Add label length argument to tls_prf_generic() by Max Fillinger · 10 months ago
  61. 85b33ee Store randbytes for TLS 1.2 TLS-Exporter by Max Fillinger · 10 months ago
  62. c48e9e0 Fix coding style by Max Fillinger · 11 months ago
  63. 0118293 Fix build when one of TLS 1.2 or 1.3 is disabled by Max Fillinger · 11 months ago
  64. 9359f4d Fix coding style by Max Fillinger · 11 months ago
  65. 15f9f5e Fix TLS exporter changelog entry by Max Fillinger · 11 months ago
  66. f95bfda Fix doxygen comment parameter name by Max Fillinger · 11 months ago
  67. 5805cc9 Fix typos in comment by Max Fillinger · 11 months ago
  68. 3be83a7 Fix mismatches in function declarations by Max Fillinger · 12 months ago
  69. 1466bf8 Fix key_len check in TLS-Exporter by Max Fillinger · 12 months ago
  70. 77a447b Actually set exporter defaults in ssl_client2 by Max Fillinger · 12 months ago
  71. 404f7a3 Simplify mbedtls_ssl_tls13_exporter by Max Fillinger · 12 months ago
  72. d3d7ff4 Add test for TLS-Exporter in TLS 1.3 by Max Fillinger · 12 months ago
  73. 29f79ea Fix commented out function declaration by Max Fillinger · 12 months ago
  74. 91ad62e Add changelog entry for TLS-Exporter feature by Max Fillinger · 1 year ago
  75. de3d5fd Add TLS-Exporter options to ssl_client2 by Max Fillinger · 1 year ago
  76. 90ed7f7 Add TLS-Exporter options to ssl_server2 by Max Fillinger · 1 year ago
  77. 44042f0 Implement TLS-Exporter feature by Max Fillinger · 1 year ago
  78. 3302dc6 programs: demo: do not source project_detection.sh directly by Valerio Setti · 4 months ago
  79. 5da6b49 Merge pull request #10110 from mpg/defragment-test-server-first-flight-3.6 by Ronald Cron · 4 months ago gh-readonly-queue/mbedtls-3.6/pr-10110-2e10e781f3fe8c3dd2a287b022ff5a79cf04094f
  80. 881ebc7 Fix record insertion by Manuel Pégourié-Gonnard · 4 months ago
  81. 2e10e78 Merge pull request #10129 from valeriosetti/fix-demo-programs by Gilles Peskine · 4 months ago
  82. 5533cc8 programs: demo: source project_detection.sh by Valerio Setti · 4 months ago
  83. ecd5aa3 framework: update reference by Valerio Setti · 4 months ago
  84. 6c5af6c Update feature macro for 3.6 by Manuel Pégourié-Gonnard · 4 months ago
  85. f1335bc Use HANDSHAKE_OVER in nominal test cases by Manuel Pégourié-Gonnard · 4 months ago
  86. e38bc4c Improve comments by Manuel Pégourié-Gonnard · 4 months ago
  87. 784041a Adapt dependencies to the 3.6 branch by Manuel Pégourié-Gonnard · 4 months ago
  88. fa54778 Use same dependencies for helper functions by Manuel Pégourié-Gonnard · 4 months ago
  89. 066ac13 Tighten dependencies again by Manuel Pégourié-Gonnard · 4 months ago
  90. 063c1ce Improve dependency declarations by Manuel Pégourié-Gonnard · 4 months ago
  91. 05ff37f Tighten dependency declarations by Manuel Pégourié-Gonnard · 4 months ago
  92. f267020 Improve documentation by Gilles Peskine · 5 months ago
  93. cb3cabd Remove redundant setup by Gilles Peskine · 5 months ago
  94. 7fe3638 Fix copypasta by Gilles Peskine · 5 months ago
  95. f9333a3 Simulate closing the connection mid-message by Gilles Peskine · 5 months ago
  96. 4f57212 Also test inserting non-empty, non-handshake records by Gilles Peskine · 5 months ago
  97. d973387 Fix the build without MBEDTLS_DEBUG_C by Gilles Peskine · 5 months ago
  98. 7cdf563 Fix the build in PSK-only configurations by Gilles Peskine · 5 months ago
  99. 544fdc6 Fix printf of enum by Gilles Peskine · 5 months ago
  100. aa9b455 Pacify ancient clang -Wmissing-initializer by Gilles Peskine · 5 months ago