1. 2ca6c28 Merge pull request #1215 from Mbed-TLS/mbedtls-3.6.0rc1-pr by minosgalanakis · 4 weeks ago main
  2. 078f823 Merge pull request #8990 from tom-cosgrove-arm:record-size-limit-support-is-now-released by Minos Galanakis · 4 weeks ago
  3. a11b9d6 Merge pull request #8989 from tom-cosgrove-arm:fix-typo-in-psa_key_production_parameters_t-doc by Minos Galanakis · 4 weeks ago
  4. f02c6ef Fix typo in psa_key_production_parameters_t doc: 65535 should be 65537 by Tom Cosgrove · 4 weeks ago
  5. 1b3b174 Record size limit support is released, so remove warning about only for testing by Tom Cosgrove · 4 weeks ago
  6. 7424296 Merge pull request #1213 from Mbed-TLS/mbedtls-3.6.0rc0-pr by minosgalanakis · 5 weeks ago
  7. e8a6833 Autogenerated files for 3.6.0 by Minos Galanakis · 5 weeks ago
  8. 8d94aec Fix some Changelog typos by Minos Galanakis · 5 weeks ago
  9. 4492dbd Version Bump for 3.6.0 by Minos Galanakis · 5 weeks ago
  10. 2c1daef Assemble Changelog by Minos Galanakis · 5 weeks ago
  11. 96948e9 Merge pull request #8980 from adeaarm/fix_jinja_template by Minos Galanakis · 5 weeks ago
  12. 700632e Fix #ifdef guard in driver wrapper template by Antonio de Angelis · 5 weeks ago
  13. d9d6435 Merge branch 'development-restricted' into mbedtls-3.6.0rc0-pr by Minos Galanakis · 5 weeks ago
  14. 5a9020f Merge pull request #8941 from daverodgman/branches-3.6lts by minosgalanakis · 5 weeks ago
  15. 32a96d6 Merge pull request #8951 from valeriosetti/issue8938 by Manuel Pégourié-Gonnard · 5 weeks ago
  16. 2833050 test_suite_pk: fix guards in pk_psa_sign() by Valerio Setti · 5 weeks ago
  17. e331dde Merge pull request #1208 from Mbed-TLS/origin/dev/minosgalanakis/development-restricted-merge-19032024 by minosgalanakis · 5 weeks ago
  18. ea01efa add changelog by Valerio Setti · 5 weeks ago
  19. 144c27b pkwrite: add new internal symbol for the max supported public key DER length by Valerio Setti · 5 weeks ago
  20. 027796c test_suite_pk: uniformly generate RSA and EC keys in pk_psa_sign() by Valerio Setti · 5 weeks ago
  21. 6fb2586 test_suite_pk: fix guards in pk_psa_sign() by Valerio Setti · 5 weeks ago
  22. 1b533ab test_suite_pk: test also RSA OAEP in pk_wrap_rsa_decrypt_test_vec() by Valerio Setti · 5 weeks ago
  23. d45836a pk_wrap: fix algorithm selection in rsa_opaque_decrypt() by Valerio Setti · 5 weeks ago
  24. 480dfc7 test_suite_pk: fix guards in pk_psa_sign() by Valerio Setti · 5 weeks ago
  25. b70f0fd Merge branch 'development' into 'development-restricted' by Minos Galanakis · 5 weeks ago
  26. f71c060 test_suite_pk: properly size buffers for public keys in pk_psa_sign() by Valerio Setti · 5 weeks ago
  27. aa9cc49 test_suite_pk: test also RSA keys with PKCS1 v2.1 padding mode in pk_psa_sign() by Valerio Setti · 5 weeks ago
  28. 4fc5b71 Merge pull request #1207 from ronald-cron-arm/binder-overread by Gilles Peskine · 5 weeks ago
  29. 4f3262d pk_wrap: fix algorithm selection in rsa_opaque_sign_wrap() by Valerio Setti · 5 weeks ago
  30. d971b78 test_suite_pk: fix RSA issue in pk_psa_sign() when !PK_[PARSE|WRITE]_C are defined by Valerio Setti · 5 weeks ago
  31. c262561 test_suite_pk: rename some variables in pk_psa_sign() by Valerio Setti · 5 weeks ago
  32. d38480b test_suite_pk: reshape pk_psa_sign() by Valerio Setti · 5 weeks ago
  33. a5c5c58 tls13: srv: Fix potential stack buffer overread by Ronald Cron · 5 weeks ago
  34. b2b9068 Merge pull request #8942 from valeriosetti/fix-null-dereference by Gilles Peskine · 5 weeks ago
  35. af14b89 Merge pull request #8932 from ronald-cron-arm/enable-tls13-by-default by Manuel Pégourié-Gonnard · 5 weeks ago
  36. da47518 test_suite_pk: always test verify_ext with opaque keys in pk_psa_wrap_sign_ext() by Valerio Setti · 5 weeks ago
  37. 720c72b Merge pull request #1202 from davidhorstmann-arm/update-buffer-sharing-design-doc by David Horstmann · 5 weeks ago
  38. 8ad5be0 add changelog by Valerio Setti · 5 weeks ago
  39. 3147034 Mention MBEDTLS_PSA_ASSUME_EXCLUSIVE_BUFFERS by David Horstmann · 5 weeks ago
  40. 0ea8071 Remove 'Question' line around testing by David Horstmann · 5 weeks ago
  41. 92152dc Merge pull request #8940 from paul-elliott-arm/add_fixes_to_threading_changelog by Paul Elliott · 5 weeks ago
  42. 0da8c51 Replace reference to master by Dave Rodgman · 5 weeks ago
  43. 07500fd pk: check PK context type in mbedtls_pk_verify_ext() before trying RSA PSS by Valerio Setti · 5 weeks ago
  44. d59caf4 test_suite_pk: extend pk_psa_wrap_sign_ext() by Valerio Setti · 5 weeks ago
  45. 4d01066 Mention metatest.c by David Horstmann · 5 weeks ago
  46. 872ee6e Mention MBEDTLS_TEST_MEMORY_CAN_POISON by David Horstmann · 5 weeks ago
  47. 12b35bf Discuss test wrappers and updating them by David Horstmann · 5 weeks ago
  48. 1fdf9d0 Update BRANCHES by Dave Rodgman · 5 weeks ago
  49. 3747042 Merge pull request #8939 from daverodgman/codestyle-autogen by Dave Rodgman · 5 weeks ago
  50. 5ea99af Add discussion of copying conveience macros by David Horstmann · 5 weeks ago
  51. f5f4854 Add issues fixed to changelog entry by Paul Elliott · 5 weeks ago
  52. 1c3b227 Abstractify example in design exploration by David Horstmann · 5 weeks ago
  53. 3f2dcdd Rename mbedtls_psa_core_poison_memory() by David Horstmann · 5 weeks ago
  54. 331b2cf Clarify design decision in light of actions by David Horstmann · 5 weeks ago
  55. 1bd787a Minor relaxation to auto-gen regex by Dave Rodgman · 5 weeks ago
  56. d2cb7f4 all.sh: Add TLS 1.2 only component by Ronald Cron · 5 weeks ago
  57. 46ac065 all.sh: Adapt/Fix some components by Ronald Cron · 5 weeks ago
  58. a3f385d all.sh: Disable TLS 1.3 when pre-requisites are not meet by Ronald Cron · 5 weeks ago
  59. 27eb68d Enable TLS 1.3 by default by Ronald Cron · 6 weeks ago
  60. 5ce1577 Merge pull request #8928 from Ryan-Everett-arm/update-psa-thread-safety-docs by Dave Rodgman · 5 weeks ago
  61. 4e4540d line length fix by Dave Rodgman · 5 weeks ago
  62. 2a9eb22 Check file content to see if it looks auto-generated by Dave Rodgman · 5 weeks ago
  63. 47f8d0e Merge pull request #8934 from paul-elliott-arm/add_threading_changelog by Manuel Pégourié-Gonnard · 5 weeks ago
  64. 765b75f Update docs/architecture/psa-thread-safety/psa-thread-safety.md by Ryan Everett · 5 weeks ago
  65. 1053da8 Merge pull request #8921 from gilles-peskine-arm/pk_import_into_psa-test-lifetime by Manuel Pégourié-Gonnard · 5 weeks ago
  66. 7d8fd3f Add changelog entry for threading MVP by Paul Elliott · 6 weeks ago
  67. 78064ac Merge pull request #8901 from paul-elliott-arm/make_psa_global_data_safe by Paul Elliott · 6 weeks ago
  68. f266b51 Respond to feedback on psa-thread-safety.md by Ryan Everett · 6 weeks ago
  69. c408ef4 Update slot transition diagram by Ryan Everett · 6 weeks ago
  70. c9db499 Merge pull request #8930 from ronald-cron-arm/tls13-doc-update by Manuel Pégourié-Gonnard · 6 weeks ago
  71. b24e36d Add explanatory comment for init flags by Paul Elliott · 6 weeks ago
  72. d35dce6 Add comments about RNG mutex requirements by Paul Elliott · 6 weeks ago
  73. 0db6a90 Start subsystem IDs at 1 instead of 0 by Paul Elliott · 6 weeks ago
  74. a457633 Merge pull request #8911 from waleed-elmelegy-arm/check-alpn-when-receiving-early-data by Ronald Cron · 6 weeks ago
  75. a9bdc8f Improve tls13-support.md by Ronald Cron · 6 weeks ago
  76. 3996ebc Fix documentation about anti-replay defenses by Ronald Cron · 6 weeks ago
  77. 582865f Improve the change log by Ronald Cron · 6 weeks ago
  78. 62ac993 Merge pull request #8918 from ronald-cron-arm/improve-tls-srv-version-nego-testing by Manuel Pégourié-Gonnard · 6 weeks ago
  79. 933aec8 Remove experimental warnings related to early data by Ronald Cron · 6 weeks ago
  80. 7827996 Fix minor style issues by Paul Elliott · 6 weeks ago
  81. 567591e Merge pull request #8923 from bensze01/drop-old-compilers by Bence Szépkúti · 6 weeks ago
  82. a69572b pk_import_into_psa: test persistent keys by Gilles Peskine · 6 weeks ago
  83. 0edef1c Merge pull request #8914 from ronald-cron-arm/resumption-early-data-compat-tests by Ronald Cron · 6 weeks ago
  84. 4dfb0e7 Add ALPN checking when accepting early data by Waleed Elmelegy · 6 weeks ago
  85. 131b2ff Fix bug in ALPN negotiating by Waleed Elmelegy · 6 weeks ago
  86. e05b542 Drop reference to Visual Studio 2013 from config by Bence Szépkúti · 6 weeks ago
  87. a32546c Update changelog by Bence Szépkúti · 6 weeks ago
  88. 44ccc87 Merge pull request #8924 from Ryan-Everett-arm/threading-same-key-tests by Paul Elliott · 6 weeks ago
  89. 6bee910 Merge pull request #8858 from waleed-elmelegy-arm/add_alpn_to_session by Ronald Cron · 6 weeks ago
  90. 1987a7c Document that we do not implement the anti-replay defenses by Ronald Cron · 6 weeks ago
  91. d514d9c tls13-early-data.md: Fix reading early data documentation by Ronald Cron · 6 weeks ago
  92. 0fce958 tls13-early-data.md: Adapt code examples to new coding style by Ronald Cron · 6 weeks ago
  93. b372b2e docs: Move TLS 1.3 early data doc to a dedicated file by Ronald Cron · 6 weeks ago
  94. d76a2d8 tls13-support.md: Stop referring to the prototype by Ronald Cron · 6 weeks ago
  95. 1b606d8 tls13-support.md: Early data supported now by Ronald Cron · 6 weeks ago
  96. 124ed8a tls13-support.md: Some fixes by Ronald Cron · 6 weeks ago
  97. e40e42c Add change log for early data feature by Ronald Cron · 6 weeks ago
  98. dd2dc15 ssl-opt.sh: Add m->m resumption and early data tests by Ronald Cron · 6 weeks ago
  99. e739892 ssl-opt.sh: Rework m->m resumption tests by Ronald Cron · 7 weeks ago
  100. 3cf4145 ssl-opt.sh: Move m->m resumption tests by Ronald Cron · 7 weeks ago