Histórico de Commits

Autor SHA1 Mensagem Data
  Juliusz Sosinowicz 7a12202675 Init deb packaging há 10 meses atrás
  Andras Fekete 2b2509c56c Drop code support há 11 meses atrás
  Daniel Pouzzner 42cce9d8e5 add --enable-linuxkm-benchmarks; add check for async.{c,h} when --enable-asynccrypt; update failure message for the opensslextra AC_CHECK_HEADER() test. há 1 ano atrás
  John Bland b146830fe8 move the zephyr folder back to it's correct location há 1 ano atrás
  John Bland e9aeb1a857 Add nuttx integration (#6043) há 1 ano atrás
  Daniel Pouzzner c3a5698799 configure.ac/Makefile.am: há 1 ano atrás
  András Fekete b9a544920d Add open wrt test (#5985) há 1 ano atrás
  David Garske 18e04d184e Merge pull request #5895 from bandi13/addDocker há 1 ano atrás
  Andras Fekete 6a2673f5f7 Adding Docker files to distribution há 1 ano atrás
  David Garske de22dbe61d Support for multi-threaded sniffer. Add support for atomic operations instead of mutex in wc_port.h. há 1 ano atrás
  Eric Blankenhorn 5e5a389afb Remove deprecated VS solution há 2 anos atrás
  Chris Conlon 84be329ffb remove swig wrapper, now that we have dedicated Java and Python wrappers há 2 anos atrás
  Daniel Pouzzner db26e0a40a Makefile.am: .build_params belongs in DISTCLEANFILES, not CLEANFILES. há 2 anos atrás
  Daniel Pouzzner 67db7b7f32 fixes for issues identified by Jenkins run: há 2 anos atrás
  Daniel Pouzzner 947a0d6a2f autotools/Makefiles: enable reproducible build by default for FIPS, and add -DHAVE_REPRODUCIBLE_BUILD to AM_CFLAGS; há 2 anos atrás
  Daniel Pouzzner 34e88b0605 linuxkm: properly pass {AM_,}CPPFLAGS to Kbuild, and include kdf.h in module_exports.c.template. há 2 anos atrás
  Anthony Hu 33cb823148 Remove legacy NTRU and OQS (#4418) há 2 anos atrás
  Daniel Pouzzner 3226e69649 --enable-linuxkm-pie (FIPS Linux kernel module) (#4276) há 2 anos atrás
  Maxime Vincent ea6f81cc54 Move zephyr/include.am to toplevel Makefile.am há 2 anos atrás
  TakayukiMatsuo 5df0f7820a Add wolfSSL_CTX_set_keylog_callback há 3 anos atrás
  Brian Aker 2d497d1cf5 Fix for make distcheck, maintainer-clean, to allow distribution builds. há 3 anos atrás
  Elms c17597a4fb build: arbitrary path for `make check` há 3 anos atrás
  Elms 93ea355217 build: fix `make distcheck` há 3 anos atrás
  Hayden Roche 8f6c21d600 CMake improvements. há 3 anos atrás
  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. há 3 anos atrás
  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. há 3 anos atrás
  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. há 3 anos atrás
  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. há 3 anos atrás
  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. há 3 anos atrás
  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. há 3 anos atrás