crypto-ipsecmb: enable GCM

Change-Id: I670d7899bcc63a419daf481167dc445a6386cce8
Signed-off-by: Neale Ranns <nranns@cisco.com>
(cherry picked from commit d8cfbebce7)
This commit is contained in:
Neale Ranns
2019-04-16 21:39:37 +00:00
committed by Damjan Marion
parent ee66c8d3ca
commit 2eef76b6d8
3 changed files with 222 additions and 26 deletions

View File

@ -25,7 +25,8 @@ define ipsec-mb_config_cmds
endef
define ipsec-mb_build_cmds
@true
echo "BUILDING"
make -C $(ipsec-mb_src_dir) DEBUG=y NASM=$(ipsec-mb_install_dir)/bin/nasm
endef
define ipsec-mb_install_cmds

File diff suppressed because it is too large Load Diff

View File

@ -413,7 +413,6 @@ class TestIpsecEspAll(ConfigIpsecESP,
#
for engine in engines:
self.vapi.cli("set crypto handler all %s" % engine)
#
# loop through each of the algorithms
#