1. 479448d Merge pull request #1182 from tom-daubney-arm/backport_key_agreement_buffer_protection by David Horstmann · 1 year, 5 months ago
  2. 7c89d1f Merge branch 'mbedtls-2.28-restricted' into backport_key_agreement_buffer_protection by tom-daubney-arm · 1 year, 5 months ago
  3. 9d0fe6e Fix issue with large allocation in tests by Thomas Daubney · 1 year, 5 months ago
  4. 81a14e0 Merge pull request #1168 from gabor-mezei-arm/bp228_buffer_protection_for_cipher by David Horstmann · 1 year, 5 months ago
  5. f3c3504 Fix merge by Gabor Mezei · 1 year, 5 months ago
  6. 26bbd8d Merge branch 'mbedtls-2.28-restricted' into bp228_buffer_protection_for_cipher by Gábor Mezei · 1 year, 5 months ago
  7. 126dc1c Merge pull request #1173 from davidhorstmann-arm/generate-random-buffer-protection-backport by David Horstmann · 1 year, 5 months ago
  8. ff783e0 Do not copy the content to the local output buffer with allocation by Gabor Mezei · 1 year, 5 months ago
  9. 7f4b7dd Remove write check in driver wrappers tests by Gabor Mezei · 1 year, 6 months ago
  10. 8677edd Fix buffer protection handling for `cipher_generate_iv` by Gabor Mezei · 1 year, 6 months ago
  11. 50bcca2 Update test wrapper functions for ciper buffer protection by Gabor Mezei · 1 year, 6 months ago
  12. 282bb53 Add buffer protection for `cipher_generate_iv` and `cipher_set_iv` by Gabor Mezei · 1 year, 6 months ago
  13. ed96d68 Move local buffer allocation just before usage by Gabor Mezei · 1 year, 6 months ago
  14. 69f680a Add `LOCAL_OUTPUT_ALLOC_WITH_COPY` macro if buffer protection is disabled by Gabor Mezei · 1 year, 6 months ago
  15. 92905be Fix ASAN error for `psa_cipher_update` by Gabor Mezei · 1 year, 6 months ago
  16. 143864c Add test wrapper functions for cipher buffer protection by Gabor Mezei · 1 year, 6 months ago
  17. 13a15c2 Add buffer protection for cipher functions by Gabor Mezei · 1 year, 6 months ago
  18. 98397f0 Merge branch 'mbedtls-2.28-restricted' into generate-random-buffer-protection-backport by David Horstmann · 1 year, 5 months ago
  19. be49b6b Merge pull request #1154 from tom-daubney-arm/backport_asymmetric_encrypt_buffer_protection by David Horstmann · 1 year, 5 months ago
  20. 24d60ad Merge branch 'mbedtls-2.28-restricted' into backport_asymmetric_encrypt_buffer_protection by tom-daubney-arm · 1 year, 5 months ago
  21. 80de147 Fix incorrect conflict resolution by David Horstmann · 1 year, 5 months ago
  22. 10e44f3 Add missing guards around exit label by David Horstmann · 1 year, 5 months ago
  23. 6b01954 Merge pull request #1150 from tom-daubney-arm/backport_mac_buffer_protection by David Horstmann · 1 year, 5 months ago
  24. 4e82150 Generate test wrappers for psa_generate_random() by David Horstmann · 1 year, 6 months ago
  25. 65bf12c Add buffer copying to psa_generate_random() by David Horstmann · 1 year, 6 months ago
  26. be060f1 Suppress pylint by Thomas Daubney · 1 year, 5 months ago
  27. 8eafe15 Merge branch 'mbedtls-2.28-restricted' into backport_mac_buffer_protection by tom-daubney-arm · 1 year, 6 months ago
  28. 09cf4f2 Decouple if statement in psa_raw_key_agreement exit. by Thomas Daubney · 1 year, 6 months ago
  29. 2ea8d8f Revise how output allocation is checked by Thomas Daubney · 1 year, 6 months ago
  30. 0736df3 Check for output allocation before randomising by Thomas Daubney · 1 year, 6 months ago
  31. 0ce9589 Merge pull request #1133 from davidhorstmann-arm/copying-aead-2.28 by David Horstmann · 1 year, 6 months ago
  32. 26d1c43 Check output allocated before randomising by Thomas Daubney · 1 year, 6 months ago
  33. 3c0c6b1 Conditionally include exit label by Thomas Daubney · 1 year, 6 months ago
  34. db5d607 Generate test wrappers by Thomas Daubney · 1 year, 6 months ago
  35. 9da359f Add buffer protection to psa_key_derivation_key_agreement by Thomas Daubney · 1 year, 6 months ago
  36. 4304276 Add buffer protection to psa_raw_key_agreement by Thomas Daubney · 1 year, 6 months ago
  37. a9cc4cd Merge pull request #1179 from Ryan-Everett-arm/key-derivation-buffer-protection-backport by David Horstmann · 1 year, 6 months ago
  38. a2fd778 Merge pull request #1148 from tom-daubney-arm/backport_hash_buffer_protection by David Horstmann · 1 year, 6 months ago
  39. 2b614f9 Generate all test wrappers by Thomas Daubney · 1 year, 6 months ago
  40. d8adccf Generate test wrappers by Thomas Daubney · 1 year, 6 months ago
  41. 1a6137b Implement safe buffer copying in asymm. encryption by Thomas Daubney · 1 year, 7 months ago
  42. 480347d Add mac not NULL check before calling memset by Thomas Daubney · 1 year, 6 months ago
  43. 301491d Modify allocation in sign_finish by Thomas Daubney · 1 year, 6 months ago
  44. f298f65 Fix code style by Thomas Daubney · 1 year, 6 months ago
  45. 2bb3a1f Conditionally include exit label by Thomas Daubney · 1 year, 6 months ago
  46. 6b91503 Generate test wrappers for MAC functions by Thomas Daubney · 1 year, 6 months ago
  47. 324f7de Implement safe buffer copying in MAC API by Thomas Daubney · 1 year, 7 months ago
  48. cbf0921 Fix code style by Thomas Daubney · 1 year, 6 months ago
  49. 5e6b84a Conditionally include exit label by Thomas Daubney · 1 year, 6 months ago
  50. ebf9329 Generate test wrappers for hash functions by Thomas Daubney · 1 year, 6 months ago
  51. 62cb36a Implement safe buffer copying in hash API by Thomas Daubney · 1 year, 7 months ago
  52. d0d12fb Conditionally guard exit label to deter unused label error by Ryan Everett · 1 year, 6 months ago
  53. 6c9e69d Add key derivation testing wrappers by Ryan Everett · 1 year, 6 months ago
  54. 6f68206 Add buffer copying to psa_key_derivation_input_bytes by Ryan Everett · 1 year, 6 months ago
  55. 08bd246 Add buffer copying to psa_key_derivation_output_bytes by Ryan Everett · 1 year, 6 months ago
  56. 4fc2b9b Merge pull request #1175 from davidhorstmann-arm/cipher-multipart-test-fix-backport by David Horstmann · 1 year, 6 months ago
  57. 7274590 Update buffer start and length in multipart test by David Horstmann · 1 year, 6 months ago
  58. 448bc01 Add testcase to fail multipart cipher tests by David Horstmann · 1 year, 6 months ago
  59. 5a2e95d Merge pull request #1164 from daverodgman/update-2.28-restricted by Dave Rodgman · 1 year, 6 months ago
  60. 8f7a5f6 Merge pull request #1157 from Ryan-Everett-arm/key-management-buffer-protection-backport by David Horstmann · 1 year, 6 months ago
  61. 081803d Remove unnecessary dependencies from psa_crypto_helpers.h by Ryan Everett · 1 year, 6 months ago
  62. c8b6c05 Update tests/scripts/generate_psa_wrappers.py by Ryan Everett · 1 year, 6 months ago
  63. cb4f855 Fix line-too-long in script by Ryan Everett · 1 year, 6 months ago
  64. 810421c Re-add cipher_encrypt buffer copying by Ryan Everett · 1 year, 6 months ago
  65. 3a4153a Conditionally guard exit label to stop unused label error by Ryan Everett · 1 year, 6 months ago
  66. dcbc1d3 Generate test wrappers for key management by Ryan Everett · 1 year, 6 months ago
  67. 3082791 Protect buffer in psa_export_public_key by Ryan Everett · 1 year, 7 months ago
  68. e3e760c Protect buffer in psa_export_key by Ryan Everett · 1 year, 7 months ago
  69. 6b97025 Protect buffer in psa_import_key by Ryan Everett · 1 year, 7 months ago
  70. 3e7ef37 Merge pull request #1152 from tom-daubney-arm/backport_asymmetric_sign_buffer_protection by David Horstmann · 1 year, 6 months ago
  71. 90b94ff Allow GCM IV to be NULL if zero-length by David Horstmann · 1 year, 6 months ago
  72. f446b89 Conditionally include exit label by Thomas Daubney · 1 year, 6 months ago
  73. c63e31a Generate test wrappers by Thomas Daubney · 1 year, 6 months ago
  74. 290aac4 Implement safe buffer copying in asymmetric signature API by Thomas Daubney · 1 year, 7 months ago
  75. 435118c Merge pull request #1163 from gabor-mezei-arm/bp228_buffer_sharing_copy_output_buffer by David Horstmann · 1 year, 6 months ago
  76. 8e3a837 Remove already-assembled Changelog entries by Dave Rodgman · 1 year, 6 months ago
  77. 9d52c71 Merge remote-tracking branch 'restricted/mbedtls-2.28' into mbedtls-2.28-restricted by Dave Rodgman · 1 year, 6 months ago
  78. 1b9cea3 Merge pull request #1159 from daverodgman/mbedtls-2.28.7rc by Dave Rodgman · 1 year, 6 months ago
  79. 3b0c371 Add allocate and copy style output buffer handling by Gabor Mezei · 1 year, 6 months ago
  80. 436b2ef Generate poisoning wrappers for AEAD by David Horstmann · 1 year, 7 months ago
  81. 6baf6e9 Add buffer copying to psa_aead_decrypt() by David Horstmann · 1 year, 8 months ago
  82. 21c1a94 Copy buffers in psa_aead_encrypt() by David Horstmann · 1 year, 8 months ago
  83. 001ae33 Merge pull request #1143 from davidhorstmann-arm/memory-poisoning-runtime-enable-2.28 by David Horstmann · 1 year, 6 months ago
  84. 7dfb612 Remove _Thread_local variable for 2.28 by David Horstmann · 1 year, 7 months ago
  85. 2866a6b Merge remote-tracking branch 'restricted/mbedtls-2.28' into mbedtls-2.28.7rc by Dave Rodgman · 1 year, 7 months ago
  86. 555f847 Update BRANCHES.md by Dave Rodgman · 1 year, 7 months ago mbedtls-2.28.7 v2.28.7
  87. f154831 bump version by Dave Rodgman · 1 year, 7 months ago
  88. e557764c Assemble changelog by Dave Rodgman · 1 year, 7 months ago
  89. 634748d Add Changelog for #8687 by Paul Elliott · 1 year, 7 months ago
  90. e90cbc3 Fix Issue #8687 by Jonathan Winzig · 1 year, 7 months ago
  91. d78496c Add tests for Issue #8687 by Jonathan Winzig · 1 year, 7 months ago
  92. 4a606d6 Update Marvin fix Changelog entry by Janos Follath · 1 year, 7 months ago
  93. 80a12f8 Add new internal header to visualc project by Janos Follath · 1 year, 7 months ago
  94. 1a9a697 Fix 'missing prototype' warnings by Janos Follath · 1 year, 7 months ago
  95. 8cdb606 Align Montgomery init with development by Janos Follath · 1 year, 7 months ago
  96. f10bfbb Add Changelog for the Marvin attack fix by Janos Follath · 1 year, 9 months ago
  97. eaeff5b Add warning for PKCS 1.5 decryption by Janos Follath · 1 year, 7 months ago
  98. 601bffc Extend blinding to RSA result check by Janos Follath · 1 year, 7 months ago
  99. aa6760d Make RSA unblinding constant flow by Janos Follath · 1 year, 7 months ago
  100. 4fe396f Move some bignum functions to internal header by Janos Follath · 1 year, 7 months ago