Sean Parkinson
|
ed7beb4e0e
Type conversion fixes
|
3 months ago |
Juliusz Sosinowicz
|
2c9a3c5c1c
Missing libspdm features
|
3 months ago |
Anthony Hu
|
844d0ec558
Get rid of pqm4 in favour our own Kyber/MLDSA implementation
|
3 months ago |
Daniel Pouzzner
|
b178138d83
src/internal.c: in wolfSSL_ERR_reason_error_string(), add missing error string for SCR_DIFFERENT_CERT_E, and de-gate error strings previously gated on HAVE_HTTP_CLIENT.
|
3 months ago |
Sean Parkinson
|
652158fcac
Dilithium: Support FIPS 204 Draft
|
3 months ago |
Eric Blankenhorn
|
dcea21a9a5
Merge pull request #7897 from douzzer/20240823-WOLFSSL_DEBUG_TRACE_ERROR_CODES_ALWAYS
|
3 months ago |
Sean Parkinson
|
60f438f0c3
Dilithum, Kyber: Update to final specification
|
4 months ago |
Daniel Pouzzner
|
7725e75c42
add WOLFSSL_DEBUG_TRACE_ERROR_CODES_ALWAYS flag for optional errcode tracing in apps, define it in wolfcrypt/test/test.c when defined(WOLFSSL_DEBUG_TRACE_ERROR_CODES), and deploy WC_NO_ERR_TRACE() to test.c where needed.
|
3 months ago |
Daniel Pouzzner
|
2448d482f4
wolfssl/wolfcrypt/error-crypt.h: move MPI error codes to range {-97, -100} to avoid collisions.
|
3 months ago |
Daniel Pouzzner
|
0da78a7ee2
move several MP error codes from wolfssl/wolfcrypt/sp_int.h, wolfssl/wolfcrypt/tfm.h, and wolfssl/wolfcrypt/integer.h, to wolfssl/wolfcrypt/error-crypt.h, harmonizing their names and numbers.
|
4 months ago |
Daniel Pouzzner
|
14254e8a6e
Merge pull request #7862 from bigbrett/wc-test-nocryptocb
|
4 months ago |
Andras Fekete
|
f8c968d8d1
Fix possible memory overrun
|
4 months ago |
Brett Nicholas
|
8df5d61179
add optional cryptocb test disable macro to wolfCrypt tests
|
4 months ago |
Andras Fekete
|
f419e2351b
Remove NULL test with 'ptr = NULL' at the end
|
4 months ago |
Andras Fekete
|
d6a7187538
Programmatically remove NULL test with { XFREE() }
|
4 months ago |
Andras Fekete
|
d7a0f49906
Programmatically remove NULL test before XFREE
|
4 months ago |
Daniel Pouzzner
|
9aa0742baa
Merge pull request #7798 from dgarske/asn_macros
|
4 months ago |
Sean Parkinson
|
ebb49b6e68
RISC-V ChaCha20: assembly implementations
|
4 months ago |
David Garske
|
548a2c6d8e
Fixed issues building with nocrypt. Improved logic on `ASN_BER_TO_DER`. Improved logic on unknown extension callback (new `WC_ASN_UNKNOWN_EXT_CB` gate).
|
4 months ago |
David Garske
|
f9dc5e9f4d
Fixes for uses of deprecated sprintf. If C89 remap XSNPRINTF to use sprintf.
|
4 months ago |
David Garske
|
7f7d94abd5
Fixes for ASN original (old) to support checking int leading 0 and invalid OID. Disable invalid UTF8 test for old ASN (only supported with newer ASN template).
|
4 months ago |
Daniel Pouzzner
|
367508f498
wolfcrypt/src/asn.c: in EccSpecifiedECDomainDecode(), in calls to DataToHexString(), cast curve->size to word32 to resolve -Wconversion.
|
4 months ago |
Daniel Pouzzner
|
765231060e
wolfcrypt/test/test.c: add missing PRIVATE_KEY_UNLOCK() for hpke_test().
|
4 months ago |
Sean Parkinson
|
e6fcd488a6
Merge pull request #7685 from dgarske/renesas_rx_tsip
|
5 months ago |
Daniel Pouzzner
|
c36ab59f24
fixes for defects identified by nightly testing:
|
5 months ago |
Sean Parkinson
|
0f3ebedba0
Merge pull request #7700 from aidangarske/ECDSA_deterministic_k
|
5 months ago |
David Garske
|
d5016d451f
Merge pull request #7714 from JacobBarthelmeh/coverity
|
5 months ago |
kaleb-himes
|
f42fb587a5
Address coverity issue 394706
|
5 months ago |
JacobBarthelmeh
|
c880fcf822
add check on padSz return, coverity issue 394711
|
5 months ago |
JacobBarthelmeh
|
50a7243486
fix for coverity issue 394670 possible overflow
|
5 months ago |