wolfssl/linuxkm
Daniel Pouzzner 84f0800b96 configure.ac:
* set DEFAULT_ENABLED_ALL_ASM=no if enable_afalg or ENABLED_32BIT;
* omit enable_srtp_kdf from enable-all-crypto if enable_afalg.

linuxkm: add GetCAByAKID to wolfssl_linuxkm_pie_redirect_table.

src/x509.c: in GenerateDNSEntryIPString(), use XMEMSET() to initialize tmpName, not = {0}, to avoid unmaskable compiler emission of memset() call.

wolfssl/openssl/ssl.h: add OPENSSL_EXTRA to an existing OPENSSL_ALL-gated section, consistent with gating of correspinding section in wolfssl/ssl.h.

wolfssl/wolfcrypt/settings.h: adopt setup for WOLFSSL_SP_NO_UMAAL from wolfssl/wolfcrypt/sp_int.h now that it's used by wolfcrypt/src/port/arm/thumb2-poly1305-asm.S.
2024-09-13 18:01:11 -05:00
..
Kbuild linuxkm: add asm support for Kyber. 2024-08-14 14:45:11 -05:00
Makefile linuxkm: initial support for cross-compilation. 2024-07-23 10:29:03 -05:00
get_thread_size.c update copyright to 2024 2024-07-19 13:15:05 -06:00
include.am
linuxkm_memory.c update copyright to 2024 2024-07-19 13:15:05 -06:00
linuxkm_wc_port.h configure.ac: 2024-09-13 18:01:11 -05:00
lkcapi_glue.c backfill more missing WC_NO_ERR_TRACE()s on error code operands, and refactor away the obsolete GEN_MEM_ERR macro mechanism in wolfcrypt/src/ecc.c. 2024-09-03 17:44:11 -05:00
module_exports.c.template linuxkm: add asm support for Kyber. 2024-08-14 14:45:11 -05:00
module_hooks.c configure.ac: 2024-09-13 18:01:11 -05:00
pie_first.c update copyright to 2024 2024-07-19 13:15:05 -06:00
pie_last.c update copyright to 2024 2024-07-19 13:15:05 -06:00
pie_redirect_table.c update copyright to 2024 2024-07-19 13:15:05 -06:00
x86_vector_register_glue.c