From 2a6f35f24c6ab5aba63c0dfa21e865a8cd89f7cf Mon Sep 17 00:00:00 2001 From: Marcel Cornu Date: Wed, 5 Oct 2022 12:08:05 +0100 Subject: crypto-ipsecmb: bump ipsecmb library to v1.3 - Use the latest IPsec Multi-Buffer library release v1.3 - Use ipsec-mb burst API for HMAC-SHAx algorithms - Use ipsec-mb burst API for AES-CBC and AES-CTR algorithms The new burst API available in ipsecmb v1.3 brings significant performance improvements for certain algorithms compared to the job API. Type: feature Signed-off-by: marcel.d.cornu@intel.com Change-Id: I3490b35a616a2ea77607f103426df62438c22b2b --- build/external/packages/ipsec-mb.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'build/external/packages/ipsec-mb.mk') diff --git a/build/external/packages/ipsec-mb.mk b/build/external/packages/ipsec-mb.mk index 8750dc2d493..02c2e194456 100644 --- a/build/external/packages/ipsec-mb.mk +++ b/build/external/packages/ipsec-mb.mk @@ -11,17 +11,18 @@ # See the License for the specific language governing permissions and # limitations under the License. -ipsec-mb_version := 1.2 +ipsec-mb_version := 1.3 ipsec-mb_tarball := v$(ipsec-mb_version).tar.gz ipsec-mb_tarball_md5sum_0.54 := 258941f7ba90c275fcf9d19c622d2d21 ipsec-mb_tarball_md5sum_0.55 := deca674bca7ae2282890e1fa7f953609 ipsec-mb_tarball_md5sum_1.0 := 906e701937751e761671dc83a41cff65 ipsec-mb_tarball_md5sum_1.1 := 3916471d3713d27e42473cb6af9c65e5 ipsec-mb_tarball_md5sum_1.2 := f551d9c208893a436c1f5c146a615bd6 +ipsec-mb_tarball_md5sum_1.3 := d8692db9efe32a263b61f12ac0dca950 ipsec-mb_tarball_md5sum := $(ipsec-mb_tarball_md5sum_$(ipsec-mb_version)) ipsec-mb_tarball_strip_dirs := 1 -ipsec-mb_url := http://github.com/01org/intel-ipsec-mb/archive/$(ipsec-mb_tarball) +ipsec-mb_url := http://github.com/intel/intel-ipsec-mb/archive/$(ipsec-mb_tarball) define ipsec-mb_config_cmds @true -- cgit 1.2.3-korg