Historia zmian

Autor SHA1 Wiadomość Data
  Daniel Pouzzner 0b4f34d62a typographic cleanup: fix whitespace, remove unneeded UTF-8, convert C++ comment constructs to C. 2 lat temu
  Daniel Pouzzner ddf927ae41 linuxkm: fixes for {save,restore}_vector_registers_x86(). 2 lat temu
  Daniel Pouzzner 67db7b7f32 fixes for issues identified by Jenkins run: 3 lat temu
  David Garske f17187aad9 Fixes for static memory testing. Fix clang memory sanitizer warnings. 2 lat temu
  David Garske 185d48938d Fixes for building NXP SE050. Add support for automatic initialization of the SE050 if `WOLFSSL_SE050_INIT` is defined. Optionally can override the `portName` using `SE050_DEFAULT_PORT`. 3 lat temu
  John Safranek 8818df2d34 Merge pull request #4415 from elms/ppc/define_gates_64bit_literals 3 lat temu
  Elms ef33445316 Define gate fixes and sha3 64bit literal definitions 3 lat temu
  Daniel Pouzzner 6d715130a2 linuxkm: cleanups and smallstack refactors related to WOLFSSL_LINUXKM_SIMD_X86_IRQ_ALLOWED, associated linuxkm-SIMD-IRQ PR, and associated peer review: 3 lat temu
  Daniel Pouzzner 83e0e19e03 linuxkm feature additions: 3 lat temu
  Daniel Pouzzner 2629b8b1fb wolfcrypt/src/wc_port.c LINUXKM time(): use ktime_get_coarse_real_ts64 instead of ktime_get_real_seconds, to avoid GPL-only function, and fix the calculation in the kernel 3.x codepath. 3 lat temu
  Daniel Pouzzner 3226e69649 --enable-linuxkm-pie (FIPS Linux kernel module) (#4276) 3 lat temu
  Sean Parkinson 2c6285ccba cppcheck: fixes from reviewing report 3 lat temu
  toddouska bbda833909 Merge pull request #3720 from elms/deos/project_files 3 lat temu
  Elms 9dd5768ecc Intime: simplify and fix stat on different directory 3 lat temu
  Elms 57f4adf438 DEOS: updated memory and add DTLS 3 lat temu
  Elms 379e1fb630 INTIME: support CRL for INTIME version < 6 3 lat temu
  toddouska 95b91d8913 Merge pull request #3886 from DKubasekRA/fix/RA/v4.7.0-coverity 3 lat temu
  David Garske f201d65459 Merge pull request #3898 from elms/intime_rtos/crl_directory_fix 3 lat temu
  Elms 4eb4cecff4 INTIME: whitespace fixup and zero context in `wc_ReadDirFirst` 3 lat temu
  Elms c3e6195da5 INTIME: add support for directory file search 3 lat temu
  Hideki Miyazaki ffa6a80725 addressed review comments part 4 3 lat temu
  Hideki Miyazaki 4650aaf4fb addressed review comments part 1 3 lat temu
  Hideki Miyazaki b4a573ca98 Initial implemented X509_LOOKUP_ctrl L_ADD_DIR 3 lat temu
  Jacob Barthelmeh c729318ddd update copyright date 3 lat temu
  Martin Kinčl d5cd9c4a7f Fixed CID 591810. 3 lat temu
  Martin Kinčl 3770d4c581 Fixed CID 577295. 3 lat temu
  Jacob Barthelmeh 749425e1e8 first pre alpha code for QNX + CAAM 4 lat temu
  Sean Parkinson ac76ef8ee7 Curve25519: replace uint64_t with word64 3 lat temu
  Daniel Pouzzner 9dc8721032 linuxkm: on kernels >= 4.12, use kvmalloc()/kvfree() and a partial implementation of realloc() leveraging them, rather than kmalloc()/kfree()/krealloc(). this makes large allocations possible and relatively safe. note that the realloc() implementation fails gracefully when the supplied pointer is larger than the page size, but otherwise works normally. 3 lat temu
  Daniel Pouzzner d5dd35c739 add --enable-trackmemory=verbose, and add WOLFSSL_TEST_MAX_RELATIVE_HEAP_{BYTES,ALLOCS} and -m/-a (runtime counterparts) to wolfcrypt_test(). also add -h to wolfcrypt_test() to print available options. 3 lat temu