1. 5bada22 Update generated files with inverted option by David Horstmann · 1 year, 5 months ago
  2. c34fa81 Remove MBEDTLS_PSA_ASSUME_EXCLUSIVE_BUFFERS from full by David Horstmann · 1 year, 5 months ago
  3. 43c128d Update wrapper generation script and regenerate by David Horstmann · 1 year, 5 months ago
  4. 4201533 Invert and rename config option by David Horstmann · 1 year, 5 months ago
  5. b596eb6 Merge pull request #1198 from tom-daubney-arm/backpot_buffer_sharing_cleanup by David Horstmann · 1 year, 5 months ago
  6. 9a1e3e4 Merge pull request #1195 from davidhorstmann-arm/wrapper-generation-logic-invert by David Horstmann · 1 year, 5 months ago
  7. 28fe665 Remove LOCAL_OUTPUT_ALLOC_WITH_COPY by Thomas Daubney · 1 year, 5 months ago
  8. ca92831 Add missing semicolon by Thomas Daubney · 1 year, 5 months ago
  9. 4698e69 Flip logic of PSA memory poisoning generation by David Horstmann · 1 year, 5 months ago
  10. 4fef933 Merge pull request #1189 from davidhorstmann-arm/buffer-sharing-merge-2.28 by Gilles Peskine · 1 year, 5 months ago
  11. f06494d Merge branch 'mbedtls-2.28' into buffer-sharing-merge-2.28 by David Horstmann · 1 year, 5 months ago
  12. 479448d Merge pull request #1182 from tom-daubney-arm/backport_key_agreement_buffer_protection by David Horstmann · 1 year, 5 months ago
  13. 7c89d1f Merge branch 'mbedtls-2.28-restricted' into backport_key_agreement_buffer_protection by tom-daubney-arm · 1 year, 5 months ago
  14. 9d0fe6e Fix issue with large allocation in tests by Thomas Daubney · 1 year, 5 months ago
  15. 81a14e0 Merge pull request #1168 from gabor-mezei-arm/bp228_buffer_protection_for_cipher by David Horstmann · 1 year, 5 months ago
  16. 5bc604f Merge pull request #8873 from daverodgman/quietbuild-2.28 by Gilles Peskine · 1 year, 5 months ago
  17. a19f6bf Merge pull request #8823 from davidhorstmann-arm/fix-config-bitflag-2.28 by Gilles Peskine · 1 year, 5 months ago
  18. fc8cacf Add missing config guards in comment by David Horstmann · 1 year, 5 months ago
  19. f3c3504 Fix merge by Gabor Mezei · 1 year, 5 months ago
  20. 26bbd8d Merge branch 'mbedtls-2.28-restricted' into bp228_buffer_protection_for_cipher by Gábor Mezei · 1 year, 5 months ago
  21. 126dc1c Merge pull request #1173 from davidhorstmann-arm/generate-random-buffer-protection-backport by David Horstmann · 1 year, 5 months ago
  22. dff18da fix zlib test by Dave Rodgman · 1 year, 5 months ago
  23. f5a6fa2 Fix code style by David Horstmann · 1 year, 5 months ago
  24. ec8a5b1 Add ChangeLog entry for ssl serialization bitflags by David Horstmann · 1 year, 5 months ago
  25. 11def97 Fix naming inconsistencies in config bits by David Horstmann · 1 year, 5 months ago
  26. 363db77 Add config guards to ssl session comment by David Horstmann · 1 year, 5 months ago
  27. e264a7d Fix generate_visualc_files.pl by Dave Rodgman · 1 year, 5 months ago
  28. 422f9bc Fix formatting by Dave Rodgman · 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. 7f4b7dd Remove write check in driver wrappers tests by Gabor Mezei · 1 year, 6 months ago
  31. 8677edd Fix buffer protection handling for `cipher_generate_iv` by Gabor Mezei · 1 year, 6 months ago
  32. 50bcca2 Update test wrapper functions for ciper buffer protection by Gabor Mezei · 1 year, 6 months ago
  33. 282bb53 Add buffer protection for `cipher_generate_iv` and `cipher_set_iv` by Gabor Mezei · 1 year, 6 months ago
  34. ed96d68 Move local buffer allocation just before usage by Gabor Mezei · 1 year, 6 months ago
  35. 69f680a Add `LOCAL_OUTPUT_ALLOC_WITH_COPY` macro if buffer protection is disabled by Gabor Mezei · 1 year, 6 months ago
  36. 92905be Fix ASAN error for `psa_cipher_update` by Gabor Mezei · 1 year, 6 months ago
  37. 143864c Add test wrapper functions for cipher buffer protection by Gabor Mezei · 1 year, 6 months ago
  38. 13a15c2 Add buffer protection for cipher functions by Gabor Mezei · 1 year, 6 months ago
  39. 9f1003b blank line for readability by Dave Rodgman · 1 year, 5 months ago
  40. 7a65910 Use export to set VERBOSE_LOGS by Dave Rodgman · 1 year, 5 months ago
  41. 98397f0 Merge branch 'mbedtls-2.28-restricted' into generate-random-buffer-protection-backport by David Horstmann · 1 year, 5 months ago
  42. be49b6b Merge pull request #1154 from tom-daubney-arm/backport_asymmetric_encrypt_buffer_protection by David Horstmann · 1 year, 5 months ago
  43. f4aa1ce Fix docs by Dave Rodgman · 1 year, 5 months ago
  44. c2a2749 simplify printf call by Dave Rodgman · 1 year, 5 months ago
  45. b93ae3b improve docs by Dave Rodgman · 1 year, 5 months ago
  46. 03b232a Add editor hint for emacs by Dave Rodgman · 1 year, 5 months ago
  47. 7c84471 Rename quiet to quiet.sh by Dave Rodgman · 1 year, 5 months ago
  48. 04e0f41 Send printed command to stderr by Dave Rodgman · 1 year, 5 months ago
  49. cdf57d1 remove trailing space from printed command by Dave Rodgman · 1 year, 5 months ago
  50. f575299 Improve simplified quoting by Dave Rodgman · 1 year, 5 months ago
  51. a8e671d remove shebang from quiet by Dave Rodgman · 1 year, 5 months ago
  52. 043325d Improve docs by Dave Rodgman · 1 year, 5 months ago
  53. 6122cb1 Quote directory name from cmake wrapper by Dave Rodgman · 1 year, 5 months ago
  54. 62ba696 Undo not-needed change by Dave Rodgman · 1 year, 5 months ago
  55. e231764 Allow wrappers to be missing; quote directory name from make by Dave Rodgman · 1 year, 5 months ago
  56. 0b069bd Avoid infinite loop by Dave Rodgman · 1 year, 5 months ago
  57. 57783d7 Extract common parts of quiet wrapper by Dave Rodgman · 1 year, 5 months ago
  58. 6529f12 Tidy up quiet wrappers by Dave Rodgman · 1 year, 5 months ago
  59. 4cb98a9 Move quiet wrapper setup by Dave Rodgman · 1 year, 5 months ago
  60. 634fe90 Improve quote_args output readability by Dave Rodgman · 1 year, 6 months ago
  61. d4a5563 Improve output from make/cmake wrapper by Dave Rodgman · 1 year, 6 months ago
  62. 59f9df9 Always display make/cmake invocation command by Dave Rodgman · 1 year, 6 months ago
  63. 75da313 Pacify check_files by Dave Rodgman · 1 year, 7 months ago
  64. 8470d11 Spelling fix by Dave Rodgman · 1 year, 7 months ago
  65. a0b7c08 Use quiet make wrappers from all.sh by Dave Rodgman · 1 year, 7 months ago
  66. 99fa0d0 Create quiet wrappers for make and cmake by Dave Rodgman · 1 year, 7 months ago
  67. 24d60ad Merge branch 'mbedtls-2.28-restricted' into backport_asymmetric_encrypt_buffer_protection by tom-daubney-arm · 1 year, 5 months ago
  68. 80de147 Fix incorrect conflict resolution by David Horstmann · 1 year, 5 months ago
  69. 10e44f3 Add missing guards around exit label by David Horstmann · 1 year, 5 months ago
  70. cb086af Merge pull request #8860 from gilles-peskine-arm/ecp-write-doc-2.28 by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  71. 6b01954 Merge pull request #1150 from tom-daubney-arm/backport_mac_buffer_protection by David Horstmann · 1 year, 5 months ago
  72. 4e82150 Generate test wrappers for psa_generate_random() by David Horstmann · 1 year, 6 months ago
  73. 65bf12c Add buffer copying to psa_generate_random() by David Horstmann · 1 year, 6 months ago
  74. be060f1 Suppress pylint by Thomas Daubney · 1 year, 5 months ago
  75. 9721b86 Allow null buffers when the length is 0 by Gilles Peskine · 1 year, 5 months ago
  76. 84dc44b Note that ecp read/write functions don't support Curve448 yet by Gilles Peskine · 1 year, 5 months ago
  77. 7ce99c0 mbedtls_ecp_write_key: document that this function doesn't detect unset data by Gilles Peskine · 1 year, 6 months ago
  78. e65e98a mbedtls_ecp_write_key: document and test smaller output buffer by Gilles Peskine · 1 year, 6 months ago
  79. 75bb596 mbedtls_ecp_write_key: document and test larger output buffer by Gilles Peskine · 1 year, 6 months ago
  80. c2c74b9 mbedtls_ecp_write_key: no FEATURE_UNAVAILABLE error by Gilles Peskine · 1 year, 6 months ago
  81. 8eafe15 Merge branch 'mbedtls-2.28-restricted' into backport_mac_buffer_protection by tom-daubney-arm · 1 year, 6 months ago
  82. 09cf4f2 Decouple if statement in psa_raw_key_agreement exit. by Thomas Daubney · 1 year, 6 months ago
  83. 36e6bd6 Merge pull request #8811 from gilles-peskine-arm/pk_import_into_psa-backports-2.28 by Gilles Peskine · 1 year, 6 months ago
  84. 2ea8d8f Revise how output allocation is checked by Thomas Daubney · 1 year, 6 months ago
  85. 0736df3 Check for output allocation before randomising by Thomas Daubney · 1 year, 6 months ago
  86. 0ce9589 Merge pull request #1133 from davidhorstmann-arm/copying-aead-2.28 by David Horstmann · 1 year, 6 months ago
  87. 26d1c43 Check output allocated before randomising by Thomas Daubney · 1 year, 6 months ago
  88. 53e5adf Merge pull request #8841 from BensonLiou/use_init_api-228 by Janos Follath · 1 year, 6 months ago
  89. 6805ff7 use mbedtls_ssl_session_init() to init session variable by Benson Liou · 1 year, 7 months ago
  90. 049ea32 Fix copypasta by Gilles Peskine · 1 year, 6 months ago
  91. 3c0c6b1 Conditionally include exit label by Thomas Daubney · 1 year, 6 months ago
  92. db5d607 Generate test wrappers by Thomas Daubney · 1 year, 6 months ago
  93. 9da359f Add buffer protection to psa_key_derivation_key_agreement by Thomas Daubney · 1 year, 6 months ago
  94. 4304276 Add buffer protection to psa_raw_key_agreement by Thomas Daubney · 1 year, 6 months ago
  95. a9cc4cd Merge pull request #1179 from Ryan-Everett-arm/key-derivation-buffer-protection-backport by David Horstmann · 1 year, 6 months ago
  96. 039c903 Merge pull request #8818 from forkiee2/mbedtls-2.28 by Gilles Peskine · 1 year, 6 months ago
  97. 75c8e61 Merge pull request #8814 from gilles-peskine-arm/rsa-bitlen-fix-2.28 by Tom Cosgrove · 1 year, 6 months ago
  98. c609654 newline at end of changelog file by PiotrBzdrega · 1 year, 6 months ago
  99. eb77b6f Add session config bit for KEEP_PEER_CERTIFICATE by David Horstmann · 1 year, 6 months ago
  100. a2fd778 Merge pull request #1148 from tom-daubney-arm/backport_hash_buffer_protection by David Horstmann · 1 year, 6 months ago