1. 89875a4 Rename "output_copy" -> "local_output" by David Horstmann · 1 year, 9 months ago
  2. f173405 Rename "input_copy" -> "local_input" by David Horstmann · 1 year, 9 months ago
  3. 2f307b4 De-abbreviate "len" -> "length" by David Horstmann · 1 year, 9 months ago
  4. 671f5f5 Change psa_crypto_copy_output error code by David Horstmann · 1 year, 9 months ago
  5. 9abf535 Add initializers for input / output copies by David Horstmann · 1 year, 9 months ago
  6. 365df3f Remove unnecessary checks for NULL-ness of copies by David Horstmann · 1 year, 9 months ago
  7. 5890970 Check for len == 0 rather than buffer == NULL by David Horstmann · 1 year, 9 months ago
  8. bab3e76 Fix code style in psa_crypto_core.h by David Horstmann · 1 year, 9 months ago
  9. 0fca150 Compare buffers even for zero-length cases by David Horstmann · 1 year, 9 months ago
  10. 23f1122 Use TEST_CALLOC_NONNULL by David Horstmann · 1 year, 9 months ago
  11. b4e3f36 Change data pattern to simpler one by David Horstmann · 1 year, 9 months ago
  12. c5cc1c3 Remove redundant NULL check by David Horstmann · 1 year, 9 months ago
  13. 777e741 Skip call to memcpy if buffer length is zero by David Horstmann · 1 year, 9 months ago
  14. 1b7279a Make copy functions static-testable by David Horstmann · 1 year, 9 months ago
  15. c335a4e Fix unintentional direct use of memcpy() by David Horstmann · 1 year, 9 months ago
  16. 0a57ed2 Add output round-trip testcase by David Horstmann · 1 year, 9 months ago
  17. 35dd103 Add input round-trip testcase by David Horstmann · 1 year, 9 months ago
  18. 9467ea3 Add psa_crypto_output_copy_free() implementation by David Horstmann · 1 year, 9 months ago
  19. 63a7358 Add testcase for psa_crypto_output_copy_free() by David Horstmann · 1 year, 9 months ago
  20. ba3c7d6 Add implementation of psa_crypto_output_alloc() by David Horstmann · 1 year, 9 months ago
  21. 70b8225 Add testcase for psa_crypto_output_copy_alloc() by David Horstmann · 1 year, 9 months ago
  22. dfa14cb Add function prototypes for psa_crypto_output fns by David Horstmann · 1 year, 9 months ago
  23. e6042ff Add implementation of psa_crypto_input_copy_free() by David Horstmann · 1 year, 9 months ago
  24. 4700144 Add testcase for psa_crypto_input_copy_free() by David Horstmann · 1 year, 9 months ago
  25. 4ac7885 Add psa_crypto_input_copy_alloc() implementation by David Horstmann · 1 year, 9 months ago
  26. 1ac7e24 Add testcase for psa_crypto_input_copy_alloc() by David Horstmann · 1 year, 9 months ago
  27. 6fd4c7c Add prototypes for psa_crypto_input_copy API by David Horstmann · 1 year, 9 months ago
  28. b3de694 Remove psa_crypto_alloc_and_copy() API by David Horstmann · 1 year, 9 months ago
  29. 7dd8205 Remove extra blank line at end of file by David Horstmann · 1 year, 9 months ago
  30. ad33ab3 Move buffer copy tests into new testsuite by David Horstmann · 1 year, 9 months ago
  31. 49a7276 Switch error code to more appropriate value by David Horstmann · 1 year, 9 months ago
  32. 86cdc76 Switch to TEST_CALLOC_NONNULL() by David Horstmann · 1 year, 9 months ago
  33. b838151 Switch from ret to status as naming convention by David Horstmann · 1 year, 9 months ago
  34. 8075c7f Switch from int to psa_status_t for test args by David Horstmann · 1 year, 9 months ago
  35. ac12d2d Remove psa_crypto_ prefix from test functions by David Horstmann · 1 year, 9 months ago
  36. 8995b50 Remove superfluous comment by David Horstmann · 1 year, 9 months ago
  37. 676cfdd Replace compound-initializers with memset by David Horstmann · 1 year, 9 months ago
  38. 8f77dc7 Refactor: move buffer pattern fills into helper by David Horstmann · 1 year, 9 months ago
  39. 70fda48 Add full round-trip tests for buffer copying by David Horstmann · 1 year, 9 months ago
  40. 5b9c217 Add test case for overlapping buffers by David Horstmann · 1 year, 9 months ago
  41. 72ab8ad Reject zero-lengths in psa_crypto_copy_and_free() by David Horstmann · 1 year, 9 months ago
  42. 2b79cba Reject NULL original_output with non-NULL output by David Horstmann · 1 year, 9 months ago
  43. f4bbb63 Add implementation of psa_crypto_copy_and_free() by David Horstmann · 1 year, 9 months ago
  44. 9700876 Add testcases for psa_crypto_copy_and_free() by David Horstmann · 1 year, 9 months ago
  45. 0fee689 Simplify zero-length buffers to always be NULL by David Horstmann · 1 year, 9 months ago
  46. 03b0472 Zero-length test for psa_crypto_alloc_and_copy() by David Horstmann · 1 year, 9 months ago
  47. f06ac88 Add extra testcases for buffer copying by David Horstmann · 1 year, 9 months ago
  48. 83eef38 Add implementation of psa_crypto_alloc_and_copy() by David Horstmann · 1 year, 9 months ago
  49. 24f11f9 Add testcases for psa_crypto_alloc_and_copy() by David Horstmann · 1 year, 9 months ago
  50. 1d838b2 Add buffers struct and prototypes for alloc API by David Horstmann · 1 year, 9 months ago
  51. 8978f5c Add implementation of psa_crypto_copy_output() by David Horstmann · 1 year, 9 months ago
  52. 2f96423 Add testcases for psa_crypto_copy_output() by David Horstmann · 1 year, 9 months ago
  53. fde9739 Add implementation of psa_crypto_copy_input() by David Horstmann · 1 year, 9 months ago
  54. 0b241ee Add testcases for psa_crypto_copy_input() by David Horstmann · 1 year, 9 months ago
  55. af45b83 Add function prototypes for copying functions by David Horstmann · 1 year, 9 months ago
  56. df62f1a Merge pull request #1106 from gilles-peskine-arm/psa-shared-buffers-requirements by Gilles Peskine · 1 year, 10 months ago
  57. 8ebeb9c Test for read-read inconsistency with mprotect and ptrace/gdb by Gilles Peskine · 1 year, 10 months ago
  58. 87889eb Fix editorial error with semantic consequences by Gilles Peskine · 1 year, 10 months ago
  59. a3ce643 Typos by Gilles Peskine · 1 year, 10 months ago
  60. 1f2802c Suggest validating copy by memory poisoning by Gilles Peskine · 1 year, 10 months ago
  61. 6998721 Add a section skeleton for copy bypass by Gilles Peskine · 1 year, 10 months ago
  62. 7bc1bb6 Short explanations of what is expected in the design sections by Gilles Peskine · 1 year, 10 months ago
  63. 35de1f7 Distinguish whole-message signature from other asymmetric cryptography by Gilles Peskine · 1 year, 10 months ago
  64. 9cad3b3 Design change for cipher/AEAD by Gilles Peskine · 1 year, 10 months ago
  65. 2859267 Clarify terminology: built-in driver by Gilles Peskine · 1 year, 10 months ago
  66. db00543 Add a section on write-read feedback by Gilles Peskine · 1 year, 10 months ago
  67. 352095c Simplify the relaxed output-output rule by Gilles Peskine · 1 year, 10 months ago
  68. 60c453e Expand explanations of the vulnerabilities by Gilles Peskine · 1 year, 10 months ago
  69. 8daedae Fix typos and copypasta by Gilles Peskine · 1 year, 10 months ago
  70. 73cb6f8 Merge pull request #8360 from Mbed-TLS/revert-8352-iar-fixes by Gilles Peskine · 1 year, 10 months ago
  71. 97a6231 Revert "Fix a few IAR warnings" by Gilles Peskine · 1 year, 10 months ago revert-8352-iar-fixes
  72. 2d67e3a Merge pull request #8352 from daverodgman/iar-fixes by Dave Rodgman · 1 year, 10 months ago
  73. 71f2e39 Merge pull request #8345 from mcagriaksoy/branch_issue_8344 by Tom Cosgrove · 1 year, 10 months ago
  74. 584c810 Use a block to save 12b by Dave Rodgman · 1 year, 10 months ago
  75. 351a81c Keep initialisation of p in its original location by Dave Rodgman · 1 year, 10 months ago
  76. bcb1818 Fix IAR 'transfer of control bypasses initialization' warnings by Dave Rodgman · 1 year, 10 months ago
  77. f7806ca Analyze requirements for protection of arguments in shared memory by Gilles Peskine · 1 year, 10 months ago
  78. 54bb76e Merge pull request #8348 from kasjer/kasjer/aes-rcon-rename by Dave Rodgman · 1 year, 10 months ago
  79. bb5d907 Automatically pick up all Markdown files by Gilles Peskine · 1 year, 10 months ago
  80. 9b0c816 Merge pull request #8330 from KloolK/extern-c by Bence Szépkúti · 1 year, 10 months ago
  81. ee62fce Rename local variable in aes.c by Jerzy Kasenberg · 1 year, 10 months ago
  82. 56e9011 Add casting size_t to int by Mehmet Cagri Aksoy · 1 year, 10 months ago
  83. 66f9b3f Add casting size_t to int by Mehmet Cagri Aksoy · 1 year, 10 months ago
  84. 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
  85. 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
  86. 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
  87. 7871cb1 Include psa/build_info.h instead of mbedtls/build_info.h by Ronald Cron · 1 year, 10 months ago
  88. 946720a Fix C++ build issue when MBEDTLS_ASN1_PARSE_C is not enabled by Jan Bruckner · 1 year, 10 months ago
  89. 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
  90. 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
  91. 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
  92. 5cae6e8 benchmark: improve code readability by Yanray Wang · 1 year, 10 months ago
  93. 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
  94. 29db8b0 sha256.h: add guard for is224 in sha256 context by Yanray Wang · 1 year, 10 months ago
  95. 070e865 Adapt to new PSA Crypto repo name by Ronald Cron · 1 year, 10 months ago
  96. 866b3a1 Merge pull request #8323 from tom-daubney-arm/fix_mbedtls_styling_docs by Dave Rodgman · 1 year, 10 months ago
  97. 4934ae7 Merge pull request #8319 from davidhorstmann-arm/fix-3rdparty-target-prefix by Dave Rodgman · 1 year, 10 months ago
  98. 0101f47 Remove logically dead code by Paul Elliott · 1 year, 11 months ago
  99. 540324c Correct styling of Mbed TLS in documentation by Thomas Daubney · 1 year, 10 months ago
  100. 3677352 Merge pull request #8308 from valeriosetti/issue8052 by Paul Elliott · 1 year, 10 months ago