intel / intel-ipsec-mb

Intel(R) Multi-Buffer Crypto for IPSec
BSD 3-Clause "New" or "Revised" License
289 stars 87 forks source link

LibTestApp segfault running AESNI emulation code only #29

Closed tkanteck closed 5 years ago

tkanteck commented 5 years ago

Steps to reproduce

./ipsec_MB_testapp --no-avx512 --no-avx2 --no-avx --no-sse

Root cause

GCM function pointers were not populated in no-aesni MB manager initialization flow. Segmentation fault takes place in GCM tests.

Fix will be available shortly