Topic: testsuite
I'm following the instructions in section 2.2 of the wolfSSL User Manual / August 2019 / Version 4.1.0 (latest?) to build and test wolfSSL. Here are the commands I execute:
./configure
make
./testsuite/testsuite.test
There are two failures in the test log (see attached). The first is:
can't open ./certs/client-key.der, Please run from wolfSSL home dir error = -40
I am following the instructions and am running the test suite as noted in the documentation: from the wolfSSL home directory.
System: MINGW64_NT-10.0-19042 -- this is a very recent build of msys2.
Compiler: gcc.exe (Rev5, Built by MSYS2 project) 10.3.0
Any idea why this is happening?