Andras Fekete
|
631eafacb8
Fix some spelling
|
před 2 měsíci |
Sean Parkinson
|
2323a5cf59
ARM32 ChaCha20, Poly1305: assembly code
|
před 2 měsíci |
Sean Parkinson
|
5f40f9a140
Thumb-2 ChaCha: implemention in assembly
|
před 3 měsíci |
David Garske
|
b7a6c6c314
Fixes for building RISCV ASM with enable-all.
|
před 3 měsíci |
Sean Parkinson
|
ebb49b6e68
RISC-V ChaCha20: assembly implementations
|
před 4 měsíci |
JacobBarthelmeh
|
31a6a2bf59
update copyright to 2024
|
před 4 měsíci |
Sean Parkinson
|
aab97fe9e2
ChaCha20, Poly1305 ASM for MSVC
|
před 9 měsíci |
Daniel Pouzzner
|
8a32e7f3f9
fixes for clang -Wunreachable-code-aggressive:
|
před 11 měsíci |
Lealem Amedie
|
20cab7afe3
Remove cyaSSL from XCODE proj and small fix in chacha.c
|
před 1 rokem |
Sean Parkinson
|
36b92a4cef
Thumb2 ASM, Curve25519
|
před 1 rokem |
Daniel Pouzzner
|
8f610bb156
fix for retval overwrite (warned by clang-analyzer-deadcode.DeadStores) in sha.c:wc_ShaFinal();
|
před 1 rokem |
Daniel Pouzzner
|
f396989d20
more -Wconversion fixes, now covering everything inside the 140-3 boundary with default build options, everything in wolfcrypt with default build options, all modes of AES, builds with/without intelasm, all permutations of c89/c99 32/64 bit, and much of the crypto-all-cryptonly boundary;
|
před 1 rokem |
Juliusz Sosinowicz
|
aeb4338085
Use xorbufout in chacha
|
před 1 rokem |
Jacob Barthelmeh
|
9dcc48c8f7
update copyright to 2023
|
před 1 rokem |
Jacob Barthelmeh
|
8eaa85e412
update copyright year to 2022
|
před 2 roky |
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.
|
před 3 roky |
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:
|
před 3 roky |
Daniel Pouzzner
|
83e0e19e03
linuxkm feature additions:
|
před 3 roky |
Elms
|
3a885aba23
Refactor pointer manipulation to be independent of datatype width
|
před 3 roky |
Jacob Barthelmeh
|
c729318ddd
update copyright date
|
před 3 roky |
Hayden Roche
|
90258b6f34
Fix MSVC compile issue in chacha.c.
|
před 4 roky |
Hayden Roche
|
91f0d8bfef
Fix MSVC compile issue in chacha.c.
|
před 4 roky |
Daniel Pouzzner
|
299e88a993
minor fixes and commentary.
|
před 4 roky |
Daniel Pouzzner
|
1949378d61
wc_Chacha_purge_current_block(): init "scratch" buffer to zeros, to avoid "garbage value" warnings.
|
před 4 roky |
Daniel Pouzzner
|
f65947ae09
rename wc_XChaCha_init() to wc_XChacha_SetKey() for consistency, and add a counter argument to provide for future random access scenarios; refactor wc_Chacha_purge_current_block() to use a dummy wc_Chacha_Process() call for intrinsically correct counter dynamics.
|
před 4 roky |
Daniel Pouzzner
|
6142c22948
add wc_XChaCha_init(), wc_XChaCha20Poly1305_Init(), wc_XChaCha20Poly1305_encrypt_oneshot(), wc_XChaCha20Poly1305_decrypt_oneshot(), and wc_Poly1305_EncodeSizes64(). also, remove redundant arg check (typo) in wc_Poly1305Update().
|
před 4 roky |
Daniel Pouzzner
|
7c2aefcfdd
linuxkm: enable the rest of the _asm implementations for x86, wrapped in {SAVE,RESTORE}_VECTOR_REGISTERS().
|
před 4 roky |
Sean Parkinson
|
54c8774103
ChaCha20: Enable streaming with Intel x86_64 asm
|
před 4 roky |
Tesfa Mael
|
493510e2ea
Review comments
|
před 4 roky |
Tesfa Mael
|
cebb283822
DO-178 changes
|
před 4 roky |