mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-28 07:51:36 -04:00
Add ffdh accel vs reference check to analyze_outcomes.py
Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
This commit is contained in:
parent
01c248c00b
commit
85b644262d
@ -262,7 +262,7 @@ TASKS = {
|
|||||||
('Key ASN1 (OneAsymmetricKey X25519, doesn\'t match masking '
|
('Key ASN1 (OneAsymmetricKey X25519, doesn\'t match masking '
|
||||||
'requirements, from RFC8410 Appendix A but made into version 0)'),
|
'requirements, from RFC8410 Appendix A but made into version 0)'),
|
||||||
],
|
],
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'analyze_driver_vs_reference_no_ecp_at_all': {
|
'analyze_driver_vs_reference_no_ecp_at_all': {
|
||||||
@ -328,6 +328,17 @@ TASKS = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
'analyze_driver_vs_reference_ffdh_alg': {
|
||||||
|
'test_function': do_analyze_driver_vs_reference,
|
||||||
|
'args': {
|
||||||
|
'component_ref': 'test_psa_crypto_config_reference_ffdh',
|
||||||
|
'component_driver': 'test_psa_crypto_config_accel_ffdh',
|
||||||
|
'ignored_suites': [
|
||||||
|
],
|
||||||
|
'ignored_tests': {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user