mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-08-14 23:27:46 +00:00
Support test_suite_psa_crypto_metadata functions for new algorithm categories
Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
@@ -417,6 +417,9 @@ enumerate
|
||||
'asymmetric_signature_wildcard': [self.algorithms],
|
||||
'asymmetric_encryption_algorithm': [],
|
||||
'pake_algorithm': [self.pake_algorithms],
|
||||
'key_wrap_algorithm': [],
|
||||
'key_encapsulation_algorithm': [],
|
||||
'xof_algorithm': [],
|
||||
'other_algorithm': [],
|
||||
'lifetime': [self.lifetimes],
|
||||
} #type: Dict[str, List[Set[str]]]
|
||||
|
||||
Reference in New Issue
Block a user