1. c765c83 Merge pull request #1373 from Mbed-TLS/mbedtls-3.6.4rc0-pr by minosgalanakis · 6 weeks ago mbedtls-3.6.4 v3.6.4
  2. 59e8b3a Added generated files by Minos Galanakis · 6 weeks ago
  3. 5374262 Version bump 3.6.4 by Minos Galanakis · 6 weeks ago
  4. c52f68f Assemble ChangeLog by Minos Galanakis · 6 weeks ago
  5. 4cbf802 Properly initialize SSL endpoint objects by Gilles Peskine · 6 weeks ago
  6. ae9a5e8 Fix accidentally skipped test assertion by Gilles Peskine · 6 weeks ago
  7. f362775 Merge remote-tracking branch 'restricted/mbedtls-3.6-restricted' into mbedtls-3.6.4rc0-pr by Minos Galanakis · 6 weeks ago
  8. 3527ea9 Merge pull request #10243 from ronald-cron-arm/mbedtls-3.6-release-sync by Ronald Cron · 6 weeks ago
  9. bad1679 Update framework pointer (release-sync) by Ronald Cron · 6 weeks ago
  10. 54ceaf7 Merge pull request #10200 from aslze/mbedtls-3.6 by David Horstmann · 7 weeks ago
  11. 7df8992 fix: additional MSVC v142 build issue with tls1.3 configuration enabled. by Ronald Cron · 7 weeks ago
  12. a84be59 Merge pull request #1366 from gilles-peskine-arm/base64-decode-clean-3.6 by David Horstmann · 7 weeks ago
  13. d1f5169 Remove blank line by Ronald Cron · 7 weeks ago
  14. 3c9ad42 Merge pull request #1367 from gilles-peskine-arm/aesni_has_support-volatile-3.6 by Gilles Peskine · 8 weeks ago
  15. d593c54 Merge pull request #10215 from felixc-arm/gcc-15-warning-3.6 by Manuel Pégourié-Gonnard · 8 weeks ago
  16. b8d1473 Simplify changelog by Felix Conway · 8 weeks ago
  17. 853cfbd Add a note about processor memory reordering by Gilles Peskine · 8 weeks ago
  18. 80ca13f Add changelog by Felix Conway · 8 weeks ago
  19. 766be1f Replace __attribute__((nonstring)) with macro MBEDTLS_ATTRIBUTE_UNTERMINATED_STRING by Felix Conway · 8 weeks ago
  20. 51dccfb Improve some explanations by Gilles Peskine · 8 weeks ago
  21. 03303d8 Don't mutate dst_size by Gilles Peskine · 8 weeks ago
  22. 2e1399f Add __attribute__ ((nonstring)) to remove unterminated-string-initialization warning by Felix Conway · 8 weeks ago
  23. f5db3e9 Note that GCM is also impacted by Gilles Peskine · 8 weeks ago
  24. a795252 Merge pull request #1359 from Mbed-TLS/bugfix_1351_1352_1353_lms_drivers_3.6bp by Gilles Peskine · 8 weeks ago
  25. 7ed3653 Merge pull request #1363 from gilles-peskine-arm/3.6-restricted-merge-20250606 by Manuel Pégourié-Gonnard · 8 weeks ago
  26. cae4434 Merge pull request #1347 from mpg/fix-asn1-store-named-data-null-deref-3.6 by Manuel Pégourié-Gonnard · 8 weeks ago
  27. 4c26d7d Merge pull request #10179 from gilles-peskine-arm/union-initialization-gcc15-driver-checks-3.6 by Manuel Pégourié-Gonnard · 8 weeks ago
  28. 55d2113 Adjust test case with invalid base64 by Gilles Peskine · 8 weeks ago
  29. 8c67ac0 Fix race condition in mbedtls_aesni_has_support by Gilles Peskine · 8 weeks ago
  30. 13cc0c2 mbedtls_base64_decode: test dst=NULL with dlen>0 by Gilles Peskine · 9 weeks ago
  31. e7ed8c4 Explain some aspects of the tests by Gilles Peskine · 9 weeks ago
  32. 2b3d6a8 mbedtls_base64_decode: insist on correct padding by Gilles Peskine · 9 weeks ago
  33. 255c492 Added CVE's to ChangeLogs by Minos Galanakis · 8 weeks ago
  34. df2f0aa lms.c: Updated documentation by Minos Galanakis · 9 weeks ago
  35. 58a4479 test_suite_lms.data: Updated comments by Minos Galanakis · 9 weeks ago
  36. 7df273b Merge remote-tracking branch 'mbedtls-3.6' into mbedtls-3.6-restricted by Gilles Peskine · 9 weeks ago
  37. 84999d1 Fix mbedtls_base64_decode() accepting invalid inputs with 4n+1 digits by Gilles Peskine · 9 weeks ago
  38. 683a46e mbedtls_base64_decode: assert sloppy behavior with bad number of = by Gilles Peskine · 9 weeks ago
  39. 715bbf3 mbedtls_base64_decode: test the reported output length by Gilles Peskine · 9 weeks ago
  40. c7beb84 test_suite_lms: Added negative test for corrupted Merkle path by Minos Galanakis · 9 weeks ago
  41. b725738 test_suite_lms: Added a test for importing invalid sized key by Minos Galanakis · 9 weeks ago
  42. f84bc3f Added changelog for check return of merkle leaf by Minos Galanakis · 9 weeks ago
  43. 3444757 Added changelog for lms enum casting by Minos Galanakis · 9 weeks ago
  44. 3b392af Added changelog for lms overread by Minos Galanakis · 9 weeks ago
  45. 41422e1 Fix change log entry by Alvaro Segura · 9 weeks ago
  46. 673e1eb Fix build test programs in MSVC (due to a warning treated as error in winbase.h) by Alvaro Segura · 9 weeks ago
  47. 9b3051f Built-in lms driver: always zeroize output-buffer in create_merkle_leaf_value by Minos Galanakis · 9 weeks ago
  48. ae449bf Built-in lms driver:Check return values of Merkle node creation by Minos Galanakis · 9 weeks ago
  49. caaffc1 Built-in lms/lmots driver: Harden public key import against enum truncation by Minos Galanakis · 9 weeks ago
  50. 548e2db Built-in lms driver: Added input guard by Minos Galanakis · 9 weeks ago
  51. 3f82706 Merge pull request #1349 from felixc-arm/pem-integer-underflow-3.6 by David Horstmann · 9 weeks ago
  52. 42323ea Add changelog by Felix Conway · 2 months ago
  53. 6165e71 Add fix for PEM underflow by Felix Conway · 2 months ago
  54. 9325883 Add test using underflow-causing PEM keyfile by Felix Conway · 2 months ago
  55. 1592639 Merge pull request #10182 from gilles-peskine-arm/f_rng-documentation-3.6 by Gilles Peskine · 9 weeks ago
  56. 0050f5f Update framework with additional operation initialization checks by Gilles Peskine · 6 months ago
  57. e51bde0 Fix possible UB in mbedtls_asn1_write_raw_buffer() by Manuel Pégourié-Gonnard · 9 weeks ago
  58. 3819005 Fix psa_pake_operation_s member types by Ronald Cron · 9 weeks ago
  59. d3324fd Move PAKE size calculation macros, cipher suite and operation structs by Ronald Cron · 9 weeks ago
  60. 23a0d48 Merge pull request #10196 from ronald-cron-arm/move-crypto-struct-inclusion by David Horstmann · 10 weeks ago
  61. d9c1417 Merge pull request #1345 from davidhorstmann-arm/pkcs7-side-channel-missing-credit-3.6 by Manuel Pégourié-Gonnard · 10 weeks ago
  62. 4960825 Add change log by Ronald Cron · 10 weeks ago
  63. 3ea3635 Move the inclusion of crypto_sizes.h and crypto_struct.h in crypto.h by Ronald Cron · 10 weeks ago
  64. 04fe95d Add ChangeLog entry by Manuel Pégourié-Gonnard · 2 months ago
  65. 12df5f3 Improve unit tests for mbedtls_asn1_store_named_data by Manuel Pégourié-Gonnard · 2 months ago
  66. 2df7ab7 Fix bug in mbedtls_asn1_store_named_data() by Manuel Pégourié-Gonnard · 2 months ago
  67. 13f86e6 Add tests for bug in mbedtls_x509_string_to_names() by Manuel Pégourié-Gonnard · 3 months ago
  68. 077f8e6 Restore standard initializers in _init tests by Gilles Peskine · 6 months ago
  69. 93dd995 Use short initializers for multipart operation structures by Gilles Peskine · 6 months ago
  70. 1e9267c Merge pull request #1340 from mpg/fix-string-to-names-uaf-3.6 by Manuel Pégourié-Gonnard · 3 months ago
  71. 8ac3eb9 Avoid a useless copy in cert_{req,write} by Manuel Pégourié-Gonnard · 3 months ago
  72. 1173786 Merge pull request #10185 from rojer/tls_consts_3.6 by Manuel Pégourié-Gonnard · 3 months ago
  73. fb5e2e5 Mark ssl_tls12_preset_suiteb_sig_algs const by Deomid rojer Ryabkov · 1 year, 5 months ago
  74. e3aaf82 Mark ssl_tls12_preset_default_sig_algs const by Deomid rojer Ryabkov · 1 year, 5 months ago
  75. dad206d Merge pull request #10168 from gilles-peskine-arm/union-initialization-gcc15-basic-fix-3.6 by Manuel Pégourié-Gonnard · 3 months ago
  76. 8429619 Fix type in ChangeLog by Manuel Pégourié-Gonnard · 3 months ago
  77. 8a6fc08 Add comment on apparent type mismatch by Manuel Pégourié-Gonnard · 3 months ago
  78. 35f2220 Remove redundant free loop by Manuel Pégourié-Gonnard · 3 months ago
  79. addf8fc Fix ECDSA documentation: blinding is no longer optional by Gilles Peskine · 3 months ago
  80. c0b357d ECDSA is a special flower by Gilles Peskine · 3 months ago
  81. ed10e2a Note functions that store the RNG callback in a context by Gilles Peskine · 3 months ago
  82. 060c70e Reference mbedtls_f_rng_t in public documentation by Gilles Peskine · 3 months ago
  83. 1337d54 Name and document the type of random generator callbacks by Gilles Peskine · 3 months ago
  84. ddbf8d0 Add credit to the reporters of the PKCS7 issue by David Horstmann · 3 months ago
  85. ff32e86 Merge pull request #10170 from yanesca/mbedtls-3.6.3.1-pr by Gilles Peskine · 3 months ago
  86. 91b29a0 Grammar in comments by Gilles Peskine · 3 months ago
  87. c5848a5 Merge branch 'mbedtls-3.6.3.1-rc' into mbedtls-3.6.3.1-pr by Janos Follath · 3 months ago
  88. 6fb5120 Remove .gitmodules by Janos Follath · 3 months ago main master v3.6.3.1
  89. 65b5483 Changelog entry for the union initialization fixes by Gilles Peskine · 6 months ago
  90. f4ebf80 Test with GCC 15 with sloppy union initialization by Gilles Peskine · 3 months ago
  91. 0e4907d Initialize MAC context in internal functions for one-shot MAC by Gilles Peskine · 6 months ago
  92. bbec1c1 Initialize MAC context in internal functions for KDF by Gilles Peskine · 6 months ago
  93. a7a480b Initialize driver context in setup functions by Gilles Peskine · 6 months ago
  94. f0daff9 Merge pull request #10151 from gilles-peskine-arm/union-initialization-gcc15-preliminaries-3.6 by Gilles Peskine · 3 months ago
  95. 219c336 Merge pull request #1306 from davidhorstmann-arm/pkcs7-padding-side-channel-fix-3.6 by Manuel Pégourié-Gonnard · 3 months ago
  96. f9ac5e7 Add unit test for new behaviour of string_to_names() by Manuel Pégourié-Gonnard · 3 months ago
  97. 0803df2 Fix memory leak in cert_write & cert_req by Manuel Pégourié-Gonnard · 3 months ago
  98. 4dd52b7 Fix runtime error in cert_write & cert_req by Manuel Pégourié-Gonnard · 3 months ago
  99. acdcb7f Restore behaviour of mbedtls_x509write_set_foo_name() by Manuel Pégourié-Gonnard · 3 months ago
  100. 19d2c91 Fix undocumented free() in x509_string_to_names() by Manuel Pégourié-Gonnard · 3 months ago