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
+2 -1
View File
@@ -673,7 +673,7 @@ AC_ARG_ENABLE(
AC_ARG_ENABLE(
[tools],
AS_HELP_STRING([--disable-tools],[disable additional utilities (openac and scepclient). (default is NO).]),
AS_HELP_STRING([--disable-tools],[disable additional utilities (openac, scepclient and pki). (default is NO).]),
[if test x$enableval = xyes; then
tools=true
else
@@ -1444,6 +1444,7 @@ AC_OUTPUT(
src/_copyright/Makefile
src/openac/Makefile
src/scepclient/Makefile
src/pki/Makefile
src/dumm/Makefile
src/dumm/ext/extconf.rb
src/libfast/Makefile