aboutsummaryrefslogtreecommitdiffstats
path: root/src/ipsec
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2014-05-02 20:10:53 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2014-05-03 15:28:17 +0200
commit9be1c8d1759dbedc2b9986f9f43a56b754cf56a6 (patch)
tree107fc29d72c66791bd1341e4dd82564c6b5b1dce /src/ipsec
parenta81bd670b086bd4b848dc1ff71e79e79c8f61da1 (diff)
downloadstrongswan-9be1c8d1759dbedc2b9986f9f43a56b754cf56a6.tar.bz2
strongswan-9be1c8d1759dbedc2b9986f9f43a56b754cf56a6.tar.xz
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.
Diffstat (limited to 'src/ipsec')
-rw-r--r--src/ipsec/_ipsec.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ipsec/_ipsec.in b/src/ipsec/_ipsec.in
index 61632188a..e6725d0ca 100644
--- a/src/ipsec/_ipsec.in
+++ b/src/ipsec/_ipsec.in
@@ -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"