- b51d72f Run copy_fail even when the target policy is unsupported by Gilles Peskine · 4 years, 7 months ago
- fa37961 Rename OMITTED_SYSTEMATIC_DEPENDENCIES by Gilles Peskine · 4 years, 7 months ago
- 0794572 More precise recognition of key policy negative tests by Gilles Peskine · 4 years, 7 months ago
- d6dc40c Update hash dependencies in PSA test code by Gilles Peskine · 4 years, 7 months ago
- 8405b5f Change PSA crypto test dependencies to PSA_WANT_xxx by Gilles Peskine · 4 years, 7 months ago
- a87e178 If there are no arguments, don't update the file content by Gilles Peskine · 4 years, 7 months ago
- 72d8e0a Key policy negative tests don't actually require the algorithm by Gilles Peskine · 4 years, 7 months ago
- 20987b9 Detect test cases that require something not to be supported by Gilles Peskine · 4 years, 7 months ago
- f032fa9 Special handling for some always-on or alias symbols by Gilles Peskine · 4 years, 7 months ago
- 81dec00 Remove classic crypto dependencies by Gilles Peskine · 4 years, 7 months ago
- e4f539c Don't add cipher-related PSA_WANT_xxx because they aren't implemented yet by Gilles Peskine · 4 years, 7 months ago
- 9bbba5e Add a function to remove classic crypto dependencies by Gilles Peskine · 4 years, 7 months ago
- 2d2e924 Implement basic update of PSA_WANT dependencies by Gilles Peskine · 4 years, 7 months ago
- 45e9e73 Add a possibility to keep manual dependencies for certain functions by Gilles Peskine · 4 years, 7 months ago
- 82ebaa4 Implement stanza parsing in .data files by Gilles Peskine · 4 years, 7 months ago
- bdffaea New script to determine PSA crypto test dependencies automatically by Gilles Peskine · 4 years, 7 months ago
- 6fea21d Declare a code dependency in the code instead of in the data by Gilles Peskine · 4 years, 7 months ago
- 51b8bb0 PSA_KEY_TYPE_DERIVE is always available by Gilles Peskine · 4 years, 7 months ago
- b65db07 Add missing declaration of SHA-224 from MBEDTLS_SHA256_C by Gilles Peskine · 4 years, 7 months ago
- 47a8933 Declare PSA_KEY_TYPE_HMAC as well by Gilles Peskine · 4 years, 7 months ago
- 53943ca Merge pull request #3992 from stevew817/feature/ecp_no_fallback by Gilles Peskine · 4 years, 6 months ago
- a209f34 Merge pull request #3996 from stevew817/feature/allow_reading_external_keys by Janos Follath · 4 years, 6 months ago
- 594d7af Merge pull request #3994 from stevew817/feature/cmac_self_test_skip_unsupported by Janos Follath · 4 years, 6 months ago
- a14d164 Merge pull request #4008 from stevew817/bugfix/fix_dependencies by paul-elliott-arm · 4 years, 6 months ago
- 88a8035 Merge pull request #3953 from gilles-peskine-arm/python-mypy-mkdir by Ronald Cron · 4 years, 6 months ago
- c7da6a4 Update comment to only apply to AES-192 by Steven Cooreman · 4 years, 6 months ago
- ac80be1 Merge pull request #3878 from gilles-peskine-arm/psa-builtin-keys-via-slot-number-spec by Ronald Cron · 4 years, 6 months ago
- 318515b Merge pull request #3984 from gabor-mezei-arm/3268_update_macros_for_ouput_buffer_size_renames by Ronald Cron · 4 years, 6 months ago
- 0426e25 Merge pull request #4020 from gilles-peskine-arm/ssl_test_lib-hmac_drg by Ronald Cron · 4 years, 6 months ago
- 7dadf14 Minor language correction after review by Steven Cooreman · 4 years, 6 months ago
- 29eecbf move _bad_order() test case dependencies to the function itself by Steven Cooreman · 4 years, 6 months ago
- bdae918 Fix documentation by gabor-mezei-arm · 4 years, 6 months ago
- d80e8a4 Check for existence of key material on store/load by Steven Cooreman · 4 years, 6 months ago
- ddb3bd5 Merge pull request #3897 from d3zd3z/fix-cmake28 by Ronald Cron · 4 years, 6 months ago
- 107409f Apply review feedback by Steven Cooreman · 4 years, 6 months ago
- a120146 Merge pull request #3962 from gilles-peskine-arm/psa-storage-format-test-strategy by Ronald Cron · 4 years, 6 months ago
- 75829a4 Explain the explicit dependency on instrument_record_status.h by Gilles Peskine · 4 years, 6 months ago
- da9529f Update copypasta by Gilles Peskine · 4 years, 6 months ago
- 94ad831 Add comments to some endif guards by Gilles Peskine · 4 years, 6 months ago
- b034683 Merge pull request #4007 from stevew817/feature/alt_implementation_is_not_deterministic by Janos Follath · 4 years, 6 months ago
- 055be83 Fix typo by Gilles Peskine · 4 years, 6 months ago
- 64f2773 Skip tests requiring known entropy for ECJPAKE ALT implementations by Steven Cooreman · 4 years, 7 months ago
- 7eb2aa0 Reworked NO_FALLBACK logic according to review feedback by Steven Cooreman · 4 years, 7 months ago
- 77e09b6 Don't turn on NO_FALLBACK for full build since it removes functionality by Steven Cooreman · 4 years, 7 months ago
- 47278ee Add changelog entry by gabor-mezei-arm · 4 years, 7 months ago
- b587313 Doesn't make sense to have ECP_NO_FALLBACK when there's no ECP_INTERNAL_ALT. by Steven Cooreman · 4 years, 7 months ago
- 6226a12 Documentation update for MBEDTLS_ECP_NO_FALLBACK by Steven Cooreman · 4 years, 7 months ago
- d25ea72 Fix rename of output buffer size macros by gabor-mezei-arm · 4 years, 7 months ago
- cbcec21 Rename output buffer size macros by gabor-mezei-arm · 4 years, 8 months ago
- 84ae1ee Minor clarification by Gilles Peskine · 4 years, 7 months ago
- 3d67365 Add a key_buffer_length output to "get_builtin_key" by Gilles Peskine · 4 years, 7 months ago
- 1af872d Move the fake PSA external RNG to its own header and source files by Gilles Peskine · 4 years, 7 months ago
- e1d51bd Depend on all test headers when building tests by Gilles Peskine · 4 years, 7 months ago
- f71ff1f Run mypy on Travis by Gilles Peskine · 4 years, 7 months ago
- 0370c17 mypy: require at least version 0.780 by Gilles Peskine · 4 years, 7 months ago
- 4738b96 Use $PYTHON when running mypy by Gilles Peskine · 4 years, 7 months ago
- c3b1787 Use can_mypy rather than just checking for mypy by Gilles Peskine · 4 years, 7 months ago
- bdde5d0 Use Python to check the version of pylint by Gilles Peskine · 4 years, 7 months ago
- 6d82a7e Say we're running pylint by Gilles Peskine · 4 years, 7 months ago
- 2991b5f Minor documentation fixes by Gilles Peskine · 4 years, 7 months ago
- ff45750 Remind the reader of what is done about old formats by Gilles Peskine · 4 years, 7 months ago
- 03f4084 Apply suggestions from code review by Steven Cooreman · 4 years, 7 months ago
- 697ee19 Add a section about non-default lifetimes by Gilles Peskine · 4 years, 7 months ago
- 528144f Clarify the methods of key storage testing by Gilles Peskine · 4 years, 7 months ago
- 6fbff5b Merge pull request #3698 from darrenkrahn/development by Dave Rodgman · 4 years, 7 months ago
- ac3434f Apply review feedback by Steven Cooreman · 4 years, 7 months ago
- b2f3e6c Restrict test skipping to AES-192 specifically by Steven Cooreman · 4 years, 7 months ago
- 94ca187 Merge pull request #3809 from AndrzejKurek/refactor-variable-buffers by paul-elliott-arm · 4 years, 7 months ago
- 9c134ce Add build instructions for new test data. by Darren Krahn · 4 years, 7 months ago
- 2146211 SSL test programs: enable the PSA test external RNG by Gilles Peskine · 4 years, 7 months ago
- a222434 Test SSL with non-deterministic ECDSA by Gilles Peskine · 4 years, 9 months ago
- ba74904 SSL test programs: support HMAC_DRBG by Gilles Peskine · 4 years, 7 months ago
- 535fb37 SSL test programs: abstract CTR_DRBG away by Gilles Peskine · 4 years, 7 months ago
- f1cb75f Local cleanups following the code move by Gilles Peskine · 4 years, 7 months ago
- daa94c4 SSL test programs: move RNG common code to ssl_test_lib by Gilles Peskine · 4 years, 7 months ago
- b3715eb SSL test programs: prepare to unify common code by Gilles Peskine · 4 years, 7 months ago
- 8a8492b SSL test programs: stuff RNG context into a struct by Gilles Peskine · 4 years, 7 months ago
- 2427d15 Merge pull request #3986 from gilles-peskine-arm/ssl_test_lib-create by paul-elliott-arm · 4 years, 7 months ago
- c772b18 Move the declaration of query_config() to a dedicated header file by Gilles Peskine · 4 years, 7 months ago
- d0c7b79 Merge pull request #3912 from gilles-peskine-arm/psa-external-random-test by Gilles Peskine · 4 years, 7 months ago
- 9b31218 Testing a maximum size key is RAM intensive, and should be dependent by Steven Cooreman · 4 years, 7 months ago
- affc38c Make test cases that use PKCS7 padding dependent on it by Steven Cooreman · 4 years, 7 months ago
- fa6641b Avoid unreferenced item warnings in ECDSA when ALT is in use by Steven Cooreman · 4 years, 7 months ago
- 2a54a6f Refactor the variable buffer length config description by Andrzej Kurek · 4 years, 7 months ago
- 557289b Add a missing dependency to config.h by Andrzej Kurek · 4 years, 10 months ago
- 069fa96 Use size_t instead of uint32_t for ssl I/O buffer lengths by Andrzej Kurek · 4 years, 7 months ago
- 4a06379 Refactor the variable I/O buffer size feature by Andrzej Kurek · 4 years, 10 months ago
- 655b012 Unconditionally include platform.h in CMAC by Steven Cooreman · 4 years, 7 months ago
- 98435dd Allow loading wrapped keys even when SE support is compiled in by Steven Cooreman · 4 years, 7 months ago
- b4df754 Update #else and #endif comments by Gilles Peskine · 4 years, 7 months ago
- 830d5af Allow CMAC self test to skip tests for unsupported primitives by Steven Cooreman · 4 years, 7 months ago
- 97b4984 Add a flag for disabling fallback in ecp.c by Steven Cooreman · 4 years, 7 months ago
- c85c201 Don't call TEST_ASSERT in PSA_DONE by Gilles Peskine · 4 years, 7 months ago
- 6beb327 external_rng_failure_sign: more robust buffer management by Gilles Peskine · 4 years, 7 months ago
- 3aa5a64 Fix a test dependency by Gilles Peskine · 4 years, 7 months ago
- dbf6896 mbedtls_to_psa_error: prefer dispatching on the low-level error by Gilles Peskine · 4 years, 7 months ago
- 1631514 Add missing dependencies on key types by Gilles Peskine · 4 years, 8 months ago
- ba0c1ff Depend on the built-in implementation when injecting RNG failure by Gilles Peskine · 4 years, 8 months ago
- f547ce8 MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG: negative tests by Gilles Peskine · 4 years, 8 months ago
- ae3741e Fix an incorrect error code if RSA private operation glitched by Gilles Peskine · 4 years, 8 months ago