1. 44b3b91 Merge pull request #9926 from gilles-peskine-arm/error-codes-add-force-low-mbedtls by Manuel Pégourié-Gonnard · 4 months ago gh-readonly-queue/development/pr-9926-0a69f14abcac00bb13dcdd9dc4edd2e0996bd30e
  2. 61621cb Don't allow psa_xxx() to return MBEDTLS_ERR_XXX by Gilles Peskine · 6 months ago
  3. 1ffdb18 Remove mbedtls_low_level_sterr() and mbedtls_high_level_strerr() by Gilles Peskine · 6 months ago
  4. 2759512 Update crypto submodule by Gilles Peskine · 6 months ago
  5. c8c1a39 Changelog entry for error code space unification by Gilles Peskine · 6 months ago
  6. a7e14dc Don't expect added error codes by Gilles Peskine · 11 months ago
  7. 0a69f14 Merge pull request #10015 from gabor-mezei-arm/9682_remove_RSA_key_exchange by Ronald Cron · 5 months ago
  8. 2c7f388 Update framework by Gabor Mezei · 5 months ago
  9. 5ba9b57 Convert test function to a static function by Gabor Mezei · 5 months ago
  10. 1ac784c Fix test case migration by Gabor Mezei · 5 months ago
  11. 10018fc Do not remeove macro from design doc by Gabor Mezei · 5 months ago
  12. 9ee58e4 Update test dependencies by Gabor Mezei · 5 months ago
  13. 817a155 Add missing newline by Gabor Mezei · 5 months ago
  14. aeea5e6 Add changelog entry by Gabor Mezei · 5 months ago
  15. 47c6277 Update dependencies by Gabor Mezei · 5 months ago
  16. 58535da Only check for certificates if it is supported by Gabor Mezei · 5 months ago
  17. 3ead04a Remove/migrate tests for key exchange based on decryption by Gabor Mezei · 5 months ago
  18. e99e591 Remove key exchange based on encryption/decryption by Gabor Mezei · 5 months ago
  19. 3ee9a8c Remove `TLS-RSA` related test cases by Gabor Mezei · 5 months ago
  20. 3c7db0e Remove `MBEDTLS_TLS_RSA_*` ciphersuite macros by Gabor Mezei · 5 months ago
  21. 5814e3e Remove `MBEDTLS_KEY_EXCHANGE_RSA` key exchange type by Gabor Mezei · 5 months ago
  22. e1e2730 Remove `MBEDTLS_KEY_EXCHANGE_RSA_ENABLED` config option by Gabor Mezei · 5 months ago
  23. 4515d10 Merge pull request #10039 from bjwtaylor/remove-rng-from-ssl by Manuel Pégourié-Gonnard · 5 months ago gh-readonly-queue/development/pr-10039-94b99721246b48e34969e05c8489c1ccf87e8e86
  24. 94b9972 Merge pull request #10007 from minosgalanakis/task9887_extend_defragmentation_tests by Gilles Peskine · 5 months ago
  25. 625c8fd ssl-opt: Added 4 and 128 bytes tests to HS defragmentation for server initiated reneg by Minos Galanakis · 5 months ago
  26. dfc082e ssl-opt: Fixed a minor typo. by Minos Galanakis · 5 months ago
  27. 54a6386 Merge pull request #10052 from mpg/defragment-ext-test-dev by Manuel Pégourié-Gonnard · 5 months ago gh-readonly-queue/development/pr-10052-d9028228c94e621744f014dbf89301b2b96d883b
  28. d902822 Merge pull request #10063 from davidhorstmann-arm/update-3.0-migration-guide by Manuel Pégourié-Gonnard · 5 months ago
  29. 1d18110 Reword slightly to be more tentative by David Horstmann · 5 months ago
  30. 6dcfdf1 Adapt dependencies to the new world by Manuel Pégourié-Gonnard · 5 months ago
  31. af4606d Re-introduce log asserts on positive cases by Manuel Pégourié-Gonnard · 5 months ago
  32. 47d0b79 Improve a test assertion by Manuel Pégourié-Gonnard · 5 months ago
  33. f4a67cf Fix a typo by Manuel Pégourié-Gonnard · 5 months ago
  34. e5ddf36 Add test cases for EOF in the middle of fragments by Manuel Pégourié-Gonnard · 5 months ago
  35. ed873f9 Adjust logic around log pattern by Manuel Pégourié-Gonnard · 5 months ago
  36. 2285d61 Add test for length larger than 2^16 by Manuel Pégourié-Gonnard · 5 months ago
  37. 4f1b38a Adapt "large ClientHello" tests to incremental by Manuel Pégourié-Gonnard · 5 months ago
  38. 757040c Cleanly reject non-HS in-between HS fragments by Manuel Pégourié-Gonnard · 5 months ago
  39. 1038b22 Reduce the level of logging used in tests by Manuel Pégourié-Gonnard · 5 months ago
  40. 55d9124 Move new tests to their own data file by Manuel Pégourié-Gonnard · 5 months ago
  41. 299f94a Fix dependency issues by Manuel Pégourié-Gonnard · 5 months ago
  42. 1bed827 New test function for large ClientHello by Manuel Pégourié-Gonnard · 5 months ago
  43. 6e79ff5 Fix hash dependencies for TLS 1.2 tests by Manuel Pégourié-Gonnard · 5 months ago
  44. e760d7b Fix curve dependencies by Manuel Pégourié-Gonnard · 5 months ago
  45. ae567ad Add missing dependency declaration by Manuel Pégourié-Gonnard · 5 months ago
  46. 73247c6 Fix dependency issues by Manuel Pégourié-Gonnard · 5 months ago
  47. 5d0a921 Add test with non-HS record in-between HS fragments by Manuel Pégourié-Gonnard · 6 months ago
  48. de7aac7 Add test to TLS 1.3 ClientHello fragmentation by Manuel Pégourié-Gonnard · 6 months ago
  49. 4afdf34 Add reference tests with 1.3 ClientHello by Manuel Pégourié-Gonnard · 6 months ago
  50. e916652 Add supported_curves/groups extension by Manuel Pégourié-Gonnard · 6 months ago
  51. 6637ef7 New test function inject_client_content_on_the_wire() by Manuel Pégourié-Gonnard · 6 months ago
  52. f475a15 ssl-opt: Disabled the renegotiation delay for fragmented HS renegotiation. by Minos Galanakis · 5 months ago
  53. e356729 Update broken link to PSA driver dev examples by David Horstmann · 5 months ago
  54. 079d790 Add note about MBEDTLS_PRIVATE() in 3.6 by David Horstmann · 5 months ago
  55. c4dd970 Merge pull request #9096 from noahp/noahp/mbedtls_net_send-api-desc-tweak by Gilles Peskine · 5 months ago
  56. edebcc0 Fix typos in the 3.0 migration guide by David Horstmann · 5 months ago
  57. 641e08e ssl-opt: Updated documentation. by Minos Galanakis · 5 months ago
  58. 1d78c7d ssl-opt: Added client-initiated server-rejected renegotation test. by Minos Galanakis · 5 months ago
  59. a8f1438 ssl-opt: Updated O_NEXT_CLI_RENEGOTIATE used by fragmented HS renegotiation with certificates. by Minos Galanakis · 5 months ago
  60. df4ddfd ssl-opt: Fragmented HS renegotiation, removed -legacy_renegotiation argument. by Minos Galanakis · 5 months ago
  61. 0b830f1 ssl-opt: Fragmented HS renegotiation, removed requires_certificate_authentication dependency. by Minos Galanakis · 5 months ago
  62. 9b2e4b8 ssl-opt: Fragmented HS renegotiation, removed requires_openssl_3_x dependency. by Minos Galanakis · 5 months ago
  63. af0e60b ssl-opt: Fragmented HS renegotiation, adjusted test names for consistency. by Minos Galanakis · 5 months ago
  64. 70be67b ssl-opt: Fragmented HS renegotiation, updated matching regex by Minos Galanakis · 5 months ago
  65. ae54c74 ssl-opt: Added coverage for client-initiated fragmented HS renegotiation tests. by Minos Galanakis · 5 months ago
  66. a7b19aa ssl-opt: Refactored fragmented HS renegotiation tests. by Minos Galanakis · 5 months ago
  67. 990a109 ssl-opt: Fragmented HS renegotiation, updated documentation. by Minos Galanakis · 5 months ago
  68. 135ebd3 ssl-opt: Removed mock-tests from HS renegotiation. by Minos Galanakis · 5 months ago
  69. 87be69a sll-opt: Added refence fix for the Mock HS Defrag test using renegotitiation delay by Minos Galanakis · 5 months ago
  70. 7134e52 programs -> ssl_client2.c: Added option renego_delay to set record buffer depth. by Minos Galanakis · 5 months ago
  71. 05009c7 Added Mock Renegotiation negative test for testing. by Minos Galanakis · 5 months ago
  72. 529188f ssl-opt: Added fragmented HS tests for server-initiated renegotiation. by Minos Galanakis · 5 months ago
  73. 5aaa6e0 ssl-opt: Added fragmented HS tests for client-initiated renegotiation. by Minos Galanakis · 6 months ago
  74. daa14a4 ssl-opt: Added fragmented HS tests for SSL_VARIABLE_BUFFER_LENGTH. by Minos Galanakis · 6 months ago
  75. 906d3cd Merge pull request #10020 from bensze01/msvc-format-size-macros by Bence Szépkúti · 5 months ago gh-readonly-queue/development/pr-10020-50432e42c88991743d4b4a9bb732d5313fe026e8
  76. 50432e4 Merge pull request #10057 from minosgalanakis/feature_merge_defragmentation_dev by Manuel Pégourié-Gonnard · 5 months ago
  77. 24f11a3 Use an array of strings instead of pointer smuggling by Bence Szépkúti · 5 months ago
  78. 46e0b1c Use dummy typedef instead of macro by Bence Szépkúti · 5 months ago
  79. 011b6cb Fix comments by Bence Szépkúti · 5 months ago
  80. 9ea9504 Update changelog to call out MinGW by Bence Szépkúti · 5 months ago
  81. a4c9233 Updated framework pointer. by Minos Galanakis · 5 months ago
  82. a2a0c2c Merge remote-tracking branch 'origin/features/tls-defragmentation/development' into feature_merge_defragmentation_dev by Minos Galanakis · 5 months ago
  83. cd1ece7 Never use %zu on MinGW by Bence Szépkúti · 5 months ago
  84. ebe1f81 Remove Everest VS2010 compatibility headers by Bence Szépkúti · 5 months ago
  85. becb21e Fix MSVC version guard for C99 format size specifiers by Bence Szépkúti · 5 months ago
  86. 58bb7ec Disable fatal assertions in Windows printf tests by Bence Szépkúti · 5 months ago
  87. 154066d Add testcase for MBEDTLS_PRINTF_MS_TIME by Bence Szépkúti · 5 months ago
  88. c6a8bf0 Test handling of format macros defined in debug.h by Bence Szépkúti · 5 months ago
  89. 1221052 Run test_suite_debug without MBEDTLS_SSL_TLS_C by Bence Szépkúti · 5 months ago
  90. 70bab4e Merge pull request #10040 from gilles-peskine-arm/tls-defragment-doc by Manuel Pégourié-Gonnard · 5 months ago features/tls-defragmentation/development
  91. 4c30cd8 Update the location of defragmentation limitations by Gilles Peskine · 5 months ago
  92. 2b78a5a State globally that the limitations don't apply to DTLS by Gilles Peskine · 5 months ago
  93. d9c8580 Clarify DTLS by Gilles Peskine · 5 months ago
  94. 80faced ClientHello may be fragmented in renegotiation by Gilles Peskine · 5 months ago
  95. d8f9e22 Move the defragmentation documentation to mbedtls_ssl_handshake by Gilles Peskine · 5 months ago
  96. ba01072 Merge pull request #10047 from mpg/fix-defrag-interleave-dev by Manuel Pégourié-Gonnard · 5 months ago
  97. eb20c1f Merge pull request #10010 from valeriosetti/issue137-development by Ronald Cron · 5 months ago
  98. e26a060 Cleanly reject non-HS in-between HS fragments by Manuel Pégourié-Gonnard · 5 months ago
  99. 5e838bd tf-psa-crypto: update reference by Valerio Setti · 5 months ago
  100. 857144c removed psa_crypto_init from library as this is supposed to be called by the application by Ben Taylor · 5 months ago