You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write a test transparent driver conforming to the interface defined in #3313 that supports the following functionality with at least one signature algoritm: key import, key generation, obtaining the public key, signing a hash, verifying a hash. This test driver will use Mbed TLS functions to perform the calculation.
Add a component to tests/scripts/all.sh that runs the unit tests in such a way that the relevant operations go through this driver using the build framework provided by #3325. Add a few unit tests to validate that the driver is used in this configuration.
The text was updated successfully, but these errors were encountered:
Write a test transparent driver conforming to the interface defined in #3313 that supports the following functionality with at least one signature algoritm: key import, key generation, obtaining the public key, signing a hash, verifying a hash. This test driver will use Mbed TLS functions to perform the calculation.
Add a component to tests/scripts/all.sh that runs the unit tests in such a way that the relevant operations go through this driver using the build framework provided by #3325. Add a few unit tests to validate that the driver is used in this configuration.
The text was updated successfully, but these errors were encountered: