JacobBarthelmeh
|
85bab19090
Merge pull request #7845 from ColtonWilley/pkcs7_digest_absent_params
|
4 months ago |
Daniel Pouzzner
|
763ced668e
fixes for defects identified by cppcheck and clang-tidy on --enable-debug builds: null deref in tests/api.c:load_pem_key_file_as_der(), redundant declarations in wolfcrypt/benchmark/benchmark.c, and numerous unchecked XSNPRINTF()s in wolfcrypt/src/logging.c and src/internal.c.
|
4 months ago |
Daniel Pouzzner
|
92952a5538
Merge pull request #7839 from bandi13/noIfXFREE
|
4 months ago |
Colton Willey
|
75c3030554
Add option for absent hash params in PKCS7
|
4 months ago |
Daniel Pouzzner
|
6fea4f1266
Merge pull request #7803 from SparkiDev/dilithium_hint_check_fix
|
4 months ago |
Andras Fekete
|
d7a0f49906
Programmatically remove NULL test before XFREE
|
4 months ago |
Sean Parkinson
|
fc19c36bf8
Dilithium: fix check hint
|
4 months ago |
Andras Fekete
|
df0663b70e
Fix memory leak
|
4 months ago |
Daniel Pouzzner
|
9aa0742baa
Merge pull request #7798 from dgarske/asn_macros
|
4 months ago |
David Garske
|
a18d0161ef
Fixes for minor implicit cast warnings and line length. Also fixed benchmark.c error without ChaCha and unused encrypt_only.
|
4 months ago |
David Garske
|
65283fb9bb
Improvement for the --enable-asn=nocrypt. Note: This option skips certificate signature checking, so make check TLS expected failures do not pass. Cleanup of the api.c headers / macros.
|
4 months ago |
Sean Parkinson
|
dbf88e4c73
Merge pull request #7779 from rizlik/ocsp-dfree-fix
|
4 months ago |
David Garske
|
1d9b86e2b0
Fix for TLS v1.2 secret callback, incorrectly detecting bad master secret. API test cleanups (no sleep needed).
|
4 months ago |
David Garske
|
20f7d6f9f4
ASN macro simplification. Added new `--enable-asn=all` and `WOLFSSL_ASN_ALL` option. Added granular macros for ASN features like: `WOLFSSL_ASN_CA_ISSUER`, `WOLFSSL_ASN_PARSE_KEYUSAGE`, `WOLFSSL_ASN_TIME_STRING`, `WOLFSSL_OCSP_PARSE_STATUS`.
|
4 months ago |
Daniel Pouzzner
|
f4c16d22a1
Merge pull request #7806 from SparkiDev/dilithium_der_fix
|
4 months ago |
Sean Parkinson
|
1681cb2d7e
Dilithium: DER encoding fix
|
4 months ago |
David Garske
|
f9dc5e9f4d
Fixes for uses of deprecated sprintf. If C89 remap XSNPRINTF to use sprintf.
|
4 months ago |
Sean Parkinson
|
3b74a64029
Merge pull request #7791 from aidangarske/privkeytoder_fix2
|
4 months ago |
David Garske
|
5e58affd5d
Merge pull request #7789 from SparkiDev/test_ssl_load
|
4 months ago |
Sean Parkinson
|
f7094ff3c4
Dilithium: add option to precalc with small sign (#7744)
|
4 months ago |
Sean Parkinson
|
caab2c2dca
SSL loading of keys/certs: testing and fixes
|
4 months ago |
Anthony Hu
|
73dc9baaf9
Stop testing custom extensions in dual alg cert tests.
|
4 months ago |
aidan garske
|
55540d03e7
fix for PR#7786 BUFFER_E bad case
|
4 months ago |
aidan garske
|
dace3acd4d
api.c and asn.c changes to allow 0 to be passed in and expanded coverage on test cases
|
4 months ago |
Marco Oliverio
|
a1fbfa94d2
tests: add OCSP callback fails test
|
4 months ago |
Sean Parkinson
|
a34ea32f52
Merge pull request #7730 from anhu/unknownExtCallbackEx
|
4 months ago |
David Garske
|
575df43889
Merge pull request #7768 from JacobBarthelmeh/copyright
|
4 months ago |
aidan garske
|
f8814fb68f
`InitSuites` changes to order making `BUILD_TLS_AES_256_GCM_SHA384` be prioritized over `BUILD_TLS_AES_128_GCM_SHA256` to match TLS 1.2.
|
5 months ago |
Daniel Pouzzner
|
787397b28e
src/bio.c and related:
|
4 months ago |
JacobBarthelmeh
|
31a6a2bf59
update copyright to 2024
|
4 months ago |