PeculiarVentures / graphene-cli

The graphene-cli is a cross-platform command line tool for working with PKCS#11 devices
MIT License
5 stars 11 forks source link

Empty test results #5

Closed microshine closed 7 years ago

microshine commented 7 years ago

Test commands return empty tables

microshine commented 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 |