crypto-ipsecmb: enable GCM
Change-Id: I670d7899bcc63a419daf481167dc445a6386cce8 Signed-off-by: Neale Ranns <nranns@cisco.com>
This commit is contained in:

committed by
Damjan Marion

parent
732a0f1033
commit
d8cfbebce7
3
build/external/packages/ipsec-mb.mk
vendored
3
build/external/packages/ipsec-mb.mk
vendored
@@ -25,7 +25,8 @@ define ipsec-mb_config_cmds
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define ipsec-mb_build_cmds
|
define ipsec-mb_build_cmds
|
||||||
@true
|
echo "BUILDING"
|
||||||
|
make -C $(ipsec-mb_src_dir) DEBUG=y NASM=$(ipsec-mb_install_dir)/bin/nasm
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define ipsec-mb_install_cmds
|
define ipsec-mb_install_cmds
|
||||||
|
File diff suppressed because it is too large
Load Diff
@@ -414,7 +414,6 @@ class TestIpsecEspAll(ConfigIpsecESP,
|
|||||||
#
|
#
|
||||||
for engine in engines:
|
for engine in engines:
|
||||||
self.vapi.cli("set crypto handler all %s" % engine)
|
self.vapi.cli("set crypto handler all %s" % engine)
|
||||||
|
|
||||||
#
|
#
|
||||||
# loop through each of the algorithms
|
# loop through each of the algorithms
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user