1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

Merge pull request #5783 from mprse/md_dep_v3

Fix undeclared dependencies: MD
This commit is contained in:
Manuel Pégourié-Gonnard
2022-05-10 10:41:32 +02:00
committed by GitHub
8 changed files with 72 additions and 12 deletions

View File

@ -165,6 +165,7 @@ class NotSupported:
ALWAYS_SUPPORTED = frozenset([
'PSA_KEY_TYPE_DERIVE',
'PSA_KEY_TYPE_RAW_DATA',
'PSA_KEY_TYPE_HMAC'
])
def test_cases_for_key_type_not_supported(
self,