David Garske
|
fec4fe6095
Fixes for building KCAPI with opensslextra enabled.
|
1 anno fa |
Jacob Barthelmeh
|
9dcc48c8f7
update copyright to 2023
|
1 anno fa |
gojimmypi
|
fec7469c19
Tidy up Espressif ESP32 test and benchmark examples (#5800)
|
1 anno fa |
Anthony Hu
|
6190666108
Support for Analog Devices MAXQ1080 and MAXQ1065
|
2 anni fa |
Hayden Roche
|
6f4af1581b
Merge pull request #5650 from SparkiDev/aes_x86_asm
|
2 anni fa |
Sean Parkinson
|
66ce7635b9
AES x86 ASM: new assembly
|
2 anni fa |
David Garske
|
09f4a94b24
Fixes for small stack in TLS v1.3, HKDF and SHA2. Add new `WC_ASN_HASH_SHA256` build option to allow forcing SHA2-256 for the internal certificate calculations. Fixes for integer.c with small stack (allocate only the size needed, not the max).
|
2 anni fa |
Sean Parkinson
|
7d67ffac69
Fixup assembly to compile with ARMv7a
|
2 anni fa |
gojimmypi
|
c60fae8731
wc_Sha256Free checks lockDepth for Espressif RTOS
|
2 anni fa |
gojimmypi
|
9da0ff0f31
Merge branch 'master' of https://github.com/wolfSSL/wolfssl into ESP32_HW_Update_PR
|
2 anni fa |
Jacob Barthelmeh
|
8eaa85e412
update copyright year to 2022
|
2 anni fa |
Andrew Hutchings
|
34d897e433
Fixes to SE050 port
|
2 anni fa |
gojimmypi
|
8bb6ff8dbb
Espressif HW acceleration update & cleanup
|
2 anni fa |
David Garske
|
502cbc3847
Fix for STM32U5 hash/crypto support. ZD 14305.
|
2 anni fa |
Hideki Miyazaki
|
0d59d36a80
update TSIP VER to 1.15 for RX65N and RX72N
|
2 anni fa |
Jacob Barthelmeh
|
e9aae8b571
use hash grow function with cmac
|
2 anni fa |
JacobBarthelmeh
|
a338b4c933
refactor SHA grew function, revert benchmark devid, increase SHA_CTX size, add AES ECB cryptocb test
|
2 anni fa |
JacobBarthelmeh
|
55b42dd85a
Add SECO use and expand cryptodev
|
2 anni fa |
David Garske
|
e91f0f173b
Fixes for async disables around the DevCopy calls. ZD13824
|
2 anni fa |
Marco Oliverio
|
9ccfc81f26
psa: support PSA SHA1/SHA256/SHA224
|
2 anni fa |
Daniel Pouzzner
|
6a56d3e131
jumbo patch of fixes for clang-tidy gripes (with some bug fixes).
|
2 anni fa |
TakayukiMatsuo
|
cd96330f2a
Integrate Renesas TSIP specific code into Renesas common logics
|
2 anni fa |
Daniele Lacamera
|
baee7bace4
Merge pull request #4584 from ethanlooney/nxp_se050_curve25519
|
3 anni fa |
Daniel Pouzzner
|
a33ae21801
whitespace cleanups and portability/pedantic fixes
|
3 anni fa |
David Garske
|
7396a0cb3a
Resolves all peer review comments. Fixes to get Curve25519 working on real hardware. Regression testing fixes for ECC.
|
3 anni fa |
Hideki Miyazaki
|
f50fcd918e
support Renesas RA SCE protect mode on RA6M4 evaluation board
|
3 anni fa |
Daniel Pouzzner
|
0b4f34d62a
typographic cleanup: fix whitespace, remove unneeded UTF-8, convert C++ comment constructs to C.
|
3 anni fa |
David Garske
|
2abb2eae7d
Changed NXP SE050 to not use symmetric offloading by default. If desired use `WOLFSSL_SE050_HASH` and `WOLFSSL_SE050_CRYPT`.
|
3 anni fa |
Daniel Pouzzner
|
e0395c6441
linuxkm: in wolfcrypt/src/sha{256,512}.c, remove {SAVE,RESTORE}_VECTOR_REGISTERS() wrappers around AVX implementations, as this needs to be refactored for efficiency and the underlying assembly is not yet kernel-compatible.
|
3 anni fa |
Daniel Pouzzner
|
0f05a71bfb
linuxkm: refactor SAVE_VECTOR_REGISTERS() macro to take a fail clause as an argument, to allow the preprocessor to completely eliminate it in non-kernel builds, and for backward compat with WCv5.0-RC8.
|
3 anni fa |