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
+1 -1
View File
@@ -25,7 +25,7 @@ if USE_UPDOWN
endif
if USE_TOOLS
SUBDIRS += openac scepclient
SUBDIRS += openac scepclient pki
endif
if USE_DUMM