aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/kernel.c
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2009-12-01 18:17:37 +0100
committerTobias Brunner <tobias@strongswan.org>2010-02-12 10:57:39 +0100
commit71baf5a8f0f80fa3d2a03cfb597b6babe33394dd (patch)
tree6b0cb11fded48e7b3335a15d3fb73553c3b0b68a /src/pluto/kernel.c
parent2aa553d773ef1c6b39ba441ee56b407eda91e7b8 (diff)
downloadstrongswan-71baf5a8f0f80fa3d2a03cfb597b6babe33394dd.tar.bz2
strongswan-71baf5a8f0f80fa3d2a03cfb597b6babe33394dd.tar.xz
Adding support for AES GMAC (RFC4543).
Diffstat (limited to 'src/pluto/kernel.c')
-rw-r--r--src/pluto/kernel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pluto/kernel.c b/src/pluto/kernel.c
index fe4655d3f..ee22fb55e 100644
--- a/src/pluto/kernel.c
+++ b/src/pluto/kernel.c
@@ -1993,6 +1993,7 @@ static bool setup_half_ipsec_sa(struct state *st, bool inbound)
case ESP_AES_GCM_12:
case ESP_AES_GCM_16:
case ESP_AES_CTR:
+ case ESP_AES_GMAC:
key_len += 4;
break;
default: