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:
Klas Lindfors
2015-05-19 14:22:26 +02:00
parent 63345d1b3e
commit 3d0ff7b969
5 changed files with 185 additions and 12 deletions
+6
View File
@@ -47,3 +47,9 @@ global:
local:
*;
};
YKPIV_0.2.0
{
global:
ykpiv_decipher_data;
} YKPIV_0.1.0;