]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
ike: Define keylength for aescmac algorithm
authorMartin Willi <martin@revosec.ch>
Fri, 21 Jun 2013 14:01:03 +0000 (16:01 +0200)
committerMartin Willi <martin@revosec.ch>
Fri, 11 Oct 2013 08:15:21 +0000 (10:15 +0200)
src/libcharon/sa/keymat.c

index 26c305f776ae56d235b4707ad5e1ebdf924e5182..d1f6a1bdc5060c83b959dbcf5f4e739f62c6f501 100644 (file)
@@ -93,6 +93,7 @@ int keymat_get_keylen_integ(integrity_algorithm_t alg)
                {AUTH_HMAC_SHA2_384_192,        384},
                {AUTH_HMAC_SHA2_512_256,        512},
                {AUTH_AES_XCBC_96,                      128},
+               {AUTH_AES_CMAC_96,                      128},
        };
        int i;