1. 37a4fcc Prevent mbedtls_psa_register_se_key with volatile keys by Gilles Peskine · 1 year, 2 months ago
  2. f555a4e MBEDTLS_STATIC_ASSERT: make it work outside of a function by Gilles Peskine · 1 year, 2 months ago
  3. 0a2dd6d Set psk to NULL in ssl_psk_remove-backport to 2.28 by lhuang04 · 1 year, 2 months ago
  4. 9ebf9aa Merge pull request #9153 from gilles-peskine-arm/oid-limits-2.28 by Gilles Peskine · 1 year, 2 months ago
  5. a8cd2e6 Fix the build without check_config.h (inclusion of limits.h) by Gilles Peskine · 1 year, 3 months ago
  6. e32671f Merge pull request #9086 from nileshkale123/fix/redefinition_warning_for_gnu_source_backport_2.28 by Gilles Peskine · 1 year, 3 months ago
  7. 7913311 Merge pull request #8544 from Ryan-Everett-arm/8537-2.28 by Gilles Peskine · 1 year, 3 months ago
  8. 52b6fef Fixed issue of redefinition warning messages for _GNU_SOURCE by nilesh.kale · 1 year, 4 months ago
  9. 6766a19 Merge pull request #8875 from stevenwdv/mbedtls-2.28 by Paul Elliott · 1 year, 4 months ago
  10. 6fe0ae0 Version bump for 2.28.8 by Minos Galanakis · 1 year, 5 months ago
  11. d4b3fe7 Merge branch 'mbedtls-2.28' into 'mbedtls-2.28-restricted' by Minos Galanakis · 1 year, 5 months ago
  12. f7acf91 Check C/C++ compilers separately for AppleClang ranlib by Steven WdV · 1 year, 5 months ago
  13. 98ebf48 Fix bug in ALPN loading from serialized session by Waleed Elmelegy · 1 year, 5 months ago
  14. 5bada22 Update generated files with inverted option by David Horstmann · 1 year, 5 months ago
  15. 4201533 Invert and rename config option by David Horstmann · 1 year, 5 months ago
  16. 28fe665 Remove LOCAL_OUTPUT_ALLOC_WITH_COPY by Thomas Daubney · 1 year, 5 months ago
  17. ca92831 Add missing semicolon by Thomas Daubney · 1 year, 5 months ago
  18. 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
  19. f06494d Merge branch 'mbedtls-2.28' into buffer-sharing-merge-2.28 by David Horstmann · 1 year, 5 months ago
  20. 7c89d1f Merge branch 'mbedtls-2.28-restricted' into backport_key_agreement_buffer_protection by tom-daubney-arm · 1 year, 5 months ago
  21. a19f6bf Merge pull request #8823 from davidhorstmann-arm/fix-config-bitflag-2.28 by Gilles Peskine · 1 year, 5 months ago
  22. fc8cacf Add missing config guards in comment by David Horstmann · 1 year, 5 months ago
  23. f3c3504 Fix merge by Gabor Mezei · 1 year, 5 months ago
  24. 26bbd8d Merge branch 'mbedtls-2.28-restricted' into bp228_buffer_protection_for_cipher by Gábor Mezei · 1 year, 5 months ago
  25. 5e5056d cmake: Use GnuInstallDirs to customize install directories by Biswapriyo Nath · 3 years, 4 months ago
  26. f5a6fa2 Fix code style by David Horstmann · 1 year, 5 months ago
  27. 11def97 Fix naming inconsistencies in config bits by David Horstmann · 1 year, 5 months ago
  28. 363db77 Add config guards to ssl session comment by David Horstmann · 1 year, 5 months ago
  29. ff783e0 Do not copy the content to the local output buffer with allocation by Gabor Mezei · 1 year, 5 months ago
  30. 8677edd Fix buffer protection handling for `cipher_generate_iv` by Gabor Mezei · 1 year, 6 months ago
  31. 282bb53 Add buffer protection for `cipher_generate_iv` and `cipher_set_iv` by Gabor Mezei · 1 year, 6 months ago
  32. ed96d68 Move local buffer allocation just before usage by Gabor Mezei · 1 year, 6 months ago
  33. 69f680a Add `LOCAL_OUTPUT_ALLOC_WITH_COPY` macro if buffer protection is disabled by Gabor Mezei · 1 year, 6 months ago
  34. 92905be Fix ASAN error for `psa_cipher_update` by Gabor Mezei · 1 year, 6 months ago
  35. 13a15c2 Add buffer protection for cipher functions by Gabor Mezei · 1 year, 6 months ago
  36. 98397f0 Merge branch 'mbedtls-2.28-restricted' into generate-random-buffer-protection-backport by David Horstmann · 1 year, 5 months ago
  37. ffdd957 Fix compilation on macOS without apple-clang by Signed-off-by: Steven WdV · 1 year, 5 months ago
  38. 24d60ad Merge branch 'mbedtls-2.28-restricted' into backport_asymmetric_encrypt_buffer_protection by tom-daubney-arm · 1 year, 5 months ago
  39. 10e44f3 Add missing guards around exit label by David Horstmann · 1 year, 5 months ago
  40. 65bf12c Add buffer copying to psa_generate_random() by David Horstmann · 1 year, 6 months ago
  41. 9721b86 Allow null buffers when the length is 0 by Gilles Peskine · 1 year, 5 months ago
  42. c2c74b9 mbedtls_ecp_write_key: no FEATURE_UNAVAILABLE error by Gilles Peskine · 1 year, 6 months ago
  43. 8eafe15 Merge branch 'mbedtls-2.28-restricted' into backport_mac_buffer_protection by tom-daubney-arm · 1 year, 6 months ago
  44. 09cf4f2 Decouple if statement in psa_raw_key_agreement exit. by Thomas Daubney · 1 year, 6 months ago
  45. 2ea8d8f Revise how output allocation is checked by Thomas Daubney · 1 year, 6 months ago
  46. 0736df3 Check for output allocation before randomising by Thomas Daubney · 1 year, 6 months ago
  47. 0ce9589 Merge pull request #1133 from davidhorstmann-arm/copying-aead-2.28 by David Horstmann · 1 year, 6 months ago
  48. 26d1c43 Check output allocated before randomising by Thomas Daubney · 1 year, 6 months ago
  49. 3c0c6b1 Conditionally include exit label by Thomas Daubney · 1 year, 6 months ago
  50. 9da359f Add buffer protection to psa_key_derivation_key_agreement by Thomas Daubney · 1 year, 6 months ago
  51. 4304276 Add buffer protection to psa_raw_key_agreement by Thomas Daubney · 1 year, 6 months ago
  52. a9cc4cd Merge pull request #1179 from Ryan-Everett-arm/key-derivation-buffer-protection-backport by David Horstmann · 1 year, 6 months ago
  53. 75c8e61 Merge pull request #8814 from gilles-peskine-arm/rsa-bitlen-fix-2.28 by Tom Cosgrove · 1 year, 6 months ago
  54. eb77b6f Add session config bit for KEEP_PEER_CERTIFICATE by David Horstmann · 1 year, 6 months ago
  55. 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
  56. 0196f48 Fix mbedtls_pk_get_bitlen() for RSA with non-byte-aligned sizes by Gilles Peskine · 1 year, 6 months ago
  57. 1a6137b Implement safe buffer copying in asymm. encryption by Thomas Daubney · 1 year, 7 months ago
  58. 480347d Add mac not NULL check before calling memset by Thomas Daubney · 1 year, 6 months ago
  59. 301491d Modify allocation in sign_finish by Thomas Daubney · 1 year, 6 months ago
  60. f298f65 Fix code style by Thomas Daubney · 1 year, 6 months ago
  61. 2bb3a1f Conditionally include exit label by Thomas Daubney · 1 year, 6 months ago
  62. 324f7de Implement safe buffer copying in MAC API by Thomas Daubney · 1 year, 7 months ago
  63. cbf0921 Fix code style by Thomas Daubney · 1 year, 6 months ago
  64. 5e6b84a Conditionally include exit label by Thomas Daubney · 1 year, 6 months ago
  65. 62cb36a Implement safe buffer copying in hash API by Thomas Daubney · 1 year, 7 months ago
  66. d0d12fb Conditionally guard exit label to deter unused label error by Ryan Everett · 1 year, 6 months ago
  67. 6f68206 Add buffer copying to psa_key_derivation_input_bytes by Ryan Everett · 1 year, 6 months ago
  68. 08bd246 Add buffer copying to psa_key_derivation_output_bytes by Ryan Everett · 1 year, 6 months ago
  69. b6d5793 Reduce many unnecessary static memory consumption by Chien Wong · 1 year, 6 months ago
  70. 5a2e95d Merge pull request #1164 from daverodgman/update-2.28-restricted by Dave Rodgman · 1 year, 6 months ago
  71. bfa27e3 Fix kdf incorrect initial capacity by Kusumit Ghoderao · 1 year, 6 months ago
  72. 3a4153a Conditionally guard exit label to stop unused label error by Ryan Everett · 1 year, 6 months ago
  73. 3082791 Protect buffer in psa_export_public_key by Ryan Everett · 1 year, 7 months ago
  74. e3e760c Protect buffer in psa_export_key by Ryan Everett · 1 year, 7 months ago
  75. 6b97025 Protect buffer in psa_import_key by Ryan Everett · 1 year, 7 months ago
  76. 90b94ff Allow GCM IV to be NULL if zero-length by David Horstmann · 1 year, 6 months ago
  77. 670100f fix build for midipix by Ørjan Malde · 1 year, 6 months ago
  78. f446b89 Conditionally include exit label by Thomas Daubney · 1 year, 6 months ago
  79. 290aac4 Implement safe buffer copying in asymmetric signature API by Thomas Daubney · 1 year, 7 months ago
  80. 9d52c71 Merge remote-tracking branch 'restricted/mbedtls-2.28' into mbedtls-2.28-restricted by Dave Rodgman · 1 year, 6 months ago
  81. 3b0c371 Add allocate and copy style output buffer handling by Gabor Mezei · 1 year, 6 months ago
  82. 6baf6e9 Add buffer copying to psa_aead_decrypt() by David Horstmann · 1 year, 8 months ago
  83. 21c1a94 Copy buffers in psa_aead_encrypt() by David Horstmann · 1 year, 8 months ago
  84. 2866a6b Merge remote-tracking branch 'restricted/mbedtls-2.28' into mbedtls-2.28.7rc by Dave Rodgman · 1 year, 7 months ago
  85. f154831 bump version by Dave Rodgman · 1 year, 7 months ago
  86. e90cbc3 Fix Issue #8687 by Jonathan Winzig · 1 year, 7 months ago
  87. 1a9a697 Fix 'missing prototype' warnings by Janos Follath · 1 year, 7 months ago
  88. 8cdb606 Align Montgomery init with development by Janos Follath · 1 year, 7 months ago
  89. 601bffc Extend blinding to RSA result check by Janos Follath · 1 year, 7 months ago
  90. aa6760d Make RSA unblinding constant flow by Janos Follath · 1 year, 7 months ago
  91. 4fe396f Move some bignum functions to internal header by Janos Follath · 1 year, 7 months ago
  92. 4217503 Move calculating RR into a separate function by Janos Follath · 1 year, 7 months ago
  93. c7e208d Merge pull request #8662 from LocutusOfBorg/mbedtls-2.28 by Tom Cosgrove · 1 year, 7 months ago
  94. d776823 Update library/timing.c by Gianfranco Costamagna · 1 year, 7 months ago
  95. a836a84 Fix Issue #8687 by Jonathan Winzig · 1 year, 7 months ago
  96. 8b73629 Fix 'missing prototype' warnings by Janos Follath · 1 year, 7 months ago
  97. 6f499b7 Align Montgomery init with development by Janos Follath · 1 year, 7 months ago
  98. 24bb226 Extend blinding to RSA result check by Janos Follath · 1 year, 7 months ago
  99. 8b246b3 Make RSA unblinding constant flow by Janos Follath · 1 year, 7 months ago
  100. f9cc476 Move some bignum functions to internal header by Janos Follath · 1 year, 7 months ago