1. f7f88d6 Fix style by Janos Follath · 1 year, 9 months ago
  2. 8209ff3 Make local function static by Janos Follath · 1 year, 9 months ago
  3. aa5cc7b Add Changelog for the Marvin attack fix by Janos Follath · 1 year, 9 months ago
  4. 2d8624d Extend blinding to RSA result check by Janos Follath · 1 year, 9 months ago
  5. 10f8366 Make RSA unblinding constant flow by Janos Follath · 1 year, 9 months ago
  6. e542d7c Merge pull request #1107 from davidhorstmann-arm/psa-shared-buffers-design by David Horstmann · 1 year, 9 months ago
  7. f63a52e Remove auto-generation of test wrappers by David Horstmann · 1 year, 9 months ago
  8. 413dd07 Downgrade auto testing testing to a nice-to-have by David Horstmann · 1 year, 9 months ago
  9. 2531dab Add auto-generation of test wrappers to design by David Horstmann · 1 year, 9 months ago
  10. 15b5bee Add note on platform-specific barriers by David Horstmann · 1 year, 9 months ago
  11. e045b55 Add sections on validation of validation by David Horstmann · 1 year, 9 months ago
  12. e88a6f8 Add portability consideration to careful-access by David Horstmann · 1 year, 9 months ago
  13. d081e52 Discuss plain-overwriting memory poisoning by David Horstmann · 1 year, 9 months ago
  14. 599b087 Rename and specify config options by David Horstmann · 1 year, 10 months ago
  15. 78bd77f Careful-access prototyping to design exploration by David Horstmann · 1 year, 10 months ago
  16. c599138 Remove references to new-test approach in design by David Horstmann · 1 year, 10 months ago
  17. 2b86df8 De-duplicate section titles by David Horstmann · 1 year, 10 months ago
  18. 8e58ccb Add blank lines before lists by David Horstmann · 1 year, 10 months ago
  19. 2711d23 Fix broken links by David Horstmann · 1 year, 10 months ago
  20. f95767a Clarify use of new tests for careful-access by David Horstmann · 1 year, 10 months ago
  21. c7ccbf5 Add detailed design section for careful access by David Horstmann · 1 year, 10 months ago
  22. 56aa1b3 Add exploration section on FVP testing by David Horstmann · 1 year, 10 months ago
  23. 09c84ef Add lengths to convenience interface sketch by David Horstmann · 1 year, 10 months ago
  24. 730dea3 Rewrite incorrect description of psa_exercise_key by David Horstmann · 1 year, 10 months ago
  25. 6c51207 Add notes about configuration of poisoning tests by David Horstmann · 1 year, 10 months ago
  26. 8f905c2 Add reference to test hooks in detailed design by David Horstmann · 1 year, 10 months ago
  27. 806055e Refactor note on preferred poison-test approach by David Horstmann · 1 year, 10 months ago
  28. 52df620 Use ASan for memory poisoning as well as Valgrind by David Horstmann · 1 year, 10 months ago
  29. c61ddb2 Add C language annotation to code block by David Horstmann · 1 year, 10 months ago
  30. cbf068d Fix broken reference by David Horstmann · 1 year, 10 months ago
  31. f889e0f Replace vague 'above' with a reference for ease-of-navigation by David Horstmann · 1 year, 10 months ago
  32. ded14a2 Add example wrapper function implementation by David Horstmann · 1 year, 10 months ago
  33. 16dac00 Add skeleton of detailed design rewrite by David Horstmann · 1 year, 10 months ago
  34. be86834 Rewrite design exploration of copy validation by David Horstmann · 1 year, 10 months ago
  35. 51fc6cf Explore sanitizers for memory poisoning by David Horstmann · 1 year, 10 months ago
  36. 17b3716 Tweak compiler optimization evaluation section by David Horstmann · 1 year, 10 months ago
  37. 4e54abf Add section on possible use of Valgrind tracing by David Horstmann · 1 year, 10 months ago
  38. 05ca3d9 Expand design for validation of careful access by David Horstmann · 1 year, 10 months ago
  39. a72b4ca Modify optimize-testing instructions by David Horstmann · 1 year, 10 months ago
  40. 3f7e42a Move implementation by module table earlier by David Horstmann · 1 year, 10 months ago
  41. dae0ad4 Add more detail in design of memory poisoning by David Horstmann · 1 year, 10 months ago
  42. 0bd87f5 Change unsigned int to uint8_t by David Horstmann · 1 year, 10 months ago
  43. 23661cc Detailed design of memory protection strategy by David Horstmann · 1 year, 10 months ago
  44. df62f1a Merge pull request #1106 from gilles-peskine-arm/psa-shared-buffers-requirements by Gilles Peskine · 1 year, 10 months ago
  45. 8ebeb9c Test for read-read inconsistency with mprotect and ptrace/gdb by Gilles Peskine · 1 year, 10 months ago
  46. 87889eb Fix editorial error with semantic consequences by Gilles Peskine · 1 year, 10 months ago
  47. a3ce643 Typos by Gilles Peskine · 1 year, 10 months ago
  48. 1f2802c Suggest validating copy by memory poisoning by Gilles Peskine · 1 year, 10 months ago
  49. 6998721 Add a section skeleton for copy bypass by Gilles Peskine · 1 year, 10 months ago
  50. 7bc1bb6 Short explanations of what is expected in the design sections by Gilles Peskine · 1 year, 10 months ago
  51. 35de1f7 Distinguish whole-message signature from other asymmetric cryptography by Gilles Peskine · 1 year, 10 months ago
  52. 9cad3b3 Design change for cipher/AEAD by Gilles Peskine · 1 year, 10 months ago
  53. 2859267 Clarify terminology: built-in driver by Gilles Peskine · 1 year, 10 months ago
  54. db00543 Add a section on write-read feedback by Gilles Peskine · 1 year, 10 months ago
  55. 352095c Simplify the relaxed output-output rule by Gilles Peskine · 1 year, 10 months ago
  56. 60c453e Expand explanations of the vulnerabilities by Gilles Peskine · 1 year, 10 months ago
  57. 8daedae Fix typos and copypasta by Gilles Peskine · 1 year, 10 months ago
  58. 73cb6f8 Merge pull request #8360 from Mbed-TLS/revert-8352-iar-fixes by Gilles Peskine · 1 year, 10 months ago
  59. 97a6231 Revert "Fix a few IAR warnings" by Gilles Peskine · 1 year, 10 months ago revert-8352-iar-fixes
  60. 2d67e3a Merge pull request #8352 from daverodgman/iar-fixes by Dave Rodgman · 1 year, 10 months ago
  61. 71f2e39 Merge pull request #8345 from mcagriaksoy/branch_issue_8344 by Tom Cosgrove · 1 year, 10 months ago
  62. 584c810 Use a block to save 12b by Dave Rodgman · 1 year, 10 months ago
  63. 351a81c Keep initialisation of p in its original location by Dave Rodgman · 1 year, 10 months ago
  64. bcb1818 Fix IAR 'transfer of control bypasses initialization' warnings by Dave Rodgman · 1 year, 10 months ago
  65. f7806ca Analyze requirements for protection of arguments in shared memory by Gilles Peskine · 1 year, 10 months ago
  66. 54bb76e Merge pull request #8348 from kasjer/kasjer/aes-rcon-rename by Dave Rodgman · 1 year, 10 months ago
  67. bb5d907 Automatically pick up all Markdown files by Gilles Peskine · 1 year, 10 months ago
  68. 9b0c816 Merge pull request #8330 from KloolK/extern-c by Bence Szépkúti · 1 year, 10 months ago
  69. ee62fce Rename local variable in aes.c by Jerzy Kasenberg · 1 year, 10 months ago
  70. 56e9011 Add casting size_t to int by Mehmet Cagri Aksoy · 1 year, 10 months ago
  71. 66f9b3f Add casting size_t to int by Mehmet Cagri Aksoy · 1 year, 10 months ago
  72. 3c1cdc9 Merge pull request #8185 from yanrayw/aes_benchmark_cfb by Tom Cosgrove · 1 year, 10 months ago gh-readonly-queue/development/pr-8185-cffd7135c6cc2e91690e7bf80f5df92db42a42c0
  73. cffd713 Merge pull request #8328 from yanrayw/sha256_context_guard by Bence Szépkúti · 1 year, 10 months ago gh-readonly-queue/development/pr-8328-a89d2ba132ce5650cf40a24c826cdbdd8ed23e8e
  74. a89d2ba Merge pull request #8327 from ronald-cron-arm/adapt-psa-crypto-repo-name by Ronald Cron · 1 year, 10 months ago gh-readonly-queue/development/pr-8327-e7ebec6723b61bd54800f649b1391e980edf2fbd
  75. 7871cb1 Include psa/build_info.h instead of mbedtls/build_info.h by Ronald Cron · 1 year, 10 months ago
  76. 946720a Fix C++ build issue when MBEDTLS_ASN1_PARSE_C is not enabled by Jan Bruckner · 1 year, 10 months ago
  77. e7ebec6 Merge pull request #8281 from daverodgman/fix-hwonly-warnings by Dave Rodgman · 1 year, 10 months ago gh-readonly-queue/development/pr-8281-e6fa2c53a2bc7355231db35b908d98b2c1af4f79
  78. e6fa2c53 Merge pull request #8186 from paul-elliott-arm/fix_wrapper_deadcode by Gilles Peskine · 1 year, 10 months ago gh-readonly-queue/development/pr-8186-32743619a293c9e68262ef1049ed2f12cfeaae51
  79. 3274361 Merge pull request #8114 from yanesca/threading_requirements_update by Gilles Peskine · 1 year, 10 months ago gh-readonly-queue/development/pr-8114-fea6606f98ece4a434c83dd4350b363f6aabad44
  80. 5cae6e8 benchmark: improve code readability by Yanray Wang · 1 year, 10 months ago
  81. fea6606 Merge pull request #8296 from ronald-cron-arm/remove-redundant-test-component by Ronald Cron · 1 year, 10 months ago gh-readonly-queue/development/pr-8296-866b3a1886a348670974c5c21f41abd657f6ba93
  82. 29db8b0 sha256.h: add guard for is224 in sha256 context by Yanray Wang · 1 year, 10 months ago
  83. 070e865 Adapt to new PSA Crypto repo name by Ronald Cron · 1 year, 10 months ago
  84. 866b3a1 Merge pull request #8323 from tom-daubney-arm/fix_mbedtls_styling_docs by Dave Rodgman · 1 year, 10 months ago
  85. 4934ae7 Merge pull request #8319 from davidhorstmann-arm/fix-3rdparty-target-prefix by Dave Rodgman · 1 year, 10 months ago
  86. 0101f47 Remove logically dead code by Paul Elliott · 1 year, 11 months ago
  87. 540324c Correct styling of Mbed TLS in documentation by Thomas Daubney · 1 year, 10 months ago
  88. 3677352 Merge pull request #8308 from valeriosetti/issue8052 by Paul Elliott · 1 year, 10 months ago
  89. 8e00fe0 Merge pull request #8309 from daverodgman/iar-warnings2 by Dave Rodgman · 1 year, 10 months ago
  90. 3c33cb5 Fix 3rdparty target names for custom config by David Horstmann · 1 year, 10 months ago
  91. 49c835e test_suite_pkcs12: fix typo in test case description by Valerio Setti · 1 year, 10 months ago
  92. f484884 pkcs12: use mbedtls_cipher_crypt() instead of explicitly defining all steps by Valerio Setti · 1 year, 10 months ago
  93. 0d31537 Merge pull request #8289 from daverodgman/check-changelog-exts by Dave Rodgman · 1 year, 10 months ago
  94. 8d487ad Merge pull request #1103 from Mbed-TLS/mbedtls-3.5.0_mergeback by minosgalanakis · 1 year, 10 months ago
  95. 2eab462 Fix IAR warnings by Dave Rodgman · 1 year, 10 months ago
  96. 4855fdf Revert "Auto-generated files for v3.5.0" by Minos Galanakis · 1 year, 10 months ago
  97. 644fd34 Merge pull request #8284 from gilles-peskine-arm/cmake-fix-3rdparty-custom-config by Paul Elliott · 1 year, 10 months ago gh-readonly-queue/development/pr-8284-3406564b012e2a1f909f9f9708e821d67133632a
  98. 1ec6906 Merge pull request #1090 from Mbed-TLS/mbedtls-3.5.0rc0-pr by minosgalanakis · 1 year, 10 months ago mbedtls-3.5.0 v3.5.0
  99. f7e81d9 Updated BRANCHES.MD by Minos Galanakis · 1 year, 10 months ago
  100. 5d323bf Re-assemble changelog to add missing item, plus a couple of typo fixes. by Dave Rodgman · 1 year, 10 months ago