Sean Parkinson
|
add7428d1c
TLS, SM2: fixes to get SM handshakes working
|
8 months ago |
Daniel Pouzzner
|
f7e1e370a0
Merge pull request #7438 from julek-wolfssl/zephr-no-malloc
|
8 months ago |
Daniel Pouzzner
|
5a784c818d
Merge pull request #7319 from SparkiDev/chacha_poly1305_asm_msvc
|
8 months ago |
Juliusz Sosinowicz
|
2508c9e1f4
ed25519: check that the signature is smaller than the order
|
8 months ago |
Juliusz Sosinowicz
|
14ce8ce198
Jenkins fixes
|
8 months ago |
Juliusz Sosinowicz
|
8d8f4d4e1e
fixup! zephyr no malloc
|
8 months ago |
Juliusz Sosinowicz
|
7ed5e0b3ba
zephyr no malloc
|
8 months ago |
John Safranek
|
195bbcc315
Generic Memory Pools Fix
|
8 months ago |
Daniel Pouzzner
|
fa30d3ae0b
wolfcrypt/benchmark/benchmark.c: fixes for clang-analyzer-deadcode.DeadStores in bench_xmss_sign_verify();
|
8 months ago |
Sean Parkinson
|
aab97fe9e2
ChaCha20, Poly1305 ASM for MSVC
|
10 months ago |
Daniel Pouzzner
|
7260cc124c
smallstack refactors of wolfcrypt/src/evp.c:wolfssl_evp_digest_pk_final() and wolfcrypt/test/test.c:openssl_test().
|
8 months ago |
Daniel Pouzzner
|
4cc27fa58b
rename WC_AES_C_DYNAMIC_FALLBACK to WC_C_DYNAMIC_FALLBACK.
|
8 months ago |
Daniel Pouzzner
|
460991a6f0
wolfcrypt/test/test.c: fix invalidPrintfArgType_sint in lms_test_verify_only().
|
8 months ago |
Sean Parkinson
|
6e49aa7543
Merge pull request #7421 from philljj/update_lms_parms
|
8 months ago |
Colton Willey
|
7f19be05bd
Modify HMAC oversized key tests to consistently use test vectors from RFC.
|
8 months ago |
jordan
|
094ddb62c2
Add wc_LmsKey_ExportPubRaw to wolfcrypt test.
|
8 months ago |
David Garske
|
3a89c452b3
Merge pull request #7454 from lealem47/stm32AesCtr
|
8 months ago |
kaleb-himes
|
4b1edc78bb
Add test case
|
8 months ago |
Lealem Amedie
|
acc6ff84d8
Move rng seed cb call to wolfcrypt_test
|
8 months ago |
JacobBarthelmeh
|
69be7a7c54
Merge pull request #7431 from lealem47/aes_cfb
|
8 months ago |
JacobBarthelmeh
|
ef153101b7
Merge pull request #7433 from SparkiDev/eddsa_fips_checks
|
8 months ago |
Lealem Amedie
|
295033441c
Fix for AES-CFB1 encrypt/decrypt on size (8*x-1) bits
|
8 months ago |
Daniel Pouzzner
|
436efb0078
wolfcrypt/test/test.c: in aes_xts_128_test(), change DEBUG_VECTOR_REGISTER_ACCESS gates to DEBUG_VECTOR_REGISTER_ACCESS_AESXTS (currently unused), after refactor of AES-XTS C fallback in 9f55dba2f2. (per-call fallback is no longer supported for AES-XTS.)
|
8 months ago |
Sean Parkinson
|
c590fe514f
EdDSA FIPS checks on public key
|
8 months ago |
Daniel Pouzzner
|
281c2a431e
wolfcrypt/test/test.c: fix return code in pbkdf2_test(), add DEBUG_WOLFSSL gates on keysize report in ecc_test_curve(), and add missing PRIVATE_KEY_UNLOCK()s in cryptocb_test() for fips-dev coverage.
|
8 months ago |
Daniel Pouzzner
|
6e0a90190f
fixes for v5 and v6+ FIPS builds, including linuxkm v6+ builds.
|
8 months ago |
kaleb-himes
|
b8d31b042f
Windows support
|
9 months ago |
kaleb-himes
|
a3413ad009
Address Jenkins caught item
|
9 months ago |
kaleb-himes
|
ef2a636610
Expose additional features of opensslall in a compliant way
|
9 months ago |
kaleb-himes
|
8092104396
Address a flush-left in test.c and gt 80 column limit in settings.h
|
10 months ago |