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 linuxkm/Kbuild: treat KERNEL_ARCH "x86_64" as "x86" and remove inapt -mpreferred-stack-boundary=4 from x86 WOLFSSL_CFLAGS; 2025-04-10 17:23:17 +00:00
Makefile wolfcrypt/src/aes.c: in wc_AesSetKeyLocal(), rework support for WC_FLAG_DONT_USE_AESNI (fixes WC_C_DYNAMIC_FALLBACK). 2025-04-02 17:00:48 -05:00
get_thread_size.c update copyright date 2025-01-21 09:55:03 -07:00
include.am linuxkm: register dh and ffdhe. 2025-04-25 21:21:26 -05:00
linuxkm_memory.c update copyright date 2025-01-21 09:55:03 -07:00
linuxkm_wc_port.h linuxkm: support DRBG in LKCAPI shim set: 2025-04-29 00:42:15 -05:00
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 Merge pull request #8735 from douzzer/20250502-linuxkm-fixes 2025-05-05 16:29:00 -05:00
lkcapi_ecdsa_glue.c wolfssl/wolfcrypt/dh.h: gate in wc_DhGeneratePublic() with WOLFSSL_DH_EXTRA, 2025-05-05 13:17:06 -05:00
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 wolfssl/wolfcrypt/dh.h: gate in wc_DhGeneratePublic() with WOLFSSL_DH_EXTRA, 2025-05-05 13:17:06 -05:00
module_exports.c.template move the newly added wolfcrypt/src/wolfssl_sources.h to wolfssl/wolfcrypt/libwolfssl_sources.h, and likewise for wolfssl_sources_asm.h; revert changes to IDE/ project files. 2025-04-04 18:44:12 -05:00
module_hooks.c linuxkm: 2025-05-01 00:08:32 -05:00
pie_first.c move the newly added wolfcrypt/src/wolfssl_sources.h to wolfssl/wolfcrypt/libwolfssl_sources.h, and likewise for wolfssl_sources_asm.h; revert changes to IDE/ project files. 2025-04-04 18:44:12 -05:00
pie_last.c move the newly added wolfcrypt/src/wolfssl_sources.h to wolfssl/wolfcrypt/libwolfssl_sources.h, and likewise for wolfssl_sources_asm.h; revert changes to IDE/ project files. 2025-04-04 18:44:12 -05:00
pie_redirect_table.c move the newly added wolfcrypt/src/wolfssl_sources.h to wolfssl/wolfcrypt/libwolfssl_sources.h, and likewise for wolfssl_sources_asm.h; revert changes to IDE/ project files. 2025-04-04 18:44:12 -05:00
x86_vector_register_glue.c linuxkm: 2025-05-01 00:08:32 -05:00