Skip to content

Commit

Permalink
Update release notes for v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pablodelara authored and mdcornu committed Nov 6, 2023
1 parent ec95d55 commit 1c3c559
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,33 @@
========================================================================
Release Notes for Intel(R) Multi-Buffer Crypto for IPsec Library

Unreleased
v1.5 November 2023
=======================================================================

General
- CMake MinGW support added.

Library
- QUIC CHACHA20-POLY1305 and CHACHA20 HP API added.
- AVX2-VAES AES-CTR implementation added.
- SM4-ECB SSE implementation added.
- SM4-CBC SSE implementation added.
- x86-64 SM3 and SM3-HMAC implementation added.
- Self-Test callback functionality added with message corrupt option.
- Implemented AES-GCM with VAES AVX2.
- Implemented AES-CTR with VAES AVX2.
- Implemented a workaround for false load-block condition in SSE AES-CBC implementations.
- Optimized CRC32 algorithms.
- Optimized AES-GCM AVX2 and AVX512 implementations.

Test Applications
- QUIC CHACHA20-POLY1305 and CHACHA20 HP tests added.
- SM4-ECB and SM4-CBC tests added.
- SM3 and SM3-HMAC tests added.
- Self-Test callback support added to the KAT-APP.
- Updated ACVP app (imb-acvp) to support libacvp v2.0+.
- Test vector standardized for various algorithms (CBC/CFB/CTR/ECB/DES/GCM/CCM/CHACHA20-POLY/SNOW3G/ZUC/KASUMI/SNOW-V).
- Extended xvalid app to test burst API.

Performance Applications
- New parameter added to benchmark QUIC `--quic-api`.
Expand Down

0 comments on commit 1c3c559

Please sign in to comment.