summaryrefslogtreecommitdiff
path: root/src/starter/keywords.c
diff options
context:
space:
mode:
authorYves-Alexis Perez <corsac@corsac.net>2017-05-30 20:59:31 +0200
committerYves-Alexis Perez <corsac@corsac.net>2017-05-30 20:59:31 +0200
commitbba25e2ff6c4a193acb54560ea4417537bd2954e (patch)
tree9e074fe343f9ab6f5ce1e9c5142d9a6cf180fcda /src/starter/keywords.c
parent05ddd767992d68bb38c7f16ece142e8c2e9ae016 (diff)
downloadvyos-strongswan-bba25e2ff6c4a193acb54560ea4417537bd2954e.tar.gz
vyos-strongswan-bba25e2ff6c4a193acb54560ea4417537bd2954e.zip
New upstream version 5.5.3
Diffstat (limited to 'src/starter/keywords.c')
-rw-r--r--src/starter/keywords.c33
1 files changed, 17 insertions, 16 deletions
diff --git a/src/starter/keywords.c b/src/starter/keywords.c
index 762c5d947..505b66010 100644
--- a/src/starter/keywords.c
+++ b/src/starter/keywords.c
@@ -54,7 +54,7 @@ struct kw_entry {
kw_token_t token;
};
-#define TOTAL_KEYWORDS 139
+#define TOTAL_KEYWORDS 140
#define MIN_WORD_LENGTH 2
#define MAX_WORD_LENGTH 17
#define MIN_HASH_VALUE 9
@@ -80,7 +80,7 @@ hash (str, len)
258, 258, 258, 258, 258, 258, 258, 258, 258, 258,
258, 258, 258, 258, 258, 258, 258, 258, 258, 258,
258, 258, 258, 258, 258, 258, 258, 258, 258, 14,
- 129, 258, 258, 258, 258, 258, 258, 258, 258, 258,
+ 129, 258, 258, 258, 4, 258, 258, 258, 258, 258,
258, 258, 258, 258, 258, 258, 258, 258, 258, 258,
258, 258, 258, 258, 258, 258, 258, 258, 258, 258,
258, 258, 258, 258, 258, 258, 258, 258, 258, 258,
@@ -202,6 +202,7 @@ static const struct kw_entry wordlist[] =
{"klipsdebug", KW_SETUP_DEPRECATED},
{"ldapbase", KW_CA_DEPRECATED},
{"overridemtu", KW_SETUP_DEPRECATED},
+ {"sha256_96", KW_SHA256_96},
{"ocspuri1", KW_OCSPURI},
{"dpdtimeout", KW_DPDTIMEOUT},
{"aaa_identity", KW_AAA_IDENTITY},
@@ -278,20 +279,20 @@ static const short lookup[] =
48, 49, 50, 51, 52, 53, 54, 55, 56, 57,
58, 59, -1, -1, 60, 61, 62, -1, 63, -1,
64, -1, 65, 66, 67, 68, 69, 70, 71, 72,
- -1, 73, 74, 75, 76, 77, 78, -1, 79, -1,
- -1, 80, 81, -1, 82, -1, -1, 83, 84, 85,
- 86, 87, 88, -1, 89, -1, 90, 91, -1, 92,
- 93, -1, 94, 95, -1, 96, -1, -1, 97, 98,
- 99, 100, -1, 101, -1, 102, 103, 104, -1, 105,
- 106, 107, 108, 109, 110, 111, 112, 113, 114, 115,
- -1, 116, -1, 117, -1, 118, -1, -1, 119, 120,
- -1, -1, -1, -1, -1, 121, -1, 122, -1, 123,
- 124, 125, -1, -1, -1, -1, -1, 126, -1, -1,
- -1, -1, -1, -1, -1, -1, -1, -1, 127, -1,
- -1, 128, 129, -1, 130, -1, 131, -1, -1, -1,
- -1, -1, -1, 132, -1, 133, -1, 134, 135, -1,
- -1, -1, -1, 136, -1, -1, -1, -1, -1, -1,
- 137, -1, -1, -1, -1, -1, -1, 138
+ -1, 73, 74, 75, 76, 77, 78, 79, 80, -1,
+ -1, 81, 82, -1, 83, -1, -1, 84, 85, 86,
+ 87, 88, 89, -1, 90, -1, 91, 92, -1, 93,
+ 94, -1, 95, 96, -1, 97, -1, -1, 98, 99,
+ 100, 101, -1, 102, -1, 103, 104, 105, -1, 106,
+ 107, 108, 109, 110, 111, 112, 113, 114, 115, 116,
+ -1, 117, -1, 118, -1, 119, -1, -1, 120, 121,
+ -1, -1, -1, -1, -1, 122, -1, 123, -1, 124,
+ 125, 126, -1, -1, -1, -1, -1, 127, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, 128, -1,
+ -1, 129, 130, -1, 131, -1, 132, -1, -1, -1,
+ -1, -1, -1, 133, -1, 134, -1, 135, 136, -1,
+ -1, -1, -1, 137, -1, -1, -1, -1, -1, -1,
+ 138, -1, -1, -1, -1, -1, -1, 139
};
#ifdef __GNUC__