Closed microshine closed 7 years ago
If test command catch error it prints error message to console
> test gen --alg rsa-1024
| Algorithm | Generate | Generate/s |
|---------------------------|---------:|-----------:|
CKR_ATTRIBUTE_VALUE_INVALID:19
at Error (native) C_GenerateKeyPair:899
Correct result
> test gen --alg rsa-1024
| Algorithm | Generate | Generate/s |
|---------------------------|---------:|-----------:|
| RSA-1024 | 87ms | 11.494 |
Test commands return empty tables