1. ae59c52 Create configuration option to bypass the mbedtls_ssl_set_hostname check by Gilles Peskine · 6 months ago
  2. 63f958d Create error code for mbedtls_ssl_set_hostname not called by Gilles Peskine · 6 months ago
  3. f33c45f Keep track of whether mbedtls_ssl_set_hostname() has been called by Gilles Peskine · 6 months ago
  4. 520ceb2 Update the documentation of ssl->hostname by Gilles Peskine · 6 months ago
  5. 3a2f75d Access ssl->hostname through abstractions by Gilles Peskine · 6 months ago
  6. ff25715 Move mbedtls_ssl_set_hostname up by Gilles Peskine · 5 months ago
  7. 724a7bb mbedtls_ssl_set_hostname tests: baseline by Gilles Peskine · 6 months ago
  8. eac2e4d Automate MBEDTLS_X509_TRUSTED_CERTIFICATE_CALLBACK dependency by Gilles Peskine · 6 months ago
  9. 0834c59 Merge pull request #9496 from minosgalanakis/doc/add_mbedtls_ecp_check_privkey_comment_bp28 by Janos Follath · 6 months ago
  10. 49d4403 tf-psa-crypto/drivers/builtin/src/ecp.c by Minos Galanakis · 12 months ago
  11. 32fe8f3 Merge pull request #9849 from solardiz/mbedtls-2.28 by Paul Elliott · 8 months ago
  12. 1cd6fb5 Add change log entry on AES-NI asm block fixes by Solar Designer · 8 months ago
  13. 4ad27aa Specify previously missed XMM register clobbers in AES-NI asm blocks by Solar Designer · 8 months ago
  14. 4115440 Specify register clobbers in mbedtls_aesni_crypt_ecb() by Solar Designer · 8 months ago
  15. 9b1ec06 Merge pull request #9821 from gilles-peskine-arm/psa-storage-test-cases-never-supported-2.28-fix-copypasta by Gilles Peskine · 8 months ago
  16. 7198389 Merge pull request #9811 from SuperIlu/mbedtls-2.28 by Janos Follath · 8 months ago
  17. e681a4e Fix copypasta by Gilles Peskine · 8 months ago
  18. 97268b8 reworked changelog according to suggestion by SuperIlu · 8 months ago
  19. 4b8fbf6 Added changelog by SuperIlu · 8 months ago
  20. 6d32712 Make mbedTLS compile with MS-DOS DJGPP by SuperIlu · 8 months ago
  21. 763c116 Merge pull request #9774 from Harry-Ramsey/update-gcm-doc-2.28 by David Horstmann · 9 months ago
  22. c22ead7 Fix documentation for GCM decryption functions by Harry Ramsey · 9 months ago
  23. 9d99e98 Remove trailing whitespace by Harry Ramsey · 9 months ago
  24. a1abbdb Add new line to end of test case files by Harry Ramsey · 9 months ago
  25. 0cd2951 Add test cases for AES GCM input and output buffer overlap by Harry Ramsey · 9 months ago
  26. 7220652 Update GCM buffer overlap documentation by Harry Ramsey · 9 months ago
  27. 89c68e2 Merge pull request #9736 from mpg/drop-armcc5-2.28 by Paul Elliott · 9 months ago gh-readonly-queue/mbedtls-2.28/pr-9736-89a87b53535fd2983cc09c97de587792d156bddb
  28. 89a87b5 Merge pull request #9729 from paul-elliott-arm/fix_new_coverity_issues_2.28 by Gilles Peskine · 9 months ago
  29. 0f2c45a Merge pull request #9734 from bensze01/graviton-testing-2.28 by Bence Szépkúti · 9 months ago gh-readonly-queue/mbedtls-2.28/pr-9734-987092107a606ec96587a50989c48eed0ac482a7
  30. a674e98 Drop building with armcc5 in all.sh by Manuel Pégourié-Gonnard · 9 months ago
  31. 61da0dd Add override arguments for new gcc targets by Bence Szépkúti · 9 months ago
  32. b14dd76 Clarify GCC version requirement by Bence Szépkúti · 9 months ago
  33. 478730e Split up the Thumb-1 test component by Bence Szépkúti · 1 year, 1 month ago
  34. 73d8640 Remove superfluous invocations of make clean by Bence Szépkúti · 1 year, 1 month ago
  35. f92112d Update component speed estimates by Bence Szépkúti · 1 year, 1 month ago
  36. a56b61c Initialize result caching variables by Bence Szépkúti · 1 year, 1 month ago
  37. 63a10d0 Use true/false in place of integers by Bence Szépkúti · 1 year, 1 month ago
  38. 08c14d1 Ignore missing temporary files during cleanup by Bence Szépkúti · 1 year, 1 month ago
  39. 26822ab Fix copypasta in gcc_version by Bence Szépkúti · 1 year, 1 month ago
  40. 915fa3e Add AArch64 default config test by Bence Szépkúti · 1 year, 1 month ago
  41. 86aa780 Add Arm eabi default config tests by Bence Szépkúti · 1 year, 1 month ago
  42. 9870921 Merge pull request #9609 from gilles-peskine-arm/outcome-check-repeated-configurations-all.sh-preliminaries-2.28 by Gilles Peskine · 9 months ago
  43. 417b8d9 Pair inits with declarations by Paul Elliott · 9 months ago
  44. 9488b8c Fix double free in case of test failure by Paul Elliott · 9 months ago
  45. 1348b6a Add missing check of return by Paul Elliott · 9 months ago
  46. 181564b Fix tests where tests were done prior to init by Paul Elliott · 9 months ago
  47. f87e855 Merge pull request #9715 from ThePassionate/mbedtls-1022-2.8 by David Horstmann · 10 months ago
  48. aa6ae3f net/mbedtls_net_connect: Preventing double close problem by makejian · 10 months ago
  49. bfe4fc6 Use -O2 for build+test with earliest compilers by Gilles Peskine · 1 year, 2 months ago
  50. 8214340 Fix spurious * in regex by Gilles Peskine · 1 year, 2 months ago
  51. c61187f Don't set LD to a path with a typo for mingw by Gilles Peskine · 1 year, 2 months ago
  52. 17d2fb8 Merge pull request #9529 from jaimeMF/backport-gcc-14-calloc-fix by Paul Elliott · 11 months ago
  53. 990a88c tests: fix `calloc()` argument list (`gcc-14` fix) by Sergei Trofimovich · 1 year, 6 months ago
  54. 42c82ae Merge pull request #1287 from Mbed-TLS/mbedtls-2.28.9_mergeback by David Horstmann · 11 months ago
  55. 5e146ad Merge pull request #1284 from mpg/mbedtls-2.28.9rc0-pr by David Horstmann · 11 months ago mbedtls-2.28.9 v2.28.9
  56. c45a5e8 Add CVE ID to the ChangeLog by Manuel Pégourié-Gonnard · 11 months ago
  57. 2cb0cc2 Update BRANCHES.md by Manuel Pégourié-Gonnard · 11 months ago
  58. c0743dd Assemble ChangeLog by Manuel Pégourié-Gonnard · 11 months ago
  59. 9f7cc4c Bump version to 2.28.9 by Manuel Pégourié-Gonnard · 11 months ago
  60. 18e5f88 Merge pull request #1283 from gilles-peskine-arm/merge-2.28-restricted-20240823 by Manuel Pégourié-Gonnard · 11 months ago
  61. 69555ea Merge remote-tracking branch 'mbedtls-2.28' into mbedtls-2.28-restricted by Gilles Peskine · 12 months ago
  62. d1d2733 Merge pull request #1280 from gilles-peskine-arm/memory_allocation_cleanup_psa_crypto_rsa-changelog-2.28 by David Horstmann · 12 months ago
  63. 578f66e Changelog entry for the RSA memory leak by Gilles Peskine · 12 months ago
  64. 7c5160c Merge pull request #1273 from gowthamsk-arm/mem-alloc-cleanup-2.28 by Tom Cosgrove · 12 months ago
  65. d9e16c4 Free allocated memory where methods were returning without freeing by Gowtham Suresh Kumar · 12 months ago
  66. 36548ee Merge pull request #9256 from gilles-peskine-arm/psa-keystore-dynamic-backport-2.28 by Gilles Peskine · 12 months ago
  67. 4c9d43f Improve documentation in some tests by Gilles Peskine · 12 months ago
  68. d0ba2b0 Fix inverted assertion message by Gilles Peskine · 12 months ago
  69. b492272 Merge pull request #1262 from mpg/merge-2.28 by Manuel Pégourié-Gonnard · 12 months ago
  70. 55aa72f Merge remote-tracking branch 'public/mbedtls-2.28' into merge-2.28 by Manuel Pégourié-Gonnard · 12 months ago
  71. 3a51fdc Improve full-key-store tests by Gilles Peskine · 1 year, 1 month ago
  72. 70de13d Improve the documentation of MBEDTLS_PSA_KEY_SLOT_COUNT by Gilles Peskine · 1 year, 1 month ago
  73. 18f659b Assert that the key ID range for volatile keys is large enough by Gilles Peskine · 1 year, 1 month ago
  74. f16263e Assert that key ID ranges don't overlap by Gilles Peskine · 1 year, 1 month ago
  75. 91773db Add a test for the built-in key range by Gilles Peskine · 1 year, 1 month ago
  76. 37a4fcc Prevent mbedtls_psa_register_se_key with volatile keys by Gilles Peskine · 1 year, 2 months ago
  77. f555a4e MBEDTLS_STATIC_ASSERT: make it work outside of a function by Gilles Peskine · 1 year, 2 months ago
  78. 6c3ad6a Merge pull request #9440 from sezrab/mbedtls_test_ssl_message_queue_pop_info-2.28 by Bence Szépkúti · 1 year ago
  79. a526528 tests/ssl_helpers: Check that message queue is popped by Tomás González · 1 year, 6 months ago
  80. ea178dd Merge pull request #1258 from gilles-peskine-arm/psa-drbg-no-hmac-document-2.28 by Gilles Peskine · 1 year ago
  81. e752eaf Force MBEDTLS_PSA_HMAC_DRBG_MD_TYPE based on CTR_DRBG by Gilles Peskine · 1 year, 1 month ago
  82. 6b32ac7 Document that MBEDTLS_PSA_HMAC_DRBG_MD_TYPE does not force HMAC by Gilles Peskine · 1 year, 1 month ago
  83. 9aa9120 Merge pull request #9387 from eleuzi01/backport-9287-2.28 by Paul Elliott · 1 year, 1 month ago
  84. b4167a3 Merge pull request #9399 from davidhorstmann-arm/upgrade-python-dependencies-2.28 by Gilles Peskine · 1 year, 1 month ago
  85. 0c3c39e Upgrade python dependencies in requirements file by David Horstmann · 1 year, 1 month ago
  86. 20e964f Fix some typo for include folder by Wenxing Hou · 1 year, 2 months ago
  87. ff2c049 Merge pull request #9270 from sezrab/silence-2.28 by Gilles Peskine · 1 year, 1 month ago
  88. 3218ccf Merge pull request #9316 from gilles-peskine-arm/test_suite_config-booleans-2.28 by Ronald Cron · 1 year, 1 month ago
  89. a76a6ff Adjust TLS protocol cases for 2.28 by Gilles Peskine · 1 year, 1 month ago
  90. 93708fe Fix copypasta by Gilles Peskine · 1 year, 1 month ago
  91. b19fa4e Declare the new generated files by Gilles Peskine · 1 year, 1 month ago
  92. d33c48b Add generated config tests by Gilles Peskine · 1 year, 1 month ago
  93. cfba247 Remove some settings that don't exist in 2.28 by Gilles Peskine · 1 year, 1 month ago
  94. 744741b Adjust generate_config_tests.py for 2.28 by Gilles Peskine · 1 year, 1 month ago
  95. 1afb703 Terminology: use "dependencies" for a list of settings by Gilles Peskine · 1 year, 2 months ago
  96. 5454a84 Terminology: consistently use "setting", not "option" by Gilles Peskine · 1 year, 2 months ago
  97. f75c70b Explain why we require TLS client and server simultaneously by Gilles Peskine · 1 year, 2 months ago
  98. c08d5bf Fix missing negation by Gilles Peskine · 1 year, 2 months ago
  99. 556249e Pacify mypy by Gilles Peskine · 1 year, 2 months ago
  100. c79ecea Detect sub-options by Gilles Peskine · 1 year, 2 months ago