1. 92e298e Version Bump for 2.28.10 by Minos Galanakis · 5 months ago
  2. d69bfb904d Merge remote-tracking branch 'upstream/mbedtls-2.28' into pre-2.28.9-upstream-merge by Minos Galanakis · 5 months ago
  3. 23981ad Merge pull request #10026 from waleed-elmelegy-arm/mbedtls-2.28-fix-key-deriv-bad-state-error by Gilles Peskine · 5 months ago
  4. 6070470 Merge pull request #1321 from davidhorstmann-arm/calc-finished-check-return-2.28 by David Horstmann · 5 months ago
  5. 226daac Declare conversion function even without 1.2 by David Horstmann · 5 months ago
  6. 0907266 Convert PSA errors to Mbed TLS MD errors by David Horstmann · 5 months ago
  7. 2b85729 Add checking to missed case of calc_finished() by David Horstmann · 5 months ago
  8. 254cada Replace zero by PSA_ALG_NONE in key derivation internal functions by Waleed Elmelegy · 5 months ago
  9. 68014b2 Return and propagate errors in calc_finished() by David Horstmann · 5 months ago
  10. 466ebe8 Zeroize temporary heap buffers used in PSA operations by Gilles Peskine · 5 months ago
  11. e014887 Fix code style for key derivation input function by Waleed Elmelegy · 5 months ago
  12. c8c89ed Fix psa_key_derivation_input_integer() not detecting bad state by Waleed Elmelegy · 5 months ago
  13. 6310e98 Expose mbedtls_ssl_get_hostname_pointer() by Gilles Peskine · 5 months ago
  14. 551756d Require calling mbedtls_ssl_set_hostname() for security by Gilles Peskine · 6 months ago
  15. ae59c52 Create configuration option to bypass the mbedtls_ssl_set_hostname check by Gilles Peskine · 6 months ago
  16. 63f958d Create error code for mbedtls_ssl_set_hostname not called by Gilles Peskine · 6 months ago
  17. f33c45f Keep track of whether mbedtls_ssl_set_hostname() has been called by Gilles Peskine · 6 months ago
  18. 3a2f75d Access ssl->hostname through abstractions by Gilles Peskine · 6 months ago
  19. ff25715 Move mbedtls_ssl_set_hostname up by Gilles Peskine · 5 months ago
  20. 49d4403 tf-psa-crypto/drivers/builtin/src/ecp.c by Minos Galanakis · 12 months ago
  21. 4ad27aa Specify previously missed XMM register clobbers in AES-NI asm blocks by Solar Designer · 8 months ago
  22. 4115440 Specify register clobbers in mbedtls_aesni_crypt_ecb() by Solar Designer · 8 months ago
  23. 6d32712 Make mbedTLS compile with MS-DOS DJGPP by SuperIlu · 8 months ago
  24. aa6ae3f net/mbedtls_net_connect: Preventing double close problem by makejian · 10 months ago
  25. 9f7cc4c Bump version to 2.28.9 by Manuel Pégourié-Gonnard · 11 months ago
  26. 69555ea Merge remote-tracking branch 'mbedtls-2.28' into mbedtls-2.28-restricted by Gilles Peskine · 12 months ago
  27. d9e16c4 Free allocated memory where methods were returning without freeing by Gowtham Suresh Kumar · 12 months ago
  28. 36548ee Merge pull request #9256 from gilles-peskine-arm/psa-keystore-dynamic-backport-2.28 by Gilles Peskine · 12 months ago
  29. d0ba2b0 Fix inverted assertion message by Gilles Peskine · 12 months ago
  30. 55aa72f Merge remote-tracking branch 'public/mbedtls-2.28' into merge-2.28 by Manuel Pégourié-Gonnard · 12 months ago
  31. 18f659b Assert that the key ID range for volatile keys is large enough by Gilles Peskine · 1 year, 1 month ago
  32. f16263e Assert that key ID ranges don't overlap by Gilles Peskine · 1 year, 1 month ago
  33. 37a4fcc Prevent mbedtls_psa_register_se_key with volatile keys by Gilles Peskine · 1 year, 2 months ago
  34. f555a4e MBEDTLS_STATIC_ASSERT: make it work outside of a function by Gilles Peskine · 1 year, 2 months ago
  35. e752eaf Force MBEDTLS_PSA_HMAC_DRBG_MD_TYPE based on CTR_DRBG by Gilles Peskine · 1 year, 1 month ago
  36. ff2c049 Merge pull request #9270 from sezrab/silence-2.28 by Gilles Peskine · 1 year, 1 month ago
  37. f514f25 Merge pull request #9025 from gilles-peskine-arm/psa-storage-test-cases-never-supported-2.28 by Gilles Peskine · 1 year, 2 months ago
  38. ed9a494 Silence gcc 12.2.0 warning by Patrick Wildt · 1 year, 3 months ago
  39. 0a2dd6d Set psk to NULL in ssl_psk_remove-backport to 2.28 by lhuang04 · 1 year, 2 months ago
  40. 9ebf9aa Merge pull request #9153 from gilles-peskine-arm/oid-limits-2.28 by Gilles Peskine · 1 year, 2 months ago
  41. a8cd2e6 Fix the build without check_config.h (inclusion of limits.h) by Gilles Peskine · 1 year, 3 months ago
  42. e32671f Merge pull request #9086 from nileshkale123/fix/redefinition_warning_for_gnu_source_backport_2.28 by Gilles Peskine · 1 year, 3 months ago
  43. 7913311 Merge pull request #8544 from Ryan-Everett-arm/8537-2.28 by Gilles Peskine · 1 year, 3 months ago
  44. 52b6fef Fixed issue of redefinition warning messages for _GNU_SOURCE by nilesh.kale · 1 year, 4 months ago
  45. b6e362b PSA sign/verify: more uniform error on an unsupported hash by Gilles Peskine · 1 year, 4 months ago
  46. 6766a19 Merge pull request #8875 from stevenwdv/mbedtls-2.28 by Paul Elliott · 1 year, 4 months ago
  47. 6fe0ae0 Version bump for 2.28.8 by Minos Galanakis · 1 year, 5 months ago
  48. d4b3fe7 Merge branch 'mbedtls-2.28' into 'mbedtls-2.28-restricted' by Minos Galanakis · 1 year, 5 months ago
  49. f7acf91 Check C/C++ compilers separately for AppleClang ranlib by Steven WdV · 1 year, 5 months ago
  50. 98ebf48 Fix bug in ALPN loading from serialized session by Waleed Elmelegy · 1 year, 5 months ago
  51. 5bada22 Update generated files with inverted option by David Horstmann · 1 year, 5 months ago
  52. 4201533 Invert and rename config option by David Horstmann · 1 year, 5 months ago
  53. 28fe665 Remove LOCAL_OUTPUT_ALLOC_WITH_COPY by Thomas Daubney · 1 year, 5 months ago
  54. ca92831 Add missing semicolon by Thomas Daubney · 1 year, 5 months ago
  55. 4089549 Merge pull request #8851 from billatarm/mbedtls-2.28-add-pc-files by Gilles Peskine · 1 year, 5 months ago gh-readonly-queue/mbedtls-2.28/pr-8851-5bc604f33ca4e4b818ff9584aef110b14e0ba35a
  56. f06494d Merge branch 'mbedtls-2.28' into buffer-sharing-merge-2.28 by David Horstmann · 1 year, 5 months ago
  57. 7c89d1f Merge branch 'mbedtls-2.28-restricted' into backport_key_agreement_buffer_protection by tom-daubney-arm · 1 year, 5 months ago
  58. a19f6bf Merge pull request #8823 from davidhorstmann-arm/fix-config-bitflag-2.28 by Gilles Peskine · 1 year, 5 months ago
  59. fc8cacf Add missing config guards in comment by David Horstmann · 1 year, 5 months ago
  60. f3c3504 Fix merge by Gabor Mezei · 1 year, 5 months ago
  61. 26bbd8d Merge branch 'mbedtls-2.28-restricted' into bp228_buffer_protection_for_cipher by Gábor Mezei · 1 year, 5 months ago
  62. 5e5056d cmake: Use GnuInstallDirs to customize install directories by Biswapriyo Nath · 3 years, 3 months ago
  63. f5a6fa2 Fix code style by David Horstmann · 1 year, 5 months ago
  64. 11def97 Fix naming inconsistencies in config bits by David Horstmann · 1 year, 5 months ago
  65. 363db77 Add config guards to ssl session comment by David Horstmann · 1 year, 5 months ago
  66. ff783e0 Do not copy the content to the local output buffer with allocation by Gabor Mezei · 1 year, 5 months ago
  67. 8677edd Fix buffer protection handling for `cipher_generate_iv` by Gabor Mezei · 1 year, 6 months ago
  68. 282bb53 Add buffer protection for `cipher_generate_iv` and `cipher_set_iv` by Gabor Mezei · 1 year, 6 months ago
  69. ed96d68 Move local buffer allocation just before usage by Gabor Mezei · 1 year, 6 months ago
  70. 69f680a Add `LOCAL_OUTPUT_ALLOC_WITH_COPY` macro if buffer protection is disabled by Gabor Mezei · 1 year, 6 months ago
  71. 92905be Fix ASAN error for `psa_cipher_update` by Gabor Mezei · 1 year, 6 months ago
  72. 13a15c2 Add buffer protection for cipher functions by Gabor Mezei · 1 year, 6 months ago
  73. 98397f0 Merge branch 'mbedtls-2.28-restricted' into generate-random-buffer-protection-backport by David Horstmann · 1 year, 5 months ago
  74. ffdd957 Fix compilation on macOS without apple-clang by Signed-off-by: Steven WdV · 1 year, 5 months ago
  75. 24d60ad Merge branch 'mbedtls-2.28-restricted' into backport_asymmetric_encrypt_buffer_protection by tom-daubney-arm · 1 year, 5 months ago
  76. 10e44f3 Add missing guards around exit label by David Horstmann · 1 year, 5 months ago
  77. 65bf12c Add buffer copying to psa_generate_random() by David Horstmann · 1 year, 6 months ago
  78. 9721b86 Allow null buffers when the length is 0 by Gilles Peskine · 1 year, 5 months ago
  79. c2c74b9 mbedtls_ecp_write_key: no FEATURE_UNAVAILABLE error by Gilles Peskine · 1 year, 6 months ago
  80. 8eafe15 Merge branch 'mbedtls-2.28-restricted' into backport_mac_buffer_protection by tom-daubney-arm · 1 year, 5 months ago
  81. 09cf4f2 Decouple if statement in psa_raw_key_agreement exit. by Thomas Daubney · 1 year, 5 months ago
  82. 2ea8d8f Revise how output allocation is checked by Thomas Daubney · 1 year, 5 months ago
  83. 0736df3 Check for output allocation before randomising by Thomas Daubney · 1 year, 5 months ago
  84. 0ce9589 Merge pull request #1133 from davidhorstmann-arm/copying-aead-2.28 by David Horstmann · 1 year, 6 months ago
  85. 26d1c43 Check output allocated before randomising by Thomas Daubney · 1 year, 6 months ago
  86. 3c0c6b1 Conditionally include exit label by Thomas Daubney · 1 year, 6 months ago
  87. 9da359f Add buffer protection to psa_key_derivation_key_agreement by Thomas Daubney · 1 year, 6 months ago
  88. 4304276 Add buffer protection to psa_raw_key_agreement by Thomas Daubney · 1 year, 6 months ago
  89. a9cc4cd Merge pull request #1179 from Ryan-Everett-arm/key-derivation-buffer-protection-backport by David Horstmann · 1 year, 6 months ago
  90. 75c8e61 Merge pull request #8814 from gilles-peskine-arm/rsa-bitlen-fix-2.28 by Tom Cosgrove · 1 year, 6 months ago
  91. eb77b6f Add session config bit for KEEP_PEER_CERTIFICATE by David Horstmann · 1 year, 6 months ago
  92. 09cd7dd Merge pull request #8660 from ivq/fix_ecp_comment by Janos Follath · 1 year, 6 months ago gh-readonly-queue/mbedtls-2.28/pr-8660-ede909f99ab6e6a958a41e365251c2a1d2c4ed4d
  93. 0196f48 Fix mbedtls_pk_get_bitlen() for RSA with non-byte-aligned sizes by Gilles Peskine · 1 year, 6 months ago
  94. 1a6137b Implement safe buffer copying in asymm. encryption by Thomas Daubney · 1 year, 7 months ago
  95. 480347d Add mac not NULL check before calling memset by Thomas Daubney · 1 year, 6 months ago
  96. 301491d Modify allocation in sign_finish by Thomas Daubney · 1 year, 6 months ago
  97. f298f65 Fix code style by Thomas Daubney · 1 year, 6 months ago
  98. 2bb3a1f Conditionally include exit label by Thomas Daubney · 1 year, 6 months ago
  99. 324f7de Implement safe buffer copying in MAC API by Thomas Daubney · 1 year, 7 months ago
  100. cbf0921 Fix code style by Thomas Daubney · 1 year, 6 months ago