diff options
author | Magali Lemes <magali.lemes@canonical.com> | 2023-06-13 09:32:21 -0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-06-15 22:24:01 -0700 |
commit | cb43c60e64ca67fcc9d23bd08f51d2ab8209d9d7 (patch) | |
tree | 807c5ca3ff36bcf7d5f900d12e438f236a0e7005 /net/handshake/handshake.h | |
parent | d113c395c67b62fc0d3f2004c0afc406aca0a2b7 (diff) |
selftests: net: vrf-xfrm-tests: change authentication and encryption algos
The vrf-xfrm-tests tests use the hmac(md5) and cbc(des3_ede)
algorithms for performing authentication and encryption, respectively.
This causes the tests to fail when fips=1 is set, since these algorithms
are not allowed in FIPS mode. Therefore, switch from hmac(md5) and
cbc(des3_ede) to hmac(sha1) and cbc(aes), which are FIPS compliant.
Fixes: 3f251d741150 ("selftests: Add tests for vrf and xfrms")
Reviewed-by: David Ahern <dsahern@kernel.org>
Signed-off-by: Magali Lemes <magali.lemes@canonical.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/handshake/handshake.h')
0 files changed, 0 insertions, 0 deletions