- 44bfed5 Update PSA not supported generated data by David Brown · 4 years, 5 months ago
- 110ea81 psa: Fix name of BRAINPOOL configs by David Brown · 4 years, 5 months ago
- 85537fa psa: ecdsa: Resolve incorrect merge resolution by David Brown · 4 years, 5 months ago
- cc2f869 Fix generated psa crypto tests by David Brown · 4 years, 5 months ago
- dcdde59 tests: psa: Change Elliptic curve defines to PSA names by David Brown · 4 years, 5 months ago
- 17605f0 Merge pull request #4151 from ronald-cron-arm/psa-sign_verify-hash by Manuel Pégourié-Gonnard · 4 years, 5 months ago
- e252868 Merge pull request #4067 from stevew817/feature/allow_multilength_aead by Gilles Peskine · 4 years, 5 months ago
- bb9cbc7 psa: ecdsa: Prefer NOT_SUPPORTED error code by Ronald Cron · 4 years, 5 months ago
- 9103d49 psa: ecdsa: Rework deterministic support check by Ronald Cron · 4 years, 5 months ago
- d0b0ba8 Merge pull request #4173 from gilles-peskine-arm/net_poll-fd_setsize-development by Janos Follath · 4 years, 5 months ago
- f9f7fdf Rework MAC algorithm / key type validation by Steven Cooreman · 4 years, 5 months ago
- 58c94d3 Make psa_get_mac_output_length testable and test it by Steven Cooreman · 4 years, 5 months ago
- 5ad4bf7 Move MAC default length checking into psa_key_policy_permits by Steven Cooreman · 4 years, 5 months ago
- 328f11c Language & readability touchups by Steven Cooreman · 4 years, 5 months ago
- 2a02787 Merge pull request #4148 from stevew817/add_missing_non_12b_gcm_test_skip by Ronald Cron · 4 years, 5 months ago
- 16a05f5 Add metadata tests intertwining truncated and at-least-length algos by Steven Cooreman · 4 years, 5 months ago
- a1d8322 Fix typos & copy-paste errors by Steven Cooreman · 4 years, 5 months ago
- fb9cb92 Move wildcard-to-exercisable conversion to exercise_key in test suite by Steven Cooreman · 4 years, 5 months ago
- 7e39f05 Using a wildcard as a specific algorithm now reports invalid argument by Steven Cooreman · 4 years, 5 months ago
- ae3f13b Add more test cases and fix AT_LEAST_THIS_LENGTH against base algorithm by Steven Cooreman · 4 years, 5 months ago
- a96e241 Test _AT_LEAST_THIS_LENGTH macros in the PSA Crypto metadata test suite by Steven Cooreman · 4 years, 5 months ago
- 2c2efa4 Fix dependency-setting script and test dependencies for new tests by Steven Cooreman · 4 years, 5 months ago
- 4400c3a Add _AT_LEAST_THIS_LENGTH_ macros to PSA constants test by Steven Cooreman · 4 years, 5 months ago
- aaec341 Exercise CCM with the right amount of IV bytes in test by Steven Cooreman · 4 years, 6 months ago
- 5d81481 Rename AEAD WITH_MINIMUM_LENGTH to AT_LEAST_THIS_LENGTH by Steven Cooreman · 4 years, 6 months ago
- caad493 rename MAC_WITH_MINIMUM_LENGTH_TAG to AT_LEAST_THIS_LENGTH_MAC by Steven Cooreman · 4 years, 6 months ago
- b3ce815 Add support for minimum-tag-length AEAD and MAC policies by Steven Cooreman · 4 years, 6 months ago
- 574cf7b Clarify how a file descriptor could still be more than the limit by Gilles Peskine · 4 years, 5 months ago
- 97c57fe Fix sloppiness around stricly less-than vs less or equal by Gilles Peskine · 4 years, 5 months ago
- 6667a78 Add test for mbedtls_net_poll beyond FD_SETSIZE by Gilles Peskine · 4 years, 5 months ago
- 1c0e48a New test suite: net by Gilles Peskine · 4 years, 5 months ago
- f29019f Build tests with -Wdocumentation when using Clang by Gilles Peskine · 4 years, 5 months ago
- 5a7702e Fix some C function documentation in the test framework by Gilles Peskine · 4 years, 5 months ago
- c86a165 Don't use STATIC_ASSERT_EXPR on non-GCC-compatible compilers by Gilles Peskine · 4 years, 6 months ago
- 6b362e6 Fix copypasta for the type of a variable by Gilles Peskine · 4 years, 6 months ago
- 6e0d5bd Increment the test step number when invalidating a key by Gilles Peskine · 4 years, 6 months ago
- 65048ad Destroy recorded persistent keys in PSA_DONE() by Gilles Peskine · 4 years, 6 months ago
- aae718c New test helper to purge persistent key from memory by Gilles Peskine · 4 years, 6 months ago
- e09ef87 Document the newly exported storage cleanup macros and functions by Gilles Peskine · 4 years, 6 months ago
- 313ffb8 Move PSA storage cleanup out of the slot_management test suite by Gilles Peskine · 4 years, 6 months ago
- b9ad794 Push back on divergence of duplicated code by Gilles Peskine · 4 years, 6 months ago
- e95a643 Prepare to move persistent storage cleanup to common code by Gilles Peskine · 4 years, 6 months ago
- 2385f71 Fix and simplify test assertions by Gilles Peskine · 4 years, 6 months ago
- cc9db30 exported_key_sanity_check: make checks slightly more systematic by Gilles Peskine · 4 years, 6 months ago
- 5c2665b Use const pointers on parsing functions by Gilles Peskine · 4 years, 6 months ago
- ad557e5 exported_key_sanity_check: simplify the logic for public keys by Gilles Peskine · 4 years, 6 months ago
- e50b578 Document functions and macros that are now exported by Gilles Peskine · 4 years, 6 months ago
- e78b002 Move exercise_key and related functions to their own module by Gilles Peskine · 4 years, 6 months ago
- 8e94efe Move asn1_skip_integer to the asn1_helpers module by Gilles Peskine · 4 years, 6 months ago
- 5794836 Create a separate test module for ASN.1 test helper functions by Gilles Peskine · 4 years, 6 months ago
- ea38a92 Remove a redundant export step in import_export by Gilles Peskine · 4 years, 6 months ago
- c18e25f Prepare to move exercise_key and friends to their own module by Gilles Peskine · 4 years, 6 months ago
- 66e7b90 Create a separate test module for PSA exercise_key by Gilles Peskine · 4 years, 6 months ago
- 2091f3a Fix wrong \file name in Doxygen comments by Gilles Peskine · 4 years, 6 months ago
- 3d979f7 Add init-free tests for entropy by Gilles Peskine · 4 years, 5 months ago
- 914afe1 Add init-free tests for RSA by Gilles Peskine · 4 years, 6 months ago
- 7aba036 Add missing cleanup in test function by Gilles Peskine · 4 years, 6 months ago
- 39a1a26 Explain the usage of is_valid in pthread mutexes by Gilles Peskine · 4 years, 6 months ago
- f96d3d8 Count and report non-freed mutexes by Gilles Peskine · 4 years, 6 months ago
- 2a4c598 Detect and report mutex usage errors by Gilles Peskine · 4 years, 6 months ago
- 1061ec6 Mutex usage testing: set up wrapper functions by Gilles Peskine · 4 years, 6 months ago
- 1f186ff Add missing calls to USE_PSA_DONE by Gilles Peskine · 4 years, 6 months ago
- 9de97e2 Make {USE_,}PSA_{INIT,DONE} available in all test suites by Gilles Peskine · 4 years, 6 months ago
- d6ee36e Merge pull request #4110 from gilles-peskine-arm/psa-external-random-in-mbedtls by Dave Rodgman · 4 years, 5 months ago
- bd21b18 Merge pull request #4126 from gilles-peskine-arm/ccm-test-iv-overflow-warning by Gilles Peskine · 4 years, 6 months ago
- 17b3afc tests: psa: Test sign/verify hash by a transparent driver by Ronald Cron · 4 years, 8 months ago
- 8d5645a tests: psa driver wrapper: Fix sign/verify unit test dependency by Ronald Cron · 4 years, 8 months ago
- 4993c13 tests: psa: Change test driver default forced return value by Ronald Cron · 4 years, 8 months ago
- b5399a8 psa: Rework ECDSA sign/verify support in the transparent test driver by Ronald Cron · 4 years, 8 months ago
- d2fb854 psa: Add RSA sign/verify hash support to the transparent test driver by Ronald Cron · 4 years, 8 months ago
- f68a9cf Fix test code under MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER by Gilles Peskine · 4 years, 6 months ago
- 0d241ed Remove trailing comma which is only supported since Python 3.6 by Gilles Peskine · 4 years, 6 months ago
- 79f2166 Fix test suite declarations for cmake by Gilles Peskine · 4 years, 6 months ago
- d169d60 Skip dependency symbols that are not implemented by Gilles Peskine · 4 years, 6 months ago
- 60b29fe Define WANT symbols for always-supported key types by Gilles Peskine · 4 years, 6 months ago
- 7f75687 Append the key size to ECC curve dependencies by Gilles Peskine · 4 years, 6 months ago
- 342cc7c Declare the new (automatically generated) test data file by Gilles Peskine · 4 years, 6 months ago
- 7d112ae Check in test_suite_psa_crypto_not_supported.generated.data by Gilles Peskine · 4 years, 6 months ago
- af17284 Generate not-supported test cases: ECC key types by Gilles Peskine · 4 years, 6 months ago
- 14e428f Generate not-supported test cases automatically: import, generate by Gilles Peskine · 4 years, 6 months ago
- 0994049 New framework for generating PSA test cases automatically by Gilles Peskine · 4 years, 6 months ago
- 069346c New test suite for not-supported cases: key creation (import, generate) by Gilles Peskine · 4 years, 6 months ago
- cd2d648 Explain the "external RNG large" test case by Gilles Peskine · 4 years, 6 months ago
- ddeb889 Exclude random_twice tests with MBEDTLS_TEST_NULL_ENTROPY by Gilles Peskine · 4 years, 6 months ago
- 38c12fd In external_rng tests, disable the entropy module by Gilles Peskine · 4 years, 6 months ago
- 1dc19ff The PSA external RNG does not require MBEDTLS_USE_PSA_CRYPTO by Gilles Peskine · 4 years, 6 months ago
- 8eb2943 Support mbedtls_psa_get_random() in SSL test programs by Gilles Peskine · 4 years, 6 months ago
- e3ed802 Expose mbedtls_psa_get_random() by Gilles Peskine · 4 years, 6 months ago
- e31fb03 Merge pull request #4136 from daverodgman/ssl-opt-gnutls-priority by Dave Rodgman · 4 years, 6 months ago
- 010d7c7 Merge pull request #3744 from ronald-cron-arm/psa-generate-key-internal by Ronald Cron · 4 years, 6 months ago
- bb86d0c Merge pull request #3995 from stevew817/feature/psa_configurable_static_ram_usage by Gilles Peskine · 4 years, 6 months ago
- 761905e tests: psa config: Extend tests to RSA keys by Ronald Cron · 4 years, 8 months ago
- d00f5e1 tests: psa: Remove generate key test case restriction by Ronald Cron · 4 years, 8 months ago
- f619c68 psa: driver wrappers: Add generate key unit test with no fallback by Ronald Cron · 4 years, 8 months ago
- bbe5cbb Add ECP transparent test driver generate_key entry point by Ronald Cron · 4 years, 9 months ago
- 3a9c46b Add RSA key generation support to the transparent test driver by Ronald Cron · 4 years, 9 months ago
- f49478b Add missing test skip for ALT-implemented GCM by Steven Cooreman · 4 years, 6 months ago
- 863470a Rename PSA_KEY_SLOT_COUNT to MBEDTLS_PSA_KEY_SLOT_COUNT by Steven Cooreman · 4 years, 6 months ago
- 0279c2f ssl-opt.sh: add --priority=normal to gnutls by Dave Rodgman · 4 years, 6 months ago
- 70f654a Fix a malformed define guard by Steven Cooreman · 4 years, 6 months ago