Daniel Pouzzner ea3959f2f6 analyzer coddling:
in api.c test_wolfSSL_dtls12_fragments_spammer(), inhibit clang-analyzer-deadcode.DeadStores;

in asn.c ParseCRL_Extensions() old (!WOLFSSL_ASN_TEMPLATE) version, fix bounds check to prevent overshift;

in misc.c ctMaskCopy(), use `*(x + i)`, not x[i], to tiptoe around cppcheck-2.9 objectIndex bug.
2022-08-31 22:56:08 -05:00
..
2022-08-31 22:56:08 -05:00
2022-07-19 10:44:31 -06:00
2022-08-23 16:58:24 +02:00
2022-07-19 10:44:31 -06:00
2022-08-23 16:58:24 +02:00
2022-01-31 15:29:25 -05:00
2022-01-31 15:29:25 -05:00
2022-08-11 09:43:01 +10:00
2022-01-31 15:29:25 -05:00
2022-06-01 10:36:01 +10:00
2022-02-23 09:47:34 +01:00
2022-05-27 21:26:55 +02:00
2022-08-08 13:24:00 +02:00
2022-07-19 10:44:31 -06:00

Before creating any new configure files (.conf) read the CONF_FILES_README.md