- 7274590 Update buffer start and length in multipart test by David Horstmann · 1 year, 6 months ago
- 448bc01 Add testcase to fail multipart cipher tests by David Horstmann · 1 year, 6 months ago
- 5a2e95d Merge pull request #1164 from daverodgman/update-2.28-restricted by Dave Rodgman · 1 year, 6 months ago
- 081803d Remove unnecessary dependencies from psa_crypto_helpers.h by Ryan Everett · 1 year, 6 months ago
- 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
- dcbc1d3 Generate test wrappers for key management by Ryan Everett · 1 year, 6 months ago
- c63e31a Generate test wrappers by Thomas Daubney · 1 year, 6 months ago
- 9d52c71 Merge remote-tracking branch 'restricted/mbedtls-2.28' into mbedtls-2.28-restricted by Dave Rodgman · 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, 7 months ago
- 2866a6b Merge remote-tracking branch 'restricted/mbedtls-2.28' into mbedtls-2.28.7rc by Dave Rodgman · 1 year, 7 months ago
- f154831 bump version by Dave Rodgman · 1 year, 7 months ago
- d78496c Add tests for Issue #8687 by Jonathan Winzig · 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
- 756b4dc Use thread-local flag to enable memory poisoning by David Horstmann · 1 year, 7 months ago
- 56fd26c Merge pull request #8640 from bensze01/release_components_2.28 by Paul Elliott · 1 year, 7 months ago
- 61f4fc2 Add tests for Issue #8687 by Jonathan Winzig · 1 year, 7 months ago
- fafc6cd Update generated test data files by Gilles Peskine · 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
- 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
- ffb18d2 Merge pull request #8670 from daverodgman/default-compiler-all-2.28 by Dave Rodgman · 1 year, 7 months ago gh-readonly-queue/mbedtls-2.28/pr-8670-0071830a4fbcc1b38e33a3b001489ccbd9c9e31c
- 0fd07d5 Mark test function with MBEDTLS_MAYBE_UNUSED by Dave Rodgman · 1 year, 7 months ago
- e42c235 Don't use full path for setting CC by Dave Rodgman · 1 year, 8 months ago
- 9d2c67f Use gcc in test_full_deprecated_warning by Dave Rodgman · 1 year, 8 months ago
- ce04f24 Add -O2 to some CFLAGS which were not setting it by Dave Rodgman · 1 year, 7 months ago
- 374b188 Don't specify gcc unless the test requires it by Dave Rodgman · 1 year, 7 months ago
- b046b9a Enable -O2 in depends.py by Dave Rodgman · 1 year, 8 months ago
- 5b00fb1 Use gcc in test_psa_compliance by Dave Rodgman · 1 year, 8 months ago
- b0660c2 Ensure test_psa_compliance uses gcc by Dave Rodgman · 1 year, 8 months ago
- e0a2f6d Ensure clang is present by Dave Rodgman · 1 year, 8 months ago
- 62be456 Use clang by default by Dave Rodgman · 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
- 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
- ffcc769 Improve guards around memory poisoning setup by David Horstmann · 1 year, 8 months ago
- 7cb7343 Add missing newline at end of file 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
- 0bfaee3 Add comment explaining the purpose of header by David Horstmann · 1 year, 8 months ago
- 3e77e98 Add missing license header 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
- 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, 9 months ago
- e369fcb Disable check_mbedtls_calloc overallocation under ASan by David Horstmann · 1 year, 8 months ago
- cb89fbd Set OpenSSL/GnuTLS variables in release components by Bence Szépkúti · 1 year, 8 months ago
- 44043ed Document release components in all.sh by Bence Szépkúti · 1 year, 8 months ago
- 2064c9b all.sh: Parse arguments before checking if a test is supported by Bence Szépkúti · 1 year, 8 months ago
- ec4c47f Move MPI initialization to start of function by David Horstmann · 1 year, 8 months ago
- e1c6c4c Do not run Valgrind tests in PR jobs by Bence Szépkúti · 1 year, 8 months ago backport-filter-components-in-pr-job
- 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
- 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
- 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
- 46a660a ssl-opt.sh: Fix getting the list of supported ciphersuites. by Ronald Cron · 1 year, 9 months ago
- 806c27c Merge pull request #1126 from davidhorstmann-arm/psa-buffer-copy-fn-2.28 by Dave Rodgman · 1 year, 9 months ago
- c3a9bdb Detect enabled GCC/Clang sanitizers by Gilles Peskine · 1 year, 9 months ago
- 1a76ab1 Rename "output_copy" -> "local_output" by David Horstmann · 1 year, 9 months ago
- 81a0d57 Rename "input_copy" -> "local_input" by David Horstmann · 1 year, 9 months ago
- 48ffb93 De-abbreviate "len" -> "length" by David Horstmann · 1 year, 9 months ago
- 232ab25 Change psa_crypto_copy_output error code by David Horstmann · 1 year, 9 months ago
- 34c434a Add initializers for input / output copies by David Horstmann · 1 year, 9 months ago
- 37e3fc6 Remove unnecessary checks for NULL-ness of copies by David Horstmann · 1 year, 9 months ago
- d79d5e7 Check for len == 0 rather than buffer == NULL by David Horstmann · 1 year, 9 months ago
- 2d730c0 Compare buffers even for zero-length cases by David Horstmann · 1 year, 9 months ago
- 0ee4d18 Use TEST_CALLOC_NONNULL by David Horstmann · 1 year, 9 months ago
- e8a9222 Change data pattern to simpler one by David Horstmann · 1 year, 9 months ago
- df49355 Make copy functions static-testable by David Horstmann · 1 year, 9 months ago
- ba65bd7 Add output round-trip testcase by David Horstmann · 1 year, 9 months ago
- aca210d Add input round-trip testcase by David Horstmann · 1 year, 9 months ago
- 3bc1316 Add testcase for psa_crypto_output_copy_free() by David Horstmann · 1 year, 9 months ago
- 1acf7af Add testcase for psa_crypto_output_copy_alloc() by David Horstmann · 1 year, 9 months ago
- 6790a6d Add testcase for psa_crypto_input_copy_free() by David Horstmann · 1 year, 9 months ago
- 89299c4 Add testcase for psa_crypto_input_copy_alloc() by David Horstmann · 1 year, 9 months ago
- cbdec9e Remove psa_crypto_alloc_and_copy() API by David Horstmann · 1 year, 9 months ago
- 93e08c6 Move buffer copy tests into new testsuite by David Horstmann · 1 year, 9 months ago
- 8684ad5 Switch error code to more appropriate value by David Horstmann · 1 year, 9 months ago
- 89b4caa Switch to TEST_CALLOC_NONNULL() by David Horstmann · 1 year, 9 months ago