Brett Nicholas
|
62d7e90352
added additional curve25519 generic test
|
1 ヶ月 前 |
Brett Nicholas
|
97a370ed08
added generic curve25519 encode/decode functions that can handle combined keypairs
|
1 ヶ月 前 |
Brett Nicholas
|
cac11e3d09
add non-feature-specific macro to disable ECC sign/verify of all-zero digest
|
1 ヶ月 前 |
Daniel Pouzzner
|
6e14889758
Merge pull request #8094 from JacobBarthelmeh/coverity
|
1 ヶ月 前 |
JacobBarthelmeh
|
f21a763ae9
return out of test function if failing RNG init
|
1 ヶ月 前 |
JacobBarthelmeh
|
18150a11aa
CID 426062,426063 initialization and free check
|
1 ヶ月 前 |
jordan
|
5690af82dc
wolfcrypt test: fix double free.
|
1 ヶ月 前 |
Daniel Pouzzner
|
996986d0c1
refactor wc_AesDelete, wc_curve25519_delete, wc_ed25519_delete, wc_HashDelete, and wc_DeleteRsaKey to take two arguments, the first a required pointer to the object, the second an optional pointer to the pointer to be zeroed upon successful deletion, for the benefit of calling from C# without unsafe code.
|
1 ヶ月 前 |
Daniel Pouzzner
|
f44d12026a
wolfssl/wolfcrypt/{aes.h,curve25519.h,ed25519.h,hash.h,rsa.h}: remove unneeded .isAllocated member from struct definitions, and add int *result_code argument to constructor prototypes;
|
1 ヶ月 前 |
Daniel Pouzzner
|
984d16b727
refactor wolfcrypt constructors:
|
1 ヶ月 前 |
jordan
|
d6fe15af8c
coverity: check mp_sub_d return values.
|
2 ヶ月 前 |
Daniel Pouzzner
|
4fd33b6b5d
Merge pull request #8014 from SparkiDev/lms_sha256_192
|
2 ヶ月 前 |
Sean Parkinson
|
ae46f52a66
LMS: SHA-256/192 parameters
|
2 ヶ月 前 |
philljj
|
6cde74436e
Merge pull request #8065 from douzzer/20241010-WOLFSSL_NO_MALLOC
|
2 ヶ月 前 |
jordan
|
f5074772da
infer: fix more uninitialized value errors.
|
2 ヶ月 前 |
Daniel Pouzzner
|
0d5d05d44d
more WOLFSSL_NO_MALLOC fixes:
|
2 ヶ月 前 |
Daniel Pouzzner
|
886ebb6ec0
fixes for enable-all-crypto enable-cryptonly WOLFSSL_NO_MALLOC:
|
2 ヶ月 前 |
Jack Tjaden
|
864eaaeef9
Added more discriptive README for NDS and MelonDS C-flag
|
2 ヶ月 前 |
Daniel Pouzzner
|
bcc65a09ca
wolfcrypt/test/test.c: harmonize gating for hpke_test() and berder_test(), so that --enable-all-crypto passes -DWOLFCRYPT_TEST_LINT.
|
2 ヶ月 前 |
Daniel Pouzzner
|
b5475f3d81
wolfcrypt/test/test.c: add WOLFSSL_WOLFCRYPT_TEST_LINT, allowing testing for -Wunused-function in enable-all configurations. No functional changes, but several missing or inconsistent gates fixed.
|
2 ヶ月 前 |
Daniel Pouzzner
|
8b2a26a691
Merge pull request #8054 from bandi13/fixUncalledTest
|
2 ヶ月 前 |
Daniel Pouzzner
|
74d14d9687
wolfcrypt/test/test.c: fix for FIPS <6.0.0 with WOLFSSL_SMALL_STACK.
|
2 ヶ月 前 |
Andras Fekete
|
d3f143aa2a
Test was never called
|
2 ヶ月 前 |
David Garske
|
59389a0ef5
Fix possible AES leaks detected with sanitizer and clang-tidy.
|
2 ヶ月 前 |
David Garske
|
b9de3bbf1a
Fixes for memory leaks in test.c with wc_AesNew and wc_HashNew.
|
2 ヶ月 前 |
David Garske
|
7989dd8713
Refactor the AES ECB/Direct, CBC and CTR tests.
|
2 ヶ月 前 |
Aidan Garske
|
e10c943bf3
wolfCrypt CSharp Wrapper:
|
2 ヶ月 前 |
Daniel Pouzzner
|
a25c0244a7
wolfssl/wolfcrypt/types.h: refactor static_assert*() as wc_static_assert*() to avoid conflicts with target-native static_assert(), and add additional coverage for C23 and MSVC C11.
|
2 ヶ月 前 |
jordan
|
c3410f2cb8
dilithium: support building dilithium with wolfboot.
|
2 ヶ月 前 |
Daniel Pouzzner
|
e814d1baea
Merge pull request #8016 from SparkiDev/dilithium_draft_final_fix
|
2 ヶ月 前 |