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