- 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
- 71edf74 Changelog entry for DRBG mutex usage fix by Gilles Peskine · 4 years, 6 months ago
- 478847c Document thread safety for HMAC_DRBG by Gilles Peskine · 4 years, 6 months ago
- e39b219 Document mutex invariant for HMAC_DRBG by Gilles Peskine · 4 years, 6 months ago
- b791dc6 Fix mutex leak in HMAC_DRBG by Gilles Peskine · 4 years, 6 months ago
- f305d92 Document thread safety for CTR_DRBG by Gilles Peskine · 4 years, 6 months ago
- da290f9 Document mutex invariant for CTR_DRBG by Gilles Peskine · 4 years, 6 months ago
- f4b3429 Fix mutex leak in CTR_DRBG 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, 6 months ago
- bd21b18 Merge pull request #4126 from gilles-peskine-arm/ccm-test-iv-overflow-warning by Gilles Peskine · 4 years, 6 months ago
- a7ce0fc Merge pull request #4076 from gilles-peskine-arm/psa-test-enumerate-not-supported by Ronald Cron · 4 years, 6 months ago
- d75adfc KeyType: do a sanity check on the key type expression by Gilles Peskine · 4 years, 6 months ago
- f68a9cf Fix test code under MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER by Gilles Peskine · 4 years, 6 months ago
- 4fbffcd Do not require typing_extensions at runtime 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
- fa3c69a Improve documentation of crypto_knowledge.KeyType 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
- 505cc64 Use the base name of the generating script, not the full path 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
- 0ac258e Don't consider secp192r1 by Gilles Peskine · 4 years, 6 months ago
- 0cbaf05 Add some randomly generated keys by Gilles Peskine · 4 years, 6 months ago
- 6f6483f New module for key material for asymmetric 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
- 8ffb585 New function to write a whole .data file by Gilles Peskine · 4 years, 6 months ago
- db2f575 New Python module for generating Mbed TLS test cases by Gilles Peskine · 4 years, 6 months ago
- 397b028 Create sample key material for symmetric keys by Gilles Peskine · 4 years, 6 months ago
- df63968 Enumerate sizes to test for each key type by Gilles Peskine · 4 years, 6 months ago
- 0156a15 Framework for knowledge about key types by Gilles Peskine · 4 years, 6 months ago
- 8c8325b Allow longer method names by Gilles Peskine · 4 years, 6 months ago
- 0655b4f Check if the last word is 'MASK', not if it ends with 'MASK' by Gilles Peskine · 4 years, 6 months ago
- 13d60eb MacroCollector: default to not including intermediate macros by Gilles Peskine · 4 years, 6 months ago
- f8deb75 Factor out is_internal_name as a separate method by Gilles Peskine · 4 years, 6 months ago
- e7c4455 Move PSAMacroCollector to a module of its own by Gilles Peskine · 4 years, 6 months ago
- 7bb85c2 Separate the parsing and generation parts of MacroCollector by Gilles Peskine · 4 years, 6 months ago
- 58fd20c Merge pull request #4009 from d3zd3z/pr/psa-symm by Ronald Cron · 4 years, 6 months ago
- 7921cce Fix typo in config_psa.h by Bence Szépkúti · 4 years, 6 months ago
- 9a594e8 Update psa crypto_config to include recent configs by David Brown · 4 years, 6 months ago
- 1bfe4d7 Use new PSA builtin defines for CHACHA20 by David Brown · 4 years, 6 months ago
- 8107e31 Fix 2 endif comments by David Brown · 4 years, 6 months ago
- 12ca503 Change some conditionals of PSA to use BUILTIN by David Brown · 4 years, 6 months ago
- db01e02 Remove an unnecessary #else and commented line by David Brown · 4 years, 6 months ago
- be380c1 Remove incorrect PSA ECB definition by David Brown · 4 years, 6 months ago
- 8de6437 Cleanup PSA CBC padding defines by David Brown · 4 years, 6 months ago
- 7807bf7 Use proper conditional for software DES by David Brown · 4 years, 6 months ago
- 288a96e Fix mistyped endif comment by David Brown · 4 years, 6 months ago
- 9f3e774 Revert "Change some examples to use new PSA crypto config" by David Brown · 4 years, 6 months ago
- 86730a8 Add missing MBEDTLS_PSA_BUILTIN for ChaCha20-Poly1305 by David Brown · 4 years, 6 months ago
- fc46818 Cleanup PSA ifdefs for CBC block mode by David Brown · 4 years, 6 months ago
- 10cb81c Add some missing MBEDTLS_PSA_BUILTIN_ definitions by David Brown · 4 years, 6 months ago
- f84a0f6 Simplify block cipher PSA definitions by David Brown · 4 years, 6 months ago
- e1f91f0 Consolidate PSA ifdefs for block ciphers by David Brown · 4 years, 6 months ago
- 18658a7 Disable error on CHACHAPOLY misconfiguration by David Brown · 4 years, 6 months ago
- ac4fa07 Add PSA config support for ChaCha20+Poly1305 by David Brown · 4 years, 6 months ago
- b16727a Add PSA config for ChaCha20 by David Brown · 4 years, 6 months ago
- b781f75 Define SW crypto algorithms if block modes need it by David Brown · 4 years, 6 months ago
- 5256e69 Fix typo in psa config comment by David Brown · 4 years, 6 months ago
- 4869dcd Change some examples to use new PSA crypto config by David Brown · 4 years, 6 months ago
- 0baa7b5 Change ifdefs in psa_crypto.c to new WANT macros by David Brown · 4 years, 6 months ago
- 4b9ec7a Add checks for HW acceleration of ciphers and padding by David Brown · 4 years, 6 months ago
- 63ca260 Change psa_crypto.c ifdefs for cipher modes by David Brown · 4 years, 6 months ago
- 12f45f9 Add definitions for builtins for cipher modes by David Brown · 4 years, 6 months ago
- da7dbb7 Add building definitions for non-crypto-config case by David Brown · 4 years, 6 months ago
- e04acc2 Use PSA definitions in PSA file by David Brown · 4 years, 6 months ago
- bc1731b Fix small error in a comment by David Brown · 4 years, 6 months ago
- db003f3 Remove unused definition by David Brown · 4 years, 7 months ago
- 78a429b Add _BUILTIN defines for new features by David Brown · 4 years, 7 months ago
- 9984427 Add feature support for block modes to PSA crypto config by David Brown · 4 years, 7 months ago
- a9f1d83 Add symmetric ciphers and block modes by David Brown · 4 years, 7 months ago
- b65a7f7 Add feature support for DES for PSA crypto config by David Brown · 4 years, 7 months ago
- 686e6e8 Add feature support for Camelia for PSA crypto config by David Brown · 4 years, 7 months ago
- ec258cf Add feature support for ARC4 for PSA crypto config by David Brown · 4 years, 7 months ago
- 9493308 Add feature support for AES for PSA crypto config by David Brown · 4 years, 7 months ago
- 277a3a6 Work around MSVC bug with duplicate static declarations by Gilles Peskine · 4 years, 6 months ago
- 996f216 Make it possible to include psa_crypto_random_impl.h with psa_util.h by Gilles Peskine · 4 years, 6 months ago
- 2cff7e2 Minor clarification in the public documentation by Gilles Peskine · 4 years, 6 months ago
- cd2d648 Explain the "external RNG large" test case by Gilles Peskine · 4 years, 6 months ago
- d548d96 Clarify where mbedtls_psa_get_random might be useful by Gilles Peskine · 4 years, 6 months ago
- 48113eb Initialize the test RNG whenever it's present 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
- 8e1e46e Fix the use of unitialized memory with MBEDTLS_TEST_NULL_ENTROPY by Gilles Peskine · 4 years, 6 months ago
- 8133abd SSL test programs: always allow building with the PSA external RNG 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
- b8c4840 Fix psa_destroy_key called after mbedtls_psa_crypto_free by Gilles Peskine · 4 years, 6 months ago
- 34babfc Add comments to a few #endif closing a long chunk 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