Page MenuHomeFreeBSD

cryptocheck: Add aliases for algs with multiple key sizes.
ClosedPublic

Authored by jhb on Jan 5 2022, 10:14 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 7, 3:40 AM
Unknown Object (File)
Sat, Oct 26, 5:06 AM
Unknown Object (File)
Tue, Oct 22, 7:16 AM
Unknown Object (File)
Tue, Oct 22, 7:16 AM
Unknown Object (File)
Tue, Oct 22, 7:15 AM
Unknown Object (File)
Tue, Oct 22, 7:06 AM
Unknown Object (File)
Mon, Oct 21, 4:55 AM
Unknown Object (File)
Oct 12 2024, 2:46 AM
Subscribers

Details

Summary

Previously algorithms such as AES-CBC would provide an algorithm
without a key size for the smallest key size and additional algorithms
with an explicit key size, e.g. "aes-cbc" (128 bits), "aes-cbc192",
and "aes-cbc256".

Instead, always make the key size name explicit and reuse the
"generic" name to request running tests against all of the key sizes.
For example, for AES-CBC this means "aes-cbc128" is now the name of
the variant with a 128-bit key and "aes-cbc" runs tests of AES-CBC
with all three key sizes.

This makes it easier to run tests on all combinations of ciphers like
AES-GCM or AES-CCM with -z in a single invocation.

Sponsored by: The FreeBSD Foundation

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 43728
Build 40616: arc lint + arc unit