From 4bc4e8e17b5f6c00bc060376bfbd5dbd34e47d48 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 15 Dec 2011 16:56:07 +0100 Subject: Added support for iKEIntermediate flag to ipsec pki. --- src/pki/commands/print.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/pki/commands/print.c') diff --git a/src/pki/commands/print.c b/src/pki/commands/print.c index ee6f30c98..2bc80f96b 100644 --- a/src/pki/commands/print.c +++ b/src/pki/commands/print.c @@ -133,6 +133,10 @@ static void print_x509(x509_t *x509) { printf("clientAuth "); } + if (flags & X509_IKE_INTERMEDIATE) + { + printf("iKEIntermediate "); + } if (flags & X509_SELF_SIGNED) { printf("self-signed "); -- cgit v1.2.3