Commit History

Author SHA1 Message Date
  Elms c17597a4fb build: arbitrary path for `make check` 3 years ago
  Elms 93ea355217 build: fix `make distcheck` 3 years ago
  Hayden Roche 8f6c21d600 CMake improvements. 3 years ago
  Daniel Pouzzner 3858bda7e9 add "module", "modules_install", and "clean_module" rules to BUILD_LINUXKM section of Makefile.am, and add working install rule to linuxkm/Makefile, so that "make module" and "make modules_install" now work when --enable-linuxkm; fix "make dist" logic in Makefile.am and scripts/include.am to be unaffected by --enable-linuxkm; don't build wolfcrypt/benchmark or testwolfcrypt when --enable-linuxkm and --enable-crypttests. 3 years ago
  Daniel Pouzzner 92fa0f18f0 Makefile.am: use an aux variable to add linuxkm to $SUBDIRS when BUILD_LINUXKM is true, to avoid recursion into linuxkm/ for "make distdir". solution by John Safranek, with a million thanks. 3 years ago
  Daniel Pouzzner 331fe47eb6 linuxkm: add ASFLAGS_FPU_DISABLE_SIMD_ENABLE ASFLAGS_FPU_ENABLE_SIMD_DISABLE ASFLAGS_FPUSIMD_DISABLE ASFLAGS_FPUSIMD_ENABLE to facilitate erroring for unexpected fp/simd instructions in Kbuild, while allowing expected ones. 3 years ago
  Daniel Pouzzner 5589565051 linuxkm: add autotools detection of usable compiler flags for enabling and disabling SIMD and fp registers and auto-vectorization, and integrate into linuxkm makefiles. 3 years ago
  Daniel Pouzzner cd14cfb092 linuxkm: override-disable SIMD instructions for all .c.o's, with exceptions enumerated in Kbuild (currently only aes.c), and couple -msse with -fno-builtin-functions; export ENABLED_ASM for use as a pivot in Kbuild; use asm/i387.h, not asm/simd.h, for kernel_fpu_{begin,end}() protos. 3 years ago
  Daniel Pouzzner 05bca8b0ee when BUILD_LINUXKM, suppress building the library; rename $KROOT/$KARCH to $KERNEL_ROOT/$KERNEL_ARCH; remove SIMD enablement from linuxkm CFLAGS; add linuxkm support for -DKERNEL_OPT=x. 3 years ago
  Daniel Pouzzner 195b5d2d2c lkm: add linuxkm/include.am, and include it in Makefile.am. 3 years ago
  Daniel Pouzzner 34fd53b4fc linuxkm: WIP support for wolfcrypt_test() at module load time. 3 years ago
  Daniel Pouzzner 1aa15632ce initial buildability of full libwolfssl.ko loadable kernel module for Linux via ./configure --enable-linuxkm && make. 3 years ago
  Daniel Pouzzner bc1c85842d WIP: autotools support for LKM 3 years ago
  toddouska 793a7bd8c7 Merge pull request #3228 from SparkiDev/expired_cert_crl 3 years ago
  Sean Parkinson 409daa665d Script to find exipred CRLs and certificates 3 years ago
  Daniel Pouzzner 9df9fb7936 unit.test: add bwrap wrapper script at scripts/unit.test. 3 years ago
  Sean Parkinson 3444b115ba Fix valgrind check to ignore bash leak 3 years ago
  toddouska e7fe460fac Merge pull request #2746 from dgarske/cmake 3 years ago
  David Garske b273ba771e Add new file to automake. 4 years ago
  Ethan Looney 563806c497 Changed the log dump txt file's directory to include /tests and added it to make clean 3 years ago
  John Safranek 3a378520c0 FIPS Hash 5 years ago
  Hideki Miyazaki 4581342fb0 fix make dist 5 years ago
  Chris Conlon 4295db218a add CMS SignedData support for detached signatures 5 years ago
  Chris Conlon d69a3c1092 add single-shot API for generating CMS Signed Encrypted Compressed FirmwarePkgData 5 years ago
  Chris Conlon c9f75fe7b4 add test cases for CMS Signed-Encrypted and Signed-Compressed FirmwarePkgData to test.c 5 years ago
  Chris Conlon 40ef246b1f add CMS AuthEnvelopedData support for unauthAttrs 5 years ago
  Chris Conlon 06a6f8400b add CMS AuthEnvelopedData support for authAttrs 5 years ago
  Chris Conlon bc94cdc11b add CMS AuthEnvelopedData content type support 5 years ago
  Chris Conlon 75349bbba5 add support for SubjectKeyIdentifier to KTRI CMS RecipientInfo types 5 years ago
  Chris Conlon 794137c20c add CMS EnvelopedData OtherRecipientInfo support 5 years ago