Historique des commits

Auteur SHA1 Message Date
  Daniel Pouzzner 0b4f34d62a typographic cleanup: fix whitespace, remove unneeded UTF-8, convert C++ comment constructs to C. il y a 3 ans
  Daniel Pouzzner ddf927ae41 linuxkm: fixes for {save,restore}_vector_registers_x86(). il y a 3 ans
  Daniel Pouzzner 67db7b7f32 fixes for issues identified by Jenkins run: il y a 3 ans
  David Garske f17187aad9 Fixes for static memory testing. Fix clang memory sanitizer warnings. il y a 3 ans
  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`. il y a 3 ans
  John Safranek 8818df2d34 Merge pull request #4415 from elms/ppc/define_gates_64bit_literals il y a 3 ans
  Elms ef33445316 Define gate fixes and sha3 64bit literal definitions il y a 3 ans
  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: il y a 3 ans
  Daniel Pouzzner 83e0e19e03 linuxkm feature additions: il y a 3 ans
  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. il y a 3 ans
  Daniel Pouzzner 3226e69649 --enable-linuxkm-pie (FIPS Linux kernel module) (#4276) il y a 3 ans
  Sean Parkinson 2c6285ccba cppcheck: fixes from reviewing report il y a 3 ans
  toddouska bbda833909 Merge pull request #3720 from elms/deos/project_files il y a 3 ans
  Elms 9dd5768ecc Intime: simplify and fix stat on different directory il y a 3 ans
  Elms 57f4adf438 DEOS: updated memory and add DTLS il y a 3 ans
  Elms 379e1fb630 INTIME: support CRL for INTIME version < 6 il y a 3 ans
  toddouska 95b91d8913 Merge pull request #3886 from DKubasekRA/fix/RA/v4.7.0-coverity il y a 3 ans
  David Garske f201d65459 Merge pull request #3898 from elms/intime_rtos/crl_directory_fix il y a 3 ans
  Elms 4eb4cecff4 INTIME: whitespace fixup and zero context in `wc_ReadDirFirst` il y a 3 ans
  Elms c3e6195da5 INTIME: add support for directory file search il y a 3 ans
  Hideki Miyazaki ffa6a80725 addressed review comments part 4 il y a 3 ans
  Hideki Miyazaki 4650aaf4fb addressed review comments part 1 il y a 3 ans
  Hideki Miyazaki b4a573ca98 Initial implemented X509_LOOKUP_ctrl L_ADD_DIR il y a 3 ans
  Jacob Barthelmeh c729318ddd update copyright date il y a 3 ans
  Martin Kinčl d5cd9c4a7f Fixed CID 591810. il y a 3 ans
  Martin Kinčl 3770d4c581 Fixed CID 577295. il y a 3 ans
  Jacob Barthelmeh 749425e1e8 first pre alpha code for QNX + CAAM il y a 4 ans
  Sean Parkinson ac76ef8ee7 Curve25519: replace uint64_t with word64 il y a 3 ans
  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. il y a 3 ans
  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. il y a 3 ans