- c8b6c05 Update tests/scripts/generate_psa_wrappers.py by Ryan Everett · 1 year, 6 months ago
- cb4f855 Fix line-too-long in script by Ryan Everett · 1 year, 6 months ago
- 810421c Re-add cipher_encrypt buffer copying by Ryan Everett · 1 year, 6 months ago
- 3a4153a Conditionally guard exit label to stop unused label error by Ryan Everett · 1 year, 6 months ago
- dcbc1d3 Generate test wrappers for key management by Ryan Everett · 1 year, 6 months ago
- 3082791 Protect buffer in psa_export_public_key by Ryan Everett · 1 year, 7 months ago
- e3e760c Protect buffer in psa_export_key by Ryan Everett · 1 year, 7 months ago
- 6b97025 Protect buffer in psa_import_key by Ryan Everett · 1 year, 7 months ago
- 3e7ef37 Merge pull request #1152 from tom-daubney-arm/backport_asymmetric_sign_buffer_protection by David Horstmann · 1 year, 6 months ago
- f446b89 Conditionally include exit label by Thomas Daubney · 1 year, 6 months ago
- c63e31a Generate test wrappers by Thomas Daubney · 1 year, 6 months ago
- 290aac4 Implement safe buffer copying in asymmetric signature API by Thomas Daubney · 1 year, 7 months ago
- 435118c Merge pull request #1163 from gabor-mezei-arm/bp228_buffer_sharing_copy_output_buffer by David Horstmann · 1 year, 6 months ago
- 3b0c371 Add allocate and copy style output buffer handling by Gabor Mezei · 1 year, 6 months ago
- 001ae33 Merge pull request #1143 from davidhorstmann-arm/memory-poisoning-runtime-enable-2.28 by David Horstmann · 1 year, 6 months ago
- 7dfb612 Remove _Thread_local variable for 2.28 by David Horstmann · 1 year, 6 months ago
- e7a84a6 Merge pull request #1135 from gilles-peskine-arm/psa-buffers-generate-wrappers-introduce-2.28 by David Horstmann · 1 year, 7 months ago
- e7bfbc2 Add underflow check to UNPOISON counter decrement by David Horstmann · 1 year, 7 months ago
- 1b421b1 Separate memory poisoning tests from generic ASan by David Horstmann · 1 year, 7 months ago
- 6de5828 Change memory poisoning flag to a count by David Horstmann · 1 year, 7 months ago
- 265415a Merge pull request #1146 from yanesca/update-Marvin-changelog-backport by Gilles Peskine · 1 year, 7 months ago
- 86bbb13 Update Marvin fix Changelog entry by Janos Follath · 1 year, 7 months ago
- d074a5a Only run memory poisoning metatests when poisoning by David Horstmann · 1 year, 7 months ago
- 756b4dc Use thread-local flag to enable memory poisoning by David Horstmann · 1 year, 7 months ago
- 8e72c8f Merge pull request #1136 from yanesca/fix-marvin-attack-backport by Janos Follath · 1 year, 7 months ago
- ce4a3c2 Add new internal header to visualc project by Janos Follath · 1 year, 7 months ago
- 8b73629 Fix 'missing prototype' warnings by Janos Follath · 1 year, 7 months ago
- 6f499b7 Align Montgomery init with development by Janos Follath · 1 year, 7 months ago
- f81f191 Fix parsing of C line comments by Gilles Peskine · 1 year, 7 months ago
- d50f7a7 Add Changelog for the Marvin attack fix by Janos Follath · 1 year, 9 months ago
- 54b2eda Add warning for PKCS 1.5 decryption by Janos Follath · 1 year, 7 months ago
- 24bb226 Extend blinding to RSA result check by Janos Follath · 1 year, 7 months ago
- 8b246b3 Make RSA unblinding constant flow by Janos Follath · 1 year, 7 months ago
- f9cc476 Move some bignum functions to internal header by Janos Follath · 1 year, 7 months ago
- 404160a Move calculating RR into a separate function by Janos Follath · 1 year, 7 months ago
- a980aa0 Disable PSA wrappers psa_collect_statuses builds by Gilles Peskine · 1 year, 7 months ago
- b3d457c PSA wrappers: don't poison buffers when buffer copying is disabled by Gilles Peskine · 1 year, 7 months ago
- 7c7b7d5 Add review exception warning by Gilles Peskine · 1 year, 7 months ago
- e5ebe5e Remove the manually written poisoning wrapper by Gilles Peskine · 1 year, 7 months ago
- 42fa8ea Update generated PSA wrappers by Gilles Peskine · 1 year, 7 months ago
- c8b22d0 Generated PSA wrappers: poison/unpoison buffer parameters by Gilles Peskine · 1 year, 8 months ago
- 50580a5 Enable generated PSA wrappers by Gilles Peskine · 1 year, 7 months ago
- b7119c5 Declare the outputs from generate_psa_wrappers.py as generated files by Gilles Peskine · 1 year, 7 months ago
- 1b2aec2 Update generated Visual Studio project by Gilles Peskine · 1 year, 7 months ago
- d5e5e6d Commit generated PSA wrappers by Gilles Peskine · 1 year, 7 months ago
- 17a14f1 Adapt wrapper generators from 3.5 to 2.28 by Gilles Peskine · 1 year, 7 months ago
- 8519dc9 PSA wrapper generator by Gilles Peskine · 1 year, 7 months ago
- 61a8522 Guard the macro definition by Gilles Peskine · 1 year, 9 months ago
- 15d32bb C function wrapper generator by Gilles Peskine · 1 year, 9 months ago
- cedb112 Python module to parse function declarations from a header file by Gilles Peskine · 1 year, 9 months ago
- 4b987b4 Merge pull request #1131 from davidhorstmann-arm/prototype-single-fn-copytesting-2.28 by David Horstmann · 1 year, 8 months ago
- 3ce3e7a Add new config option to generated files by David Horstmann · 1 year, 8 months ago
- 5d05b47 Only poison memory when buffer copying is enabled by David Horstmann · 1 year, 8 months ago
- dda52ae Add all.sh coponent to test with copying disabled by David Horstmann · 1 year, 8 months ago
- 823f9a9 Invert note about buffer overlap support by David Horstmann · 1 year, 8 months ago
- 4dc176a Add missing newline at end of file by David Horstmann · 1 year, 8 months ago
- cb229db Add extra MBEDTLS_PSA_CRYPTO_C guard for header by David Horstmann · 1 year, 8 months ago
- fcad4d5 Remove accidental addition of MBEDTLS_TEST_HOOKS by David Horstmann · 1 year, 8 months ago
- ffcc769 Improve guards around memory poisoning setup by David Horstmann · 1 year, 8 months ago
- b80e35a Tweak the behaviour of copy handling macros by David Horstmann · 1 year, 8 months ago
- 7cb7343 Add missing newline at end of file by David Horstmann · 1 year, 8 months ago
- 93b2dc7 Add note about support for buffer overlap by David Horstmann · 1 year, 8 months ago
- 9c97fda Move wrapper include to psa_crypto_helpers.h by David Horstmann · 1 year, 8 months ago
- f3c5714 Move test hook setup and teardown to helpers.c by David Horstmann · 1 year, 8 months ago
- 8c2d029 Move test hook setup functions into a C file by David Horstmann · 1 year, 8 months ago
- 926193a Redesign local copy handling macros by David Horstmann · 1 year, 8 months ago
- 2b70a66 Put local output status in scope by David Horstmann · 1 year, 8 months ago
- f96ae67 Remove spaces around token-pasting macro operator by David Horstmann · 1 year, 8 months ago
- e800aa8 Make return statuses unique in FREE_LOCAL_OUTPUT() by David Horstmann · 1 year, 8 months ago
- 1f53213 Improve FREE_LOCAL_INPUT() and FREE_LOCAL_OUTPUT() by David Horstmann · 1 year, 8 months ago
- 0bfaee3 Add comment explaining the purpose of header by David Horstmann · 1 year, 8 months ago
- 114d824 Add more information to comment on test hooks by David Horstmann · 1 year, 8 months ago
- 3e77e98 Add missing license header by David Horstmann · 1 year, 8 months ago
- 2b10b37 Remove unnecessary include directory from CMake by David Horstmann · 1 year, 8 months ago
- c0a2c30 Add MBEDTLS_PSA_COPY_CALLER_BUFFERS config option by David Horstmann · 1 year, 8 months ago
- 34980bd Use macros to manage buffer copies by David Horstmann · 1 year, 8 months ago
- f24151a Remove write check in driver wrappers tests by David Horstmann · 1 year, 8 months ago
- 63f82f7 Change to use test-hook-based approach by David Horstmann · 1 year, 8 months ago
- d2ad886 Copy input and output in psa_cipher_encrypt() by David Horstmann · 1 year, 8 months ago
- 96f4d4c Create memory poisoning wrapper for cipher encrypt by David Horstmann · 1 year, 8 months ago
- 96a18f2 Add explicit UNPOISON calls to memory tests by David Horstmann · 1 year, 8 months ago
- 0760b15 Add memory poisoning hooks by David Horstmann · 1 year, 8 months ago
- e369fcb Disable check_mbedtls_calloc overallocation under ASan by David Horstmann · 1 year, 8 months ago
- 95b54f3 Merge pull request #1129 from gilles-peskine-arm/psa-buffers-test-poison-2.28 by David Horstmann · 1 year, 8 months ago
- 7d68a19 Protect against compiler optimizations by Gilles Peskine · 1 year, 9 months ago
- 0c7d3ed Memory poisoning: meta-test writes as well as reads by Gilles Peskine · 1 year, 9 months ago
- 014d89b Avoid unused variable warnings in some plausible usage by Gilles Peskine · 1 year, 9 months ago
- 5e87405 Use the existing definition of MBEDTLS_TEST_HAVE_ASAN by Gilles Peskine · 1 year, 9 months ago
- d751406 Port to platforms where printf doesn't have %zu by Gilles Peskine · 1 year, 9 months ago
- ac8cd66 Fix MSVC build failure by Gilles Peskine · 1 year, 9 months ago
- 721a644 Basic functional test for memory poisoning by Gilles Peskine · 1 year, 9 months ago
- 962c5da Fix memory poisoning with Asan on arbitrary byte boundaries by Gilles Peskine · 1 year, 9 months ago
- 071d144 Add memory poisoning framework by Gilles Peskine · 1 year, 9 months ago
- 87270e5 New files for memory-related test functions by Gilles Peskine · 1 year, 9 months ago
- 242e4ef Merge remote-tracking branch 'mbedtls-2.28' into mbedtls-2.28-restricted by Gilles Peskine · 1 year, 8 months ago
- 7655fd2 Merge pull request #8570 from yuhaoth/pr/fix-ciphersuite-list-wrong-for-mbedtls-2.28 by Gilles Peskine · 1 year, 8 months ago gh-readonly-queue/mbedtls-2.28/pr-8570-60dcdd1686dbde47f2a8dfbe177a372541c37111
- ba77a66 Align forced ciphersuite with test description by Ronald Cron · 1 year, 8 months ago
- 6f2183f ssl-opt.sh: Remove unnecessary symmetric crypto dependencies by Ronald Cron · 1 year, 8 months ago
- 237e3f8 ssl-opt.sh: Fix some symmetric crypto dependencies by Ronald Cron · 1 year, 8 months ago
- a8b474f ssl-opt.sh: Add a check of the list of supported ciphersuites by Ronald Cron · 1 year, 8 months ago