Releases
v1.0
General
Top level lib
directory tidy up
build scripts and header file left at the top level
lib/x86_64
directory created
files requiring compilation moved from lib/include
Symbols not stripped from static library at installation
API name changes and unification
mapping provided for backwards compatibility
NASM version check in the build script
CET enabling in the build scripts
Library
CET enabling (endbranch opcodes added)
ZUC-EIA3-256 support for SSE, AVX, AVX2 and AVX512 (VAES)
Chacha20 optimizations for SSE, AVX and AVX2
ZUC-EEA3-256 support for SSE, AVX, AVX2 and AVX512 (VAES)
SNOW-V and SNOW-V-AEAD support for SSE
Poly1305 AVX512 and AVX512-IFMA implementations added
Chacha20-Poly1305 AEAD implementations extended to AVX512 and AVX512-IFMA
CBCS AVX512 optimizations
Extended CBCS to return last cipher block to maintain context between calls
AVX/SSE transition fixes
Added SGL support for AEAD Chacha20-Poly1305
Poly1305 minor optimization in the scalar code
GHASH API change
IFMA CPU feature detection
SGL support added for AES-GCM through job API
Added CRC functions through job API
Test Applications
ZUC-EEA3-256 tests added to test and xvalidation applications
SNOW-V and SNOW-V-AEAD tests added to test and xvalidation applications
IMIX support added to the xvalidation application
AEAD Chacha20-Poly1305 tests added
Performance Application
ZUC-EEA3-256 support added
ZUC-EIA3-256 support added
SNOW-V and SNOW-V-AEAD support added
AEAD Chacha20-Poly1305 support added
Created ipsec_perf_tool.py
to run multiple ipsec_perf
instances at the same time
DOCSIS cipher combined with CRC32 treated as AEAD algorithm
CRC functions added
API Changes
#71 IMB_GHASH API now takes an input digest from the fifth argument and outputs the new digest on that argument too.
Resolved Issues
#73 static analysis warnings on today's tip
#75 build errors when building on Ubuntu 21.04 Hirsute Hippo
#76 potential uninitialized value error found by static analysis #76
#77 dead code warnings from static analysis on test/api_test.c
#78 deadcode warnings in perf/ipsec_perf.c
#79 potential logical error in if statements
#80 potential infinite for-loop
#81 potential null pointer dereference if malloc fails
You can’t perform that action at this time.