You are not logged in. Please login or register.
Active topics Unanswered topics
Welcome to the wolfSSL Forums!
Please post questions or comments you have about wolfSSL products here. It is helpful to be as descriptive as possible when asking your questions.
References
Stable Releases - download stable product releases.
Development Branch - latest development branch on GitHub.
wolfSSL Manual - wolfSSL (formerly CyaSSL) product manual and API reference.
Search options
hello, yes i downloaded the letest version and i have the same problem with v3.12.2 and v3.12.0
this is the ./configure that i provide : ./configure --enable-ecc --enable-tls13
and this is the output when i make test
sudo make test
make -j2 check-am
make[1]: Entering directory '/home/dorra/Downloads/wolfssl-3.12.2'
make -j2 testsuite/testsuite.test tests/unit.test scripts/resume.test scripts/tls-cert-fail.test scripts/tls13.test scripts/external.test scripts/google.test scripts/openssl.test
make[2]: Entering directory '/home/dorra/Downloads/wolfssl-3.12.2'
make[2]: warning: -jN forced in submake: disabling jobserver mode.
make[2]: Nothing to be done for 'scripts/resume.test'.
make[2]: Nothing to be done for 'scripts/tls-cert-fail.test'.
make[2]: Nothing to be done for 'scripts/tls13.test'.
make[2]: Nothing to be done for 'scripts/external.test'.
make[2]: Nothing to be done for 'scripts/google.test'.
make[2]: Nothing to be done for 'scripts/openssl.test'.
make[2]: 'tests/unit.test' is up to date.
make[2]: Leaving directory '/home/dorra/Downloads/wolfssl-3.12.2'
make -j2 check-TESTS
make[2]: Entering directory '/home/dorra/Downloads/wolfssl-3.12.2'
make[2]: warning: -jN forced in submake: disabling jobserver mode.
make[3]: Entering directory '/home/dorra/Downloads/wolfssl-3.12.2'
make[3]: warning: -jN forced in submake: disabling jobserver mode.
PASS: scripts/tls-cert-fail.test
FAIL: scripts/tls13.test
PASS: scripts/resume.test
PASS: scripts/external.test
PASS: scripts/openssl.test
PASS: scripts/google.test
FAIL: testsuite/testsuite.test
FAIL: tests/unit.test
============================================================================
Testsuite summary for wolfssl 3.12.2
============================================================================
# TOTAL: 8
# PASS: 5
# SKIP: 0
# XFAIL: 0
# FAIL: 3
# XPASS: 0
# ERROR: 0
============================================================================
See ./test-suite.log
Please report to https://github.com/wolfssl/wolfssl/issues
============================================================================
Makefile:4006: recipe for target 'test-suite.log' failed
make[3]: *** [test-suite.log] Error 1
make[3]: Leaving directory '/home/dorra/Downloads/wolfssl-3.12.2'
Makefile:4112: recipe for target 'check-TESTS' failed
make[2]: *** [check-TESTS] Error 2
make[2]: Leaving directory '/home/dorra/Downloads/wolfssl-3.12.2'
Makefile:4325: recipe for target 'check-am' failed
make[1]: *** [check-am] Error 2
make[1]: Leaving directory '/home/dorra/Downloads/wolfssl-3.12.2'
Makefile:4328: recipe for target 'check' failed
make: *** [check] Error 2
hello, after this i have a problem with make test and fail with tls1.3
hello can you tell me wish version you use of wolfssl to run it with tls1.3
hello, i tried to install wolfssl 12.1 and 12.2 and i make all the steps but when i try to make test i have fail with tls1.3, i read all the topics and i didint find any answer, please help me.
this is what happend when i make test
sudo make test
make -j2 check-am
make[1]: Entering directory '/home/dorra/Downloads/wolfssl-3.12.2'
make -j2 testsuite/testsuite.test tests/unit.test scripts/resume.test scripts/tls-cert-fail.test scripts/tls13.test scripts/external.test scripts/google.test scripts/openssl.test
make[2]: Entering directory '/home/dorra/Downloads/wolfssl-3.12.2'
make[2]: warning: -jN forced in submake: disabling jobserver mode.
make[2]: Nothing to be done for 'scripts/resume.test'.
make[2]: Nothing to be done for 'scripts/tls-cert-fail.test'.
make[2]: Nothing to be done for 'scripts/tls13.test'.
make[2]: Nothing to be done for 'scripts/external.test'.
make[2]: Nothing to be done for 'scripts/google.test'.
make[2]: Nothing to be done for 'scripts/openssl.test'.
make[2]: 'tests/unit.test' is up to date.
make[2]: Leaving directory '/home/dorra/Downloads/wolfssl-3.12.2'
make -j2 check-TESTS
make[2]: Entering directory '/home/dorra/Downloads/wolfssl-3.12.2'
make[2]: warning: -jN forced in submake: disabling jobserver mode.
make[3]: Entering directory '/home/dorra/Downloads/wolfssl-3.12.2'
make[3]: warning: -jN forced in submake: disabling jobserver mode.
PASS: scripts/tls-cert-fail.test
FAIL: scripts/tls13.test
PASS: scripts/resume.test
PASS: scripts/external.test
PASS: scripts/openssl.test
PASS: scripts/google.test
FAIL: testsuite/testsuite.test
FAIL: tests/unit.test
============================================================================
Testsuite summary for wolfssl 3.12.2
============================================================================
# TOTAL: 8
# PASS: 5
# SKIP: 0
# XFAIL: 0
# FAIL: 3
# XPASS: 0
# ERROR: 0
============================================================================
See ./test-suite.log
Please report to https://github.com/wolfssl/wolfssl/issues
============================================================================
Makefile:4006: recipe for target 'test-suite.log' failed
make[3]: *** [test-suite.log] Error 1
make[3]: Leaving directory '/home/dorra/Downloads/wolfssl-3.12.2'
Makefile:4112: recipe for target 'check-TESTS' failed
make[2]: *** [check-TESTS] Error 2
make[2]: Leaving directory '/home/dorra/Downloads/wolfssl-3.12.2'
Makefile:4325: recipe for target 'check-am' failed
make[1]: *** [check-am] Error 2
make[1]: Leaving directory '/home/dorra/Downloads/wolfssl-3.12.2'
Makefile:4328: recipe for target 'check' failed
make: *** [check] Error 2
Posts found: 4
Generated in 0.025 seconds (95% PHP - 5% DB) with 5 queries