gasbytes
|
063e48014a
fix tabs and spaces
|
5 months ago |
David Garske
|
9b058ec3a2
Fixes for EMNET with non-blocking to handle want read/want write. ZD 18012
|
6 months ago |
David Garske
|
3b5517692e
Merge pull request #7582 from aidangarske/hpke_test_fix
|
5 months ago |
David Garske
|
51f19f42c6
Merge pull request #7574 from douzzer/20240522-quantum-safe-linuxkm
|
5 months ago |
David Garske
|
76e7d8627f
Merge pull request #7584 from Frauschi/zephyr_fix
|
5 months ago |
Tobias Frauenschläger
|
30eb26bd79
Zephyr fix for XSTRNCASECMP
|
5 months ago |
gasbytes
|
3f96d14b32
80 characters limit fix
|
5 months ago |
gasbytes
|
12a5cb45fb
separating two x509_store xmalloc checks
|
5 months ago |
Ruby Martin
|
078fb66b29
Negative tests for all NULL arguments
|
5 months ago |
Ruby Martin
|
b8838dca44
Tests all NULL argument cases
|
5 months ago |
aidan garske
|
3670bfb9ae
Revert change from PR #7570
|
5 months ago |
Tobias Frauenschläger
|
d28dd602e5
Various fixes for dual algorithm certificates (#7577)
|
5 months ago |
Anthony Hu
|
b98e4e0093
Merge pull request #7576 from Frauschi/pqc_private_key_fix
|
5 months ago |
Chris Conlon
|
e05dbd531e
Merge pull request #7570 from jackctj117/test
|
5 months ago |
Chris Conlon
|
688ae60cd9
Merge pull request #7573 from aidangarske/hpke_sha512_test
|
5 months ago |
David Garske
|
ff6e6848de
Merge pull request #7578 from Frauschi/stm32h5_aes
|
5 months ago |
David Garske
|
40db521f8b
Merge pull request #7575 from josepho0918/cmac
|
5 months ago |
Tobias Frauenschläger
|
9a58301ab1
Fix PQC and hybrid certificate regressions
|
5 months ago |
Sean Parkinson
|
023f604213
Merge pull request #7572 from douzzer/20240522-sha256-avx1-IS_INTEL_SHA
|
5 months ago |
Tobias Frauenschläger
|
82642c1ee1
Add support for STM32H5 AES hardware acceleration
|
6 months ago |
Joseph Chen
|
8a7e3ba52e
Simplify CMAC verification logic
|
5 months ago |
Daniel Pouzzner
|
5c497c62e7
initial linuxkm compatibility (no asm yet) for wc_kyber, wc_xmss, and wc_lms, and smallstack refactors for kyber512_kat(), kyber768_kat(), kyber1024_kat(), and kyber_test().
|
5 months ago |
Ruby Martin
|
f2492da6a4
include negative test comment and BAD_FUNC_ARG
|
6 months ago |
Jack Tjaden
|
14068fb7f3
Removed returns & check next case for ret
|
6 months ago |
Ruby Martin
|
159981f442
include negative test comment and BAD_FUNC_ARG
|
6 months ago |
Daniel Pouzzner
|
110f4ec737
wolfcrypt/src/sha256.c: in WC_NO_INTERNAL_FUNCTION_POINTERS code path (linuxkm), fix oversight whereby Transform_Sha256_AVX1_Sha() was used on targets with false IS_INTEL_SHA(intel_flags). the former SHA256_AVX1 method id is now split into SHA256_AVX1_SHA and SHA256_AVX1_NOSHA, with corresponding fixes in Sha256_SetTransform(), inline_XTRANSFORM() and inline_XTRANSFORM_LEN().
|
6 months ago |
David Garske
|
24f581fe13
Merge pull request #7557 from cconlon/jniSessionCerts
|
6 months ago |
aidan garske
|
fe5cc9589b
Add HPKE Curve448 test case, however HPKE does not support 448 yet, so expect bad function argument return code.
|
6 months ago |
Jack Tjaden
|
1a000ef94c
single_test and BAD_FUNC_ARG fix
|
6 months ago |
Jack Tjaden
|
52b6c361f9
test.c code coverage test hpke.c
|
6 months ago |