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
F136012093: D33759.id101020.diff
Sat, Nov 15, 1:58 AM
F136008362: D33759.diff
Sat, Nov 15, 1:10 AM
F136004363: D33759.id.diff
Sat, Nov 15, 12:18 AM
Unknown Object (File)
Sun, Nov 9, 4:54 PM
Unknown Object (File)
Sat, Nov 1, 2:01 PM
Unknown Object (File)
Mon, Oct 27, 8:34 AM
Unknown Object (File)
Thu, Oct 16, 6:17 AM
Unknown Object (File)
Thu, Oct 16, 6:17 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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable