- ae59c52 Create configuration option to bypass the mbedtls_ssl_set_hostname check by Gilles Peskine · 6 months ago
- e681a4e Fix copypasta by Gilles Peskine · 8 months ago
- 9d99e98 Remove trailing whitespace by Harry Ramsey · 9 months ago
- a1abbdb Add new line to end of test case files by Harry Ramsey · 9 months ago
- 0cd2951 Add test cases for AES GCM input and output buffer overlap by Harry Ramsey · 9 months ago
- 417b8d9 Pair inits with declarations by Paul Elliott · 9 months ago
- 9488b8c Fix double free in case of test failure by Paul Elliott · 9 months ago
- 1348b6a Add missing check of return by Paul Elliott · 9 months ago
- 181564b Fix tests where tests were done prior to init by Paul Elliott · 9 months ago
- 9f7cc4c Bump version to 2.28.9 by Manuel Pégourié-Gonnard · 11 months ago
- 36548ee Merge pull request #9256 from gilles-peskine-arm/psa-keystore-dynamic-backport-2.28 by Gilles Peskine · 12 months ago
- 4c9d43f Improve documentation in some tests by Gilles Peskine · 12 months ago
- 3a51fdc Improve full-key-store tests by Gilles Peskine · 1 year, 2 months ago
- 91773db Add a test for the built-in key range by Gilles Peskine · 1 year, 2 months ago
- 37a4fcc Prevent mbedtls_psa_register_se_key with volatile keys by Gilles Peskine · 1 year, 2 months ago
- a76a6ff Adjust TLS protocol cases for 2.28 by Gilles Peskine · 1 year, 1 month ago
- d33c48b Add generated config tests by Gilles Peskine · 1 year, 1 month ago
- 14f91c9 New test suite to report configuration options by Gilles Peskine · 1 year, 2 months ago
- f514f25 Merge pull request #9025 from gilles-peskine-arm/psa-storage-test-cases-never-supported-2.28 by Gilles Peskine · 1 year, 2 months ago
- fd9e506 Missing word by Gilles Peskine · 1 year, 3 months ago
- f47bea8 Merge pull request #8929 from gilles-peskine-arm/test-dependencies-20240314-2.28 by Manuel Pégourié-Gonnard · 1 year, 3 months ago
- 9ffffab Fix edge case with half-supported ECDSA by Gilles Peskine · 1 year, 4 months ago
- 47398e0 Add some missing test case dependencies by Gilles Peskine · 1 year, 4 months ago
- b8ddf6a PSA test case generation: comment out always-skipped test cases by Gilles Peskine · 1 year, 4 months ago
- 995d7d4 Do run not-supported test cases on not-implemented mechanisms by Gilles Peskine · 1 year, 4 months ago
- 764c2d3 PSA test case generation: dependency inference class: operation fail by Gilles Peskine · 1 year, 4 months ago
- d3286af hack_dependencies_not_implemented: apply to positive test cases by Gilles Peskine · 1 year, 4 months ago
- c3b261a Sort dependencies in automatically generated PSA test cases by Gilles Peskine · 1 year, 4 months ago
- c6fe12a hack_dependencies_not_implemented: more verbose indication by Gilles Peskine · 1 year, 4 months ago
- 1186a1a Fix inconsistency in variable declaration/use by Manuel Pégourié-Gonnard · 1 year, 4 months ago
- 70d8fea Finish backporting hits_export_public_key; by Manuel Pégourié-Gonnard · 1 year, 4 months ago
- d3590a8 Fix failures in psa_cryto_driver_wrappers suite by Pengyu Lv · 1 year, 8 months ago
- 108fe17 Add missing dependency of fallback test in driver wrappers suite by Pengyu Lv · 1 year, 8 months ago
- 57cd7a8 Add missing definition of AT_LEAST_ONE_BUILTIN_KDF by Pengyu Lv · 1 year, 8 months ago
- 3ee4e64 Remove dependency on X509(_REMOVE)_INFO by Manuel Pégourié-Gonnard · 1 year, 4 months ago
- 6fe0ae0 Version bump for 2.28.8 by Minos Galanakis · 1 year, 5 months ago
- 14b5459 Fix misspelled dependency: there is no MBEDTLS_PEM_C by Gilles Peskine · 1 year, 5 months ago
- eb7e2f5 Fix never-executed key agreement test cases by Gilles Peskine · 1 year, 5 months ago
- 9908b52 Remove misspelled unnecessary dependency by Gilles Peskine · 1 year, 5 months ago
- f06494d Merge branch 'mbedtls-2.28' into buffer-sharing-merge-2.28 by David Horstmann · 1 year, 5 months ago
- 7c89d1f Merge branch 'mbedtls-2.28-restricted' into backport_key_agreement_buffer_protection by tom-daubney-arm · 1 year, 5 months ago
- 9d0fe6e Fix issue with large allocation in tests by Thomas Daubney · 1 year, 5 months ago
- 7f4b7dd Remove write check in driver wrappers tests by Gabor Mezei · 1 year, 6 months ago
- e65e98a mbedtls_ecp_write_key: document and test smaller output buffer by Gilles Peskine · 1 year, 6 months ago
- 75bb596 mbedtls_ecp_write_key: document and test larger output buffer by Gilles Peskine · 1 year, 6 months ago
- 36e6bd6 Merge pull request #8811 from gilles-peskine-arm/pk_import_into_psa-backports-2.28 by Gilles Peskine · 1 year, 6 months ago
- 0196f48 Fix mbedtls_pk_get_bitlen() for RSA with non-byte-aligned sizes by Gilles Peskine · 1 year, 6 months ago
- c89f9ce Don't define pk_sign_verify in configurations where it's unused by Gilles Peskine · 1 year, 6 months ago
- 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
- bfa27e3 Fix kdf incorrect initial capacity by Kusumit Ghoderao · 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
- 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
- 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
- 0fd07d5 Mark test function with MBEDTLS_MAYBE_UNUSED by Dave Rodgman · 1 year, 7 months ago
- 9c97fda Move wrapper include to psa_crypto_helpers.h by David Horstmann · 1 year, 8 months ago
- f24151a Remove write check in driver wrappers tests 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
- e369fcb Disable check_mbedtls_calloc overallocation under ASan by David Horstmann · 1 year, 8 months ago
- ec4c47f Move MPI initialization to start of function by David Horstmann · 1 year, 8 months ago
- 721a644 Basic functional test for memory poisoning 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
- 806c27c Merge pull request #1126 from davidhorstmann-arm/psa-buffer-copy-fn-2.28 by Dave Rodgman · 1 year, 8 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
- 113f2d4 Switch from ret to status as naming convention by David Horstmann · 1 year, 9 months ago
- 7a31ac0 Switch from int to psa_status_t for test args by David Horstmann · 1 year, 9 months ago
- 818b39d Remove psa_crypto_ prefix from test functions by David Horstmann · 1 year, 9 months ago
- 34342a2 Remove superfluous comment by David Horstmann · 1 year, 9 months ago
- f38eb76 Replace compound-initializers with memset by David Horstmann · 1 year, 9 months ago
- 121994f Refactor: move buffer pattern fills into helper by David Horstmann · 1 year, 9 months ago
- 5e0b4f8 Add full round-trip tests for buffer copying by David Horstmann · 1 year, 9 months ago
- 406d28b Add test case for overlapping buffers by David Horstmann · 1 year, 9 months ago
- 7131b8e Reject zero-lengths in psa_crypto_copy_and_free() by David Horstmann · 1 year, 9 months ago
- 0368d20 Reject NULL original_output with non-NULL output by David Horstmann · 1 year, 9 months ago
- 9ecd53d Add testcases for psa_crypto_copy_and_free() by David Horstmann · 1 year, 9 months ago
- 0e38180 Simplify zero-length buffers to always be NULL by David Horstmann · 1 year, 9 months ago