Eric Blankenhorn
Eric Blankenhorn
@Suphappy Did this resolve the issue for you? Do you have any further questions?
@gojimmypi - Is this resolved by the PR's you linked?
Hi @mpsuzuki The test scripts are not required to use the library, and in fact, many embedded systems would never even use them. They are there for testing the wolfSSL...
The scripts use `WOLFSSL_EXTERNAL_TEST` and `WOLFSSL_OPENSSL_TEST` when those as environment variables in the system running the test. For example, our CI tests set `export WOLFSSL_EXTERNAL_TEST=1` before running `make check` For...
Hi @mpsuzuki The default value of `FP_MAX_BITS` is being set too low for this test. Increase the value to 2*. So for 4096 bit keys, configure with `CFLAGS=-DFP_MAX_BITS=8192` Let us...
Great! I'll check if we would consider changing the default value of `FP_MAX_BITS` for the 32-bit PPC environment.
Hi @rumpelsepp Thank you for this excellent report! We enabled a new ASN parser component in between these versions, `WOLFSSL_ASN_TEMPLATE`. I suspect this is related to the discrepancy in parsing...