aikgen generates AIK private/public key pairs

aikgen outputs a binary AIK private key blob and the AIK public key.
Optionally the Identity Request encrypted with the public key of
the Privacy CA can be output.
This commit is contained in:
Andreas Steffen
2014-05-03 15:28:17 +02:00
parent a81bd670b0
commit 9be1c8d175
6 changed files with 600 additions and 17 deletions
+5 -1
View File
@@ -1,7 +1,7 @@
#! @IPSEC_SHELL@
# prefix command to run stuff from our programs directory
# Copyright (C) 1998-2002 Henry Spencer.
# Copyright (C) 2006 Andreas Steffen
# Copyright (C) 2006-2014 Andreas Steffen
# Copyright (C) 2006 Martin Willi
#
# This program is free software; you can redistribute it and/or modify it
@@ -317,6 +317,10 @@ pki)
shift
exec $IPSEC_BINDIR/pki "$@"
;;
aikgen)
shift
exec $IPSEC_BINDIR/aikgen "$@"
;;
version|--version)
printf "$OS_NAME $IPSEC_NAME $IPSEC_VERSION\n"
printf "$IPSEC_DISTRO\n"