This website requires JavaScript.
Explore
Help
Sign In
wolfSSL
/
wolfssl
Watch
1
Star
0
Fork
1
You've already forked wolfssl
mirror of
https://github.com/wolfSSL/wolfssl.git
synced
2026-01-29 13:52:13 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fbb3e9fca3539a028ad643765bc0955f8f807bb4
wolfssl
/
wolfcrypt
History
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.
2020-12-31 00:30:35 -06:00
..
benchmark
some infer fixes
2020-12-17 01:49:48 +07:00
src
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.
2020-12-31 00:30:35 -06:00
test
test.c: rehab fail codes in ecc_test_curve_size().
2020-12-28 21:56:39 -06:00
user-crypto
Refactor wolfSSL_RSA_To_Der
2020-02-18 21:37:06 +01:00