wolfssl/linuxkm
Daniel Pouzzner f0f4084f94 linuxkm/lkcapi_dh_glue.c: never install DH/FFDHE on kernel <5.18 -- DH secrets have a different format before that version, and FFDHE (CONFIG_CRYPTO_DH_RFC7919_GROUPS) was introduced in 5.18 and is the only FIPS-allowed DH variant. 2025-05-14 15:39:37 -05:00
..
Kbuild
Makefile
get_thread_size.c
include.am
linuxkm_memory.c
linuxkm_wc_port.h
lkcapi_aes_glue.c linuxkm aes: cleanup. 2025-05-08 14:32:42 -05:00
lkcapi_dh_glue.c linuxkm/lkcapi_dh_glue.c: never install DH/FFDHE on kernel <5.18 -- DH secrets have a different format before that version, and FFDHE (CONFIG_CRYPTO_DH_RFC7919_GROUPS) was introduced in 5.18 and is the only FIPS-allowed DH variant. 2025-05-14 15:39:37 -05:00
lkcapi_ecdh_glue.c
lkcapi_ecdsa_glue.c
lkcapi_glue.c linuxkm/lkcapi_glue.c: reorder registration of AES and SHA algs to put composite first and primitive last, to prevent kernel dynamic synthesis of the composites. 2025-05-09 12:12:15 -05:00
lkcapi_rsa_glue.c Merge pull request #8730 from philljj/linuxkm_pkcs1pad_more 2025-05-05 16:59:29 -05:00
lkcapi_sha_glue.c
module_exports.c.template
module_hooks.c
pie_first.c
pie_last.c
pie_redirect_table.c
x86_vector_register_glue.c