David Garske
|
9166c1aa1c
Various typo and copy/paste cleanups.
|
6 months ago |
Colton Willey
|
b156a51e82
Code cleanup per review comments
|
6 months ago |
JacobBarthelmeh
|
9aeef1d857
add void and remove rebase issue
|
6 months ago |
gasbytes
|
2f24b35ab1
added check that checks if the SEQ's length is > than the buff's length
|
6 months ago |
Colton Willey
|
de0a492499
Remove trailing whitespace
|
6 months ago |
David Garske
|
c73e4333bf
Merge pull request #7535 from gojimmypi/PR-fix-sha512-endianness
|
6 months ago |
David Garske
|
9c4c9234b1
Merge pull request #7532 from SparkiDev/wc_ecc_mulmod_zero
|
6 months ago |
Colton Willey
|
d522feb1cd
Free X509 object
|
6 months ago |
Colton Willey
|
958b5ac465
Clean up cast warning
|
6 months ago |
Colton Willey
|
eb24bce93f
Add test case for bad alternative name
|
6 months ago |
gojimmypi
|
b25a4f1082
Use zero, not Espressif macro for return code
|
6 months ago |
gojimmypi
|
1024d7a809
Fix Espressif SHA512 SW fallback endianness
|
6 months ago |
David Garske
|
92806a61c0
Merge pull request #7522 from douzzer/20240511-aes-xts-stream
|
6 months ago |
Daniel Pouzzner
|
1469aab109
linuxkm/lkcapi_glue.c: add native test coverage for WOLFSSL_AESXTS_STREAM.
|
6 months ago |
Daniel Pouzzner
|
4331bc092b
configure.ac: on armasm, disable ENABLED_AESXTS_STREAM by default (not implemented).
|
6 months ago |
Daniel Pouzzner
|
2fe366cc74
wolfcrypt/test/test.c: add test coverage for WOLFSSL_AESXTS_STREAM.
|
6 months ago |
Daniel Pouzzner
|
8392748cda
wolfcrypt/src/aes.c: de-deduplicate code, AesXts{En,De}crypt_sw() vs AesXts{En,De}cryptUpdate_sw().
|
6 months ago |
Daniel Pouzzner
|
4f1f7b3a4d
linuxkm/lkcapi_glue.c: update names of wc_AesXts{En,De}cryptInit().
|
6 months ago |
Sean Parkinson
|
643f472cfb
AES-XTS ASM x64: Add Intel x64 implementation of streaming
|
6 months ago |
Daniel Pouzzner
|
f874d8753d
AES-XTS-streaming: refactor API to eliminate caller-supplied tweak_block. instead, caller-supplied iv is used as a readwrite buffer.
|
6 months ago |
Daniel Pouzzner
|
9e06524c6f
wolfcrypt/src/aes.c: add prototypes and linkages for AES_XTS_{encrypt,decrypt}_{start,update}_{avx1,aesni}.
|
6 months ago |
Daniel Pouzzner
|
3ad5ec4e0a
make --enable-linuxkm-lkcapi-register require --enable-experimental, except for the known-good --enable-linuxkm-lkcapi-register="xts(aes)".
|
6 months ago |
Daniel Pouzzner
|
70d7b6e48b
add WOLFSSL_AESXTS_STREAM, --enable-aesxts-stream, wc_AesXtsEncryptStart(), wc_AesXtsDecryptStart(), wc_AesXtsEncryptUpdate(), wc_AesXtsDecryptUpdate(), and implement fixes in linuxkm/lkcapi_glue.c to use the streaming API when needed. also added support for 2*192 bit AES-XTS, needed for Linux kernel.
|
6 months ago |
Colton Willey
|
676dfb7edb
Do not allow NULL terminators in the middle of alt name for pattern matching. ZD 17987
|
6 months ago |
Sean Parkinson
|
b63f308812
fixup
|
6 months ago |
Sean Parkinson
|
36754683d6
ECC: handle zero in wc_ecc_mulmod()
|
6 months ago |
David Garske
|
28bd4ebeea
Merge pull request #7520 from bandi13/fixConversion
|
6 months ago |
David Garske
|
7526f527d1
Merge pull request #7526 from lealem47/addCast
|
6 months ago |
Andras Fekete
|
a1797f0d0d
Fix casts depending on OS
|
6 months ago |
Andras Fekete
|
a59a3d109f
Explicit cast
|
6 months ago |