add a test-decipher command
test-decipher will for rsa do public encrypt on a random string and let the key decrypt for ec it will generate a new ec key and do ecdh and confirm it gets the same answer back
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ option "action" a "Action to take" values="version","generate","set-mgm-key",
|
||||
"reset","pin-retries","import-key","import-certificate","set-chuid",
|
||||
"request-certificate","verify-pin","change-pin","change-puk","unblock-pin",
|
||||
"selfsign-certificate","delete-certificate","read-certificate","status",
|
||||
"test-signature" enum multiple
|
||||
"test-signature","test-decipher" enum multiple
|
||||
text "
|
||||
Multiple actions may be given at once and will be executed in order
|
||||
for example --action=verify-pin --action=request-certificate\n"
|
||||
|
||||
Reference in New Issue
Block a user