Daniel Pouzzner
|
a31733db85
Merge pull request #7909 from SparkiDev/dilithium_fips204_draft
|
3 months ago |
Daniel Pouzzner
|
7e16016311
tests/api.c: fix expected retval from EVP_DigestInit() in test_wolfSSL_EVP_sm3() -- before 2c9a3c5c1c, EVP_DigestInit() incorrectly returned BAD_FUNC_ARG when passed a null ctx.
|
3 months ago |
David Garske
|
7c7de235d8
Merge pull request #7937 from douzzer/20240903-missing-WC_NO_ERR_TRACEs
|
3 months ago |
Daniel Pouzzner
|
806df85477
backfill more missing WC_NO_ERR_TRACE()s on error code operands, and refactor away the obsolete GEN_MEM_ERR macro mechanism in wolfcrypt/src/ecc.c.
|
3 months ago |
Juliusz Sosinowicz
|
2c9a3c5c1c
Missing libspdm features
|
3 months ago |
Colton Willey
|
2bcfff3497
Expand testing to include SW implementation of RSA with padding callback, code cleanup to address review comments.
|
3 months ago |
Juliusz Sosinowicz
|
b67fd6f29c
Fix failing test_dtls_frag_ch
|
3 months ago |
Daniel Pouzzner
|
2dcd04668b
src/internal.c: in wolfSSL_ERR_reason_error_string(), restore handling for -WOLFSSL_X509_V_ERR_*, but separated from handling for the proper wolfSSL_ErrorCodes.
|
3 months ago |
Daniel Pouzzner
|
255465a757
src/internal.c: in wolfSSL_ERR_reason_error_string(), remove handling for -WOLFSSL_X509_V_ERR_*, and make corresponding changes in wolfssl/error-ssl.h and tests/api.c.
|
3 months ago |
Daniel Pouzzner
|
17870d4159
src/internal.c: in wolfSSL_ERR_reason_error_string(), add missing error string for SCR_DIFFERENT_CERT_E.
|
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 |
Colton Willey
|
b7299a23c0
Add new crypto callback for RSA with padding.
|
3 months ago |
Sean Parkinson
|
893a486ae1
Kyber: fix TLS usage
|
3 months ago |
Daniel Pouzzner
|
b17b190695
tests/api.c: add missing deallocations in test_wc_dilithium_sign_vfy().
|
3 months ago |
Sean Parkinson
|
60f438f0c3
Dilithum, Kyber: Update to final specification
|
4 months ago |
Daniel Pouzzner
|
bcbb5441ec
Merge pull request #7881 from gasbytes/eagain-proper-shutdown
|
3 months ago |
Daniel Pouzzner
|
1d34b565fa
Merge pull request #7891 from SparkiDev/test_fixes_2
|
3 months ago |
Reda Chouk
|
8a6d7ff9a5
more clang-tidy edits
|
3 months ago |
Reda Chouk
|
f4a27772e0
removed unnecessary copy of cb
|
3 months ago |
Daniel Pouzzner
|
166519ae67
wolfssl/openssl/asn1.h: use macro for ASN1_BIT_STRING_FIRST_BYTE to avoid non-const errors under gcc-6.5; tests/api.c: fix uninited data defect in test_wolfssl_EVP_chacha20_poly1305().
|
3 months ago |
Reda Chouk
|
577cce60df
defined(HAVE_MANUAL_MEMIO_TESTS_DEPENDENCIES) && !defined(WOLFSSL_NO_TLS12)
|
3 months ago |
Reda Chouk
|
7d2ca8db5f
addressing review:
|
3 months ago |
Sean Parkinson
|
08d8a74992
Test fixes
|
3 months ago |
Daniel Pouzzner
|
1a0bf421bd
Merge pull request #7781 from julek-wolfssl/sssd
|
3 months ago |
Daniel Pouzzner
|
e562a1c4d1
Merge pull request #7867 from ColtonWilley/cert_copy_option
|
4 months ago |
Juliusz Sosinowicz
|
a6a40de249
init sssd support
|
4 months ago |
Colton Willey
|
dcf3af5382
Modify tests to make analyzers happy
|
4 months ago |
Daniel Pouzzner
|
ee966beb77
wolfcrypt/src/evp.c: add wolfSSL_EVP_PKEY_is_a() and test_EVP_PKEY_is_a(). also add test_EVP_CIPHER_key_length() and add missing RC4 clause to wolfSSL_EVP_Cipher_key_length().
|
4 months ago |
Colton Willey
|
ef500c2e62
Add new option to always copy cert buffer for each SSL object
|
4 months ago |