1. 4411c9c Disable PSA wrappers psa_collect_statuses builds by Gilles Peskine · 1 year, 7 months ago
  2. 88385c2 PSA wrappers: don't poison buffers when buffer copying is disabled by Gilles Peskine · 1 year, 7 months ago
  3. a1871f3 Add review exception warning by Gilles Peskine · 1 year, 7 months ago
  4. 8e7960b Remove the manually written poisoning wrapper by Gilles Peskine · 1 year, 7 months ago
  5. 90d14d7 Update generated PSA wrappers by Gilles Peskine · 1 year, 7 months ago
  6. 4adacac Generated PSA wrappers: poison/unpoison buffer parameters by Gilles Peskine · 1 year, 8 months ago
  7. 2b106de Enable generated PSA wrappers by Gilles Peskine · 1 year, 7 months ago
  8. e00150d Declare the outputs from generate_psa_wrappers.py as generated files by Gilles Peskine · 1 year, 7 months ago
  9. 6e4332c Commit generated PSA wrappers by Gilles Peskine · 1 year, 7 months ago
  10. 5294bb3 PSA wrapper generator by Gilles Peskine · 1 year, 7 months ago
  11. f838eb2 Guard the macro definition by Gilles Peskine · 1 year, 9 months ago
  12. d022093 C function wrapper generator by Gilles Peskine · 1 year, 9 months ago
  13. 00ed38c Python module to parse function declarations from a header file by Gilles Peskine · 1 year, 9 months ago
  14. 890c744 Merge pull request #1123 from yanesca/fix-marvin-attack by Janos Follath · 1 year, 7 months ago
  15. 2125443 Add warning for PKCS 1.5 decryption by Janos Follath · 1 year, 7 months ago
  16. 8c4cabf Fix typo by Janos Follath · 1 year, 7 months ago
  17. d83dc85 RSA: improve readability by Janos Follath · 1 year, 7 months ago
  18. c762521 RSA: remove unneeded temporaries by Janos Follath · 1 year, 7 months ago
  19. dad6d66 RSA: document Montgomery trick in unblind by Janos Follath · 1 year, 7 months ago
  20. 132eddd Merge pull request #1127 from davidhorstmann-arm/prototype-single-fn-copytesting by David Horstmann · 1 year, 8 months ago
  21. 2de5abf Only poison memory when buffer copying is enabled by David Horstmann · 1 year, 8 months ago
  22. 0f06bde Add all.sh coponent to test with copying disabled by David Horstmann · 1 year, 8 months ago
  23. c09f36d Invert note about buffer overlap support by David Horstmann · 1 year, 8 months ago
  24. 6d43e6d Add missing newline at end of file by David Horstmann · 1 year, 8 months ago
  25. 83ece2f Add extra MBEDTLS_PSA_CRYPTO_C guard for header by David Horstmann · 1 year, 8 months ago
  26. d20ffaf Remove accidental addition of MBEDTLS_TEST_HOOKS by David Horstmann · 1 year, 8 months ago
  27. 6668453 Improve guards around memory poisoning setup by David Horstmann · 1 year, 8 months ago
  28. 62a56d9 Tweak the behaviour of copy handling macros by David Horstmann · 1 year, 8 months ago
  29. 853f9f9 Add missing newline at end of file by David Horstmann · 1 year, 8 months ago
  30. 0d405d8 Add note about support for buffer overlap by David Horstmann · 1 year, 8 months ago
  31. 7de0928 Move wrapper include to psa_crypto_helpers.h by David Horstmann · 1 year, 8 months ago
  32. b489257 Move test hook setup and teardown to helpers.c by David Horstmann · 1 year, 8 months ago
  33. a7cde5d Move test hook setup functions into a C file by David Horstmann · 1 year, 8 months ago
  34. 36df4b2 Redesign local copy handling macros by David Horstmann · 1 year, 8 months ago
  35. 5a945f5 Put local output status in scope by David Horstmann · 1 year, 8 months ago
  36. d57c073 Remove spaces around token-pasting macro operator by David Horstmann · 1 year, 8 months ago
  37. bf4ec79 Make return statuses unique in FREE_LOCAL_OUTPUT() by David Horstmann · 1 year, 8 months ago
  38. 3e72db4 Improve FREE_LOCAL_INPUT() and FREE_LOCAL_OUTPUT() by David Horstmann · 1 year, 8 months ago
  39. b7a5b6e Add comment explaining the purpose of header by David Horstmann · 1 year, 8 months ago
  40. 00d7a04 Add more information to comment on test hooks by David Horstmann · 1 year, 8 months ago
  41. bbd44a7 Add missing license header by David Horstmann · 1 year, 8 months ago
  42. d596862 Remove unnecessary include directory from CMake by David Horstmann · 1 year, 8 months ago
  43. 513101b Add MBEDTLS_PSA_COPY_CALLER_BUFFERS config option by David Horstmann · 1 year, 8 months ago
  44. e9a88ab Use macros to manage buffer copies by David Horstmann · 1 year, 8 months ago
  45. 4108237 Remove write check in driver wrappers tests by David Horstmann · 1 year, 8 months ago
  46. e138dce Change to use test-hook-based approach by David Horstmann · 1 year, 8 months ago
  47. c6977b4 Copy input and output in psa_cipher_encrypt() by David Horstmann · 1 year, 8 months ago
  48. 8f35a4f Create memory poisoning wrapper for cipher encrypt by David Horstmann · 1 year, 8 months ago
  49. 38e4e9c Add explicit UNPOISON calls to memory tests by David Horstmann · 1 year, 9 months ago
  50. 372b8bb Add memory poisoning hooks by David Horstmann · 1 year, 9 months ago
  51. dbbfdab Merge pull request #1121 from gilles-peskine-arm/psa-buffers-test-poison by David Horstmann · 1 year, 8 months ago
  52. f7f88d6 Fix style by Janos Follath · 1 year, 9 months ago
  53. 8209ff3 Make local function static by Janos Follath · 1 year, 9 months ago
  54. aa5cc7b Add Changelog for the Marvin attack fix by Janos Follath · 1 year, 9 months ago
  55. a7d5662 Allow PSA test cases to depend on test conditions by Gilles Peskine · 1 year, 8 months ago
  56. 6f8ca29 Use the existing definition of __func__ by Gilles Peskine · 1 year, 8 months ago
  57. 895ebc3 Protect against compiler optimizations by Gilles Peskine · 1 year, 9 months ago
  58. ef0f01f Memory poisoning: meta-test writes as well as reads by Gilles Peskine · 1 year, 9 months ago
  59. 81f8132 Avoid unused variable warnings in some plausible usage by Gilles Peskine · 1 year, 9 months ago
  60. abfad78 Use the existing definition of MBEDTLS_TEST_HAVE_ASAN by Gilles Peskine · 1 year, 9 months ago
  61. e0acf87 Port to platforms where printf doesn't have %zu by Gilles Peskine · 1 year, 9 months ago
  62. f5dd002 Fix MSVC build failure by Gilles Peskine · 1 year, 9 months ago
  63. 479a194 Basic functional test for memory poisoning by Gilles Peskine · 1 year, 9 months ago
  64. 0bdb6dc Fix memory poisoning with Asan on arbitrary byte boundaries by Gilles Peskine · 1 year, 9 months ago
  65. d29cce9 Add memory poisoning framework by Gilles Peskine · 1 year, 9 months ago
  66. 3fd3d05 New files for memory-related test functions by Gilles Peskine · 1 year, 9 months ago
  67. 0457559 Merge remote-tracking branch 'development' into development-restricted by Gilles Peskine · 1 year, 8 months ago
  68. 18eab98 Merge pull request #8560 from lpy4105/issue/8423/optimize-analyze_outcomes_py by Gilles Peskine · 1 year, 8 months ago
  69. c6f1637 Merge pull request #8534 from paul-elliott-arm/fix_mutex_abstraction by Janos Follath · 1 year, 8 months ago
  70. fb96d80 Merge pull request #8569 from yuhaoth/pr/fix-warning-on-arm64-gcc-5.4 by Dave Rodgman · 1 year, 8 months ago gh-readonly-queue/development/pr-8569-172c0b930f39caa65271faa294fcf17f71d8bd42
  71. 172c0b9 Merge pull request #8561 from ronald-cron-arm/fix-ciphersuites-list-in-ssl-opt by Gilles Peskine · 1 year, 8 months ago gh-readonly-queue/development/pr-8561-6b5cedf51f33f058d84a2fb3f5ba418efb172806
  72. 5dcfd0c Some improvements by Pengyu Lv · 1 year, 8 months ago
  73. 6b5cedf Merge pull request #8547 from valeriosetti/issue8483 by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  74. 92787e4 fix wrong gcc version check by Jerry Yu · 1 year, 8 months ago
  75. e743aa7 add non-gcc arm_neon support by Jerry Yu · 1 year, 8 months ago
  76. 71fada1 Guards neon path by Jerry Yu · 1 year, 8 months ago
  77. 5b96b81 Revert "fix build warning with arm64 gcc 5.4" by Jerry Yu · 1 year, 8 months ago
  78. 550cd6f Use boolean `hit` instead of int `hits` by Pengyu Lv · 1 year, 8 months ago
  79. 60f7666 Align forced ciphersuite with test description by Ronald Cron · 1 year, 8 months ago
  80. c3cd410 Merge pull request #8286 from gilles-peskine-arm/check_mbedtls_calloc_overallocation-disable_with_asan by Dave Rodgman · 1 year, 8 months ago
  81. 29ad2d7 ssl-opt.sh: Remove unnecessary symmetric crypto dependencies by Ronald Cron · 1 year, 8 months ago
  82. 41bc42a ssl-opt.sh: Fix some symmetric crypto dependencies by Ronald Cron · 1 year, 8 months ago
  83. 5b73de8 ssl-opt.sh: Add a check of the list of supported ciphersuites by Ronald Cron · 1 year, 8 months ago
  84. 9e1d2e5 Merge pull request #8029 from gilles-peskine-arm/fix-MBEDTLS_HAS_MD5_VIA_LOWLEVEL_OR_PSA by Tom Cosgrove · 1 year, 8 months ago
  85. 919e3fa check_config: fix guards for PSA builtin implementation of cipher/AEAD by Valerio Setti · 1 year, 9 months ago
  86. b1cf8ae adjust_psa_from_legacy: add required CIPHER_C dependencies by Valerio Setti · 1 year, 9 months ago
  87. 6632a12 all.sh: re-enable CCM/GCM in test_full_no_cipher_with_crypto[_config]() by Valerio Setti · 1 year, 9 months ago
  88. 451ec8a Add comment to read_outcome_file in analyze_outcomes.py by Pengyu Lv · 1 year, 8 months ago
  89. c2e8f3a Add type annotations to analyze_outcomes.py by Pengyu Lv · 1 year, 8 months ago
  90. 11c3fd1 Merge pull request #8568 from yanrayw/issue/8356/block_cipher_no_decrypt_cleanup by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  91. 294f5d7 Merge pull request #8540 from valeriosetti/issue8060 by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  92. 20e3ca3 Run tests for ref_vs_driver outside task function by Pengyu Lv · 1 year, 8 months ago
  93. da3c206 fix build warning with arm64 gcc 5.4 by Jerry Yu · 1 year, 8 months ago
  94. 18908ec Define named tuple for component outcomes by Pengyu Lv · 1 year, 8 months ago
  95. 28ae464 Use mutable set all the time by Pengyu Lv · 1 year, 8 months ago
  96. 59b9efc Check if driver_component is missing by Pengyu Lv · 1 year, 8 months ago
  97. f28cf59 Break the loop when case hits by Pengyu Lv · 1 year, 8 months ago
  98. dd1d6a7 Improve readability of the script by Pengyu Lv · 1 year, 8 months ago
  99. a1ddcfa Extend the pattern of pkparse test on encrypted keys by Pengyu Lv · 1 year, 8 months ago
  100. 6c927c0 Merge branch 'development' into review/gilles/update-old-dep-MD_CAN by Pengyu Lv · 1 year, 8 months ago