1. 820e5cc Fix dependencies for TLS-Exporter tests by Max Fillinger · 7 months ago
  2. 6a64f0f Exporter: Add min. and max. label tests by Max Fillinger · 8 months ago
  3. 76bb753 Fix max. label length in key material exporter by Max Fillinger · 9 months ago
  4. ede294e Exporter tests: Don't use unavailbable constant by Max Fillinger · 9 months ago
  5. 2c2a6ac Exporter tests: Add missing depends-ons by Max Fillinger · 9 months ago
  6. 8ee2141 Use one maximum key_len for all exported keys by Max Fillinger · 9 months ago
  7. fb7e578 Exporter tests: Reduce key size in long key tests by Max Fillinger · 9 months ago
  8. 20e4ac8 Exporter tests: Free endpoints before PSA_DONE() by Max Fillinger · 9 months ago
  9. 81b41d4 Exporter tests: Fix possible uninitialized variable use by Max Fillinger · 9 months ago
  10. 538ed71 Coding style cleanup by Max Fillinger · 9 months ago
  11. e825110 Exporter tests: Initialize allocated memory by Max Fillinger · 9 months ago
  12. 436cc20 Exportert tests: Free endpoints and options by Max Fillinger · 9 months ago
  13. e95edbf Fix output size check for key material exporter by Max Fillinger · 9 months ago
  14. ffc47e6 Increase allowed output size of HKDF-Expand-Label by Max Fillinger · 9 months ago
  15. 9e23339 Add more tests for keying material export by Max Fillinger · 9 months ago
  16. 9359f4d Fix coding style by Max Fillinger · 11 months ago
  17. d3d7ff4 Add test for TLS-Exporter in TLS 1.3 by Max Fillinger · 12 months ago
  18. 881ebc7 Fix record insertion by Manuel Pégourié-Gonnard · 4 months ago
  19. 6c5af6c Update feature macro for 3.6 by Manuel Pégourié-Gonnard · 4 months ago
  20. f1335bc Use HANDSHAKE_OVER in nominal test cases by Manuel Pégourié-Gonnard · 4 months ago
  21. e38bc4c Improve comments by Manuel Pégourié-Gonnard · 4 months ago
  22. 784041a Adapt dependencies to the 3.6 branch by Manuel Pégourié-Gonnard · 4 months ago
  23. fa54778 Use same dependencies for helper functions by Manuel Pégourié-Gonnard · 4 months ago
  24. 066ac13 Tighten dependencies again by Manuel Pégourié-Gonnard · 4 months ago
  25. 063c1ce Improve dependency declarations by Manuel Pégourié-Gonnard · 4 months ago
  26. 05ff37f Tighten dependency declarations by Manuel Pégourié-Gonnard · 4 months ago
  27. f267020 Improve documentation by Gilles Peskine · 5 months ago
  28. cb3cabd Remove redundant setup by Gilles Peskine · 5 months ago
  29. f9333a3 Simulate closing the connection mid-message by Gilles Peskine · 5 months ago
  30. 4f57212 Also test inserting non-empty, non-handshake records by Gilles Peskine · 5 months ago
  31. d973387 Fix the build without MBEDTLS_DEBUG_C by Gilles Peskine · 5 months ago
  32. 7cdf563 Fix the build in PSK-only configurations by Gilles Peskine · 5 months ago
  33. aa9b455 Pacify ancient clang -Wmissing-initializer by Gilles Peskine · 5 months ago
  34. ad84044 Test split, coalesced-split and empty handshake records by Gilles Peskine · 5 months ago
  35. 39bcbb6 Create handshake record coalescing tests by Gilles Peskine · 5 months ago
  36. 05657d9 Revert "Add auto-generated files" by Minos Galanakis · 5 months ago
  37. 22098d4 Add auto-generated files by Minos Galanakis · 5 months ago mbedtls-3.6.3 v3.6.3
  38. e62ef05 Version Bump for 3.6.3 by Minos Galanakis · 5 months ago
  39. b6ad19b Merge pull request #9976 from mpg/defragment-ext-test-3.6 by Manuel Pégourié-Gonnard · 5 months ago gh-readonly-queue/mbedtls-3.6/pr-9976-d3ca688b4b2ab2dcb66ce311f16f3ef909a5fdd8
  40. c03cd11 Merge pull request #10025 from waleed-elmelegy-arm/mbedtls-3.6-fix-key-deriv-bad-state-error by Gilles Peskine · 5 months ago
  41. 43a04e7 Re-introduce log asserts on positive cases by Manuel Pégourié-Gonnard · 5 months ago
  42. 8476c38 Improve a test assertion by Manuel Pégourié-Gonnard · 5 months ago
  43. 29073e3 Fix a typo by Manuel Pégourié-Gonnard · 5 months ago
  44. b59caea Add test cases for EOF in the middle of fragments by Manuel Pégourié-Gonnard · 5 months ago
  45. 4712b3e Adjust logic around log pattern by Manuel Pégourié-Gonnard · 5 months ago
  46. d2197af Add test for length larger than 2^16 by Manuel Pégourié-Gonnard · 5 months ago
  47. 8577510 Adapt "large ClientHello" tests to incremental by Manuel Pégourié-Gonnard · 5 months ago
  48. c6cf7e5 Cleanly reject non-HS in-between HS fragments by Manuel Pégourié-Gonnard · 5 months ago
  49. 051b1e2 Reduce the level of logging used in tests by Manuel Pégourié-Gonnard · 5 months ago
  50. adad476 Move new tests to their own data file by Manuel Pégourié-Gonnard · 5 months ago
  51. 996c4c0 Fix dependency issues by Manuel Pégourié-Gonnard · 5 months ago
  52. 6b25c50 New test function for large ClientHello by Manuel Pégourié-Gonnard · 5 months ago
  53. 89cc61a Fix hash dependencies for TLS 1.2 tests by Manuel Pégourié-Gonnard · 5 months ago
  54. 2b1ec8f Fix curve dependencies by Manuel Pégourié-Gonnard · 5 months ago
  55. 428ce0a Add missing dependency declaration by Manuel Pégourié-Gonnard · 5 months ago
  56. 3a7f1d2 Fix dependency issues by Manuel Pégourié-Gonnard · 5 months ago
  57. 31253cd Add test with non-HS record in-between HS fragments by Manuel Pégourié-Gonnard · 6 months ago
  58. bde37ce Add test to TLS 1.3 ClientHello fragmentation by Manuel Pégourié-Gonnard · 6 months ago
  59. ba71610 Add reference tests with 1.3 ClientHello by Manuel Pégourié-Gonnard · 6 months ago
  60. f83bc79 Add supported_curves/groups extension by Manuel Pégourié-Gonnard · 6 months ago
  61. 00ad6f6 New test function inject_client_content_on_the_wire() by Manuel Pégourié-Gonnard · 6 months ago
  62. c64b7bc Use an array of strings instead of pointer smuggling by Bence Szépkúti · 5 months ago msvc-format-size-macros-3.6
  63. a029387 Use dummy typedef instead of macro by Bence Szépkúti · 5 months ago
  64. 1e62c95 Disable fatal assertions in Windows printf tests by Bence Szépkúti · 5 months ago
  65. 9cde9d4 Add testcase for MBEDTLS_PRINTF_MS_TIME by Bence Szépkúti · 5 months ago
  66. 85d92ec Test handling of format macros defined in debug.h by Bence Szépkúti · 5 months ago
  67. d5102c9 Run test_suite_debug without MBEDTLS_SSL_TLS_C by Bence Szépkúti · 5 months ago
  68. cba05ec Replace zero by PSA_ALG_NONE in key derivation test function by Waleed Elmelegy · 5 months ago
  69. 07e5739 Replace zero by PSA_ALG_NONE in key derivation testing by Waleed Elmelegy · 5 months ago
  70. b6ed6f7 Simplify testing psa_key_derivation_input_*() bad state by Waleed Elmelegy · 5 months ago
  71. 72b391f Fix psa_key_derivation_input_integer() not detecting bad state by Waleed Elmelegy · 5 months ago
  72. c516307 md: allow dispatch to PSA whenever CRYPTO_CLIENT is enabled by Valerio Setti · 11 months ago
  73. 4c1383a Update documentation regarding metatest by Harry Ramsey · 6 months ago
  74. 2045886 Merge pull request #9937 from valeriosetti/issue9688-backport by Ronald Cron · 6 months ago
  75. 1a0ee06 test_suite_ssl: update description for conf_curve and conf_gruop tests by Valerio Setti · 7 months ago
  76. e94ab3c test_suite_ssl: add ECDHE-RSA case for handshake_fragmentation() by Valerio Setti · 7 months ago
  77. 4f2a74d test_suite_ssl: add new ECDHE-RSA tests by Valerio Setti · 7 months ago
  78. ea18c7e Fix incorrect test function by Manuel Pégourié-Gonnard · 7 months ago
  79. 632667e Remove useless dependency from test function by Manuel Pégourié-Gonnard · 7 months ago
  80. cd40fa1 Merge pull request #9838 from waleed-elmelegy-arm/mbedtls-3.6 by Paul Elliott · 8 months ago
  81. 4497d5f Merge pull request #9832 from ronald-cron-arm/finalize-split-preparation-2_3.6 by Ronald Cron · 8 months ago
  82. a770f30 Merge pull request #9782 from gilles-peskine-arm/psa-storage-test-cases-never-supported-preliminaries-3.6 by Janos Follath · 8 months ago
  83. f12b5e9 Remove Invalid import/export key test by Waleed Elmelegy · 8 months ago
  84. 68d6c79 Fix export public-key opaque key test paramters by Waleed Elmelegy · 8 months ago
  85. 4eaf54e Move test_keys.h to include/test by Ronald Cron · 8 months ago
  86. fbc8687 Fix copypasta by Gilles Peskine · 8 months ago
  87. e60b395 Merge pull request #9762 from Harry-Ramsey/update-gcm-doc-3.6 by David Horstmann · 9 months ago
  88. 8a8aa59 PSA interruptible sign/verify: detect unsupported mechanism in start by Gilles Peskine · 9 months ago
  89. 6bf0b2e Add missing resource cleanup on test failure by Gilles Peskine · 9 months ago
  90. 8729b10 Fix edge case with half-supported ECDSA (manual test cases) by Gilles Peskine · 1 year, 4 months ago
  91. 85bc82c Add some missing test case dependencies by Gilles Peskine · 1 year, 4 months ago
  92. 67cd8db import_not_supported: edge case of unsupported curves by Gilles Peskine · 1 year, 4 months ago
  93. 44a9f2f Add missing dependency to hash testsuite by David Horstmann · 9 months ago
  94. dcf42a0 Update references to test helpers by David Horstmann · 9 months ago
  95. d77207e Fix issue where input data could be length 0 by Harry Ramsey · 9 months ago
  96. e320b89 Fix TEST_CALLOC issues with GCM buffer overlap tests by Harry Ramsey · 9 months ago
  97. 187fcce Add test cases for AES GCM input and output buffer overlap by Harry Ramsey · 9 months ago
  98. 346d2f4 Merge pull request #9731 from gilles-peskine-arm/coverity-20241004-3.6 by Paul Elliott · 9 months ago
  99. 8369b4a Fix MD_PSA_INIT called before initializing some data structures by Gilles Peskine · 9 months ago
  100. 1f4b637 Don't use Unicode in .function file by Gilles Peskine · 9 months ago