1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Fix style issues pointed by pylint

Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
This commit is contained in:
Przemek Stekiel
2022-11-14 08:33:21 +01:00
parent 93986645d8
commit 733c76e08a

View File

@@ -145,9 +145,11 @@ TASKS = {
'component_driver': 'test_psa_crypto_config_accel_hash_use_psa',
'ignored_suites': ['shax', 'mdx', # the software implementations that are being excluded
'md', # the legacy abstraction layer that's being excluded
'entropy','hmac_drbg','random', # temporary limitation (see RNG EPIC)
'entropy', 'hmac_drbg', 'random', # temporary limitation
# (see RNG EPIC)
'psa_crypto_init', # doesn't work with external RNG
'hkdf', # legacy still depends on MD, but there's a PSA interface that doesn't
'hkdf', # legacy still depends on MD,
# but there's a PSA interface that doesn't
'pkcs7' # recent addition, will be addressed later
]}}
}