Eric Blankenhorn
68b3bbb16f
Fix from review
2026-04-14 07:47:29 -05:00
Eric Blankenhorn
33310010a9
Fix wolfSSL_sk_X509_OBJECT_deep_copy to check bounds
2026-04-13 17:02:51 -05:00
Ruby Martin
f59d50f18a
bound notBeforeDataEnd with origSz
2026-04-03 17:12:27 -06:00
Eric Blankenhorn
2b1cde5bbb
Fix test for FIPS config
2026-04-02 16:13:18 -05:00
Eric Blankenhorn
3893fd3c6e
Fix feedback from review
2026-04-02 16:13:18 -05:00
Eric Blankenhorn
772cda3d48
Fix CertFromX509 copy length check
2026-04-02 16:13:18 -05:00
Paul Adelsbach
ec9b6cf469
Add test cases
2026-03-31 09:29:46 -07:00
Juliusz Sosinowicz
99ae809e08
Improve ctx->param handling
...
- wolfSSL_X509_verify_cert: add host check from `ctx->param`
- wolfSSL_X509_verify_cert: Set `ctx->error_depth` on error
- Use WOLFSSL_-prefixed error constants (always available) instead of
OPENSSL_COEXIST-guarded macros, fixing error code mismatch in
coexist builds
- Set ctx->current_cert = orig on hostname/IP mismatch so error
reporting aligns with error_depth = 0 (leaf cert)
- Add IP address verification test cases (match + mismatch)
2026-03-23 16:55:07 +01:00
JacobBarthelmeh
cbf5264d1c
replace comment character with allowed character
2026-03-10 10:23:10 -06:00
JacobBarthelmeh
37e3a8f3bd
fix for sanity checks on serial input
2026-03-05 14:23:44 -07:00
JacobBarthelmeh
a156ed7bc7
update Copyright year
2026-02-18 09:52:21 -07:00
Juliusz Sosinowicz
24b35badb4
Fix uninit variables
2025-12-09 17:07:40 +01:00
Juliusz Sosinowicz
7b82224462
tests: add unit coverage for GetCAByAKID
2025-12-03 10:47:40 +01:00
JacobBarthelmeh
629c5b4cf6
updating license from GPLv2 to GPLv3
2025-07-10 16:11:36 -06:00
Daniel Pouzzner
4572dcf9f9
tests/api/test_x509.c: in test_x509_rfc2818_verification_callback(), add dependency on HAVE_MANUAL_MEMIO_TESTS_DEPENDENCIES;
...
wolfcrypt/test/test.c: in lms_test(), fix -Wdeclaration-after-statement;
add .github/workflows/no-tls.yml;
.github/workflows/pq-all.yml: add smallstack scenario.
2025-06-06 17:18:50 +04:00
Juliusz Sosinowicz
f2584fd5fa
ALT_NAMES_OID: Mark IP address as WOLFSSL_V_ASN1_OCTET_STRING
2025-06-05 19:17:00 +02:00