Skip to content

Make CRYPTO_EC also builtin

Simo Sorce requested to merge simo5c9s/cki/kernel-ark:ec_fips into os-build

Our current plan is to build crypto modules that we may want to certify with FIPS-140-3 statically in the kernel.

So add ECDH and ECDSA as well. We currently already claim ECDSA in RHEL-8 kernels. Adding ECDH for completeness.

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1947240 Signed-off-by: Simo Sorce simo@redhat.com

Merge request reports