started implementation of a PKI tool, currently supporting RSA|ECDSA key generation

This commit is contained in:
Martin Willi
2009-08-26 11:23:55 +02:00
parent 08ed551ce0
commit 7c577c8ea2
7 changed files with 209 additions and 2 deletions
+4
View File
@@ -89,6 +89,10 @@ int main(int argc, char* argv[])
{
name = strdup("scepclient\",");
}
else if (strstr(path, "pki"))
{
name = strdup("pki\",");
}
else
{
fprintf(stderr, "don't know how to handle '%s', ignored", path);