wolfssl/tests
David Garske 86101468fc Fixes for know wolfSSL build issues in the following cases:
* Fixes for building wolfSSL from GitHub sources download, where .git does exist. The autogen.sh still needs to "touch" files for the build to work.
* Fix for FIPS case where `wc_RsaSetRNG` is not available.
* Added new `./configure --enable-usersettings` option to not populate the Makefile with build options and instead define `WOLFSSL_USER_SETTINGS` and expect a user provided `user_settings.h` file.
* Fix for `HAVE___UINT128_T` to match config.h generated value to eliminate warning.
2019-04-30 11:45:48 -07:00
..
CONF_FILES_README.md
README
api.c Fixes for know wolfSSL build issues in the following cases: 2019-04-30 11:45:48 -07:00
hash.c Updates for v4.0.0 2019-03-15 10:37:36 -07:00
include.am Fix to adjust `WC_ASYNC_DEV_SIZE`. Fix for `tests/test-trustpeer.conf` typo in include.am. 2018-12-27 11:08:49 -08:00
srp.c Updates for v4.0.0 2019-03-15 10:37:36 -07:00
suites.c Updates for v4.0.0 2019-03-15 10:37:36 -07:00
test-altchains.conf Fix for DH prime test (extra leading spaces). Fix for new chain tests with CRL enabled. The current way of testing chain only loads root CA as trusted. The intermediate CA CRL isn't trusted or loaded and causes error. 2018-12-21 12:36:47 -08:00
test-chains.conf Fix for DH prime test (extra leading spaces). Fix for new chain tests with CRL enabled. The current way of testing chain only loads root CA as trusted. The intermediate CA CRL isn't trusted or loaded and causes error. 2018-12-21 12:36:47 -08:00
test-dhprime.conf Fix for DH prime test (extra leading spaces). Fix for new chain tests with CRL enabled. The current way of testing chain only loads root CA as trusted. The intermediate CA CRL isn't trusted or loaded and causes error. 2018-12-21 12:36:47 -08:00
test-dtls.conf New tests for cert chains, alternate cert chains, trusted peer certs and DH prime cleanup: 2018-12-21 09:54:55 -08:00
test-ed25519.conf Implement check for Ed25519 private matching public 2019-03-05 08:19:33 +10:00
test-enckeys.conf New tests for cert chains, alternate cert chains, trusted peer certs and DH prime cleanup: 2018-12-21 09:54:55 -08:00
test-fails.conf New tests for cert chains, alternate cert chains, trusted peer certs and DH prime cleanup: 2018-12-21 09:54:55 -08:00
test-maxfrag-dtls.conf New tests for cert chains, alternate cert chains, trusted peer certs and DH prime cleanup: 2018-12-21 09:54:55 -08:00
test-maxfrag.conf New tests for cert chains, alternate cert chains, trusted peer certs and DH prime cleanup: 2018-12-21 09:54:55 -08:00
test-psk-no-id.conf New tests for cert chains, alternate cert chains, trusted peer certs and DH prime cleanup: 2018-12-21 09:54:55 -08:00
test-psk.conf New tests for cert chains, alternate cert chains, trusted peer certs and DH prime cleanup: 2018-12-21 09:54:55 -08:00
test-qsh.conf New tests for cert chains, alternate cert chains, trusted peer certs and DH prime cleanup: 2018-12-21 09:54:55 -08:00
test-sctp.conf New tests for cert chains, alternate cert chains, trusted peer certs and DH prime cleanup: 2018-12-21 09:54:55 -08:00
test-sig.conf New tests for cert chains, alternate cert chains, trusted peer certs and DH prime cleanup: 2018-12-21 09:54:55 -08:00
test-tls13-down.conf New tests for cert chains, alternate cert chains, trusted peer certs and DH prime cleanup: 2018-12-21 09:54:55 -08:00
test-tls13-ecc.conf New tests for cert chains, alternate cert chains, trusted peer certs and DH prime cleanup: 2018-12-21 09:54:55 -08:00
test-tls13-psk.conf New tests for cert chains, alternate cert chains, trusted peer certs and DH prime cleanup: 2018-12-21 09:54:55 -08:00
test-tls13.conf New tests for cert chains, alternate cert chains, trusted peer certs and DH prime cleanup: 2018-12-21 09:54:55 -08:00
test-trustpeer.conf New tests for cert chains, alternate cert chains, trusted peer certs and DH prime cleanup: 2018-12-21 09:54:55 -08:00
test.conf Added a test case for TrustedCA to the unit test.conf file. 2019-03-11 12:36:58 -07:00
unit.c Updates for v4.0.0 2019-03-15 10:37:36 -07:00
unit.h Updates for v4.0.0 2019-03-15 10:37:36 -07:00

README

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