mirror of
https://github.com/cuberite/polarssl.git
synced 2025-10-04 11:09:00 -04:00

(1) Add in driver jsons. (2) Improve Python scripts to take JSON file directory and template directory paths as arguments. (3) Add in file augment template files to template common functionality (4) render tempplates for Header files, ID generation and key management. (5) Changed driver ID nomenclature to be in synch with function names. Signed-off-by: Archana <archana.madhavan@silabs.com> Signed-off-by: Asfandyar Orakzai <asfandyar.orakzai@silabs.com>
14 lines
463 B
JSON
14 lines
463 B
JSON
[{
|
|
"prefix": "mbedtls_test",
|
|
"type": "transparent",
|
|
"headers": ["test/drivers/test_driver.h"],
|
|
"capabilities": [
|
|
{
|
|
"_comment": "The mbedTLS transparent driver supports import key/export key/export_public key",
|
|
"depend_on": "defined(PSA_CRYPTO_DRIVER_TEST)",
|
|
"entry_points": ["import_key", "export_key", "export_public_key"],
|
|
"fallback": true
|
|
}
|
|
]
|
|
}]
|