HomeFreeBSD

crypto: Test all of the AES-CCM KAT vectors.

Description

crypto: Test all of the AES-CCM KAT vectors.

Previously, only test vectors which used the default nonce and tag
sizes (12 and 16, respectively) were tested. This now tests all of
the vectors. This exposed some additional issues around requests with
an empty payload (which wasn't supported) and an empty AAD (which
falls back to CIOCCRYPT instead of CIOCCRYPTAEAD).

  • Make use of the 'ivlen' and 'maclen' fields for CIOGSESSION2 to test AES-CCM vectors with non-default nonce and tag lengths.
  • Permit requests with an empty payload.
  • Permit an input MAC for requests without AAD.

Reviewed by: markj
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D32121

(cherry picked from commit 668770dc7de2ec8b5f5edf71e09b8a404120f6fa)

Details

Provenance
jhbAuthored on Oct 6 2021, 9:08 PM
Reviewer
markj
Differential Revision
D32121: crypto: Test all of the AES-CCM KAT vectors.
Parents
rG9039a0fae46e: cryptosoft: Fix support for variable tag lengths in AES-CCM.
Branches
Unknown
Tags
Unknown