Added support for iKEIntermediate flag to ipsec pki.

This commit is contained in:
Tobias Brunner
2012-03-20 17:31:25 +01:00
parent f29a4f1c64
commit 4bc4e8e17b
3 changed files with 12 additions and 0 deletions
+4
View File
@@ -212,6 +212,10 @@ static int self()
{
flags |= X509_CLIENT_AUTH;
}
else if (streq(arg, "ikeIntermediate"))
{
flags |= X509_IKE_INTERMEDIATE;
}
else if (streq(arg, "crlSign"))
{
flags |= X509_CRL_SIGN;