wolfssl/tests
Eric Blankenhorn 2420af3cf2
Merge pull request #1758 from dgarske/certext
Fix for building certext without certgen
2018-08-14 17:00:51 -05:00
..
CONF_FILES_README.md
README
api.c Merge pull request #1758 from dgarske/certext 2018-08-14 17:00:51 -05:00
hash.c
include.am Allow TLS 1.2 to be compiled out. 2018-05-25 11:00:00 +10:00
srp.c Enhanced the `--enable-memtrack` option to keep list of pointers allocated and reports leaked memory at end. Cleanup of the wolfCrypt_Init and wolfCrypt_Cleanup calls in unit.test and SrpTest memory tracking feature. 2018-07-30 13:53:54 -07:00
suites.c Added new build option `--enable-memtest` or `WOLFSSL_FORCE_MALLOC_FAIL_TEST` which enables random malloc failures for testing. This test supresses the `abort()` calls to detect seg faults. A new script `./scripts/memtest.sh` starts the test. If an issue is found it can be reviewed with the `./scripts/memtest.txt` log and reproduced using the seed printed at top of unit test as `--- RNG MALLOC FAIL AT 295---` and rerun using `./tests/unit.test 295`. 2018-07-30 13:53:35 -07:00
test-dtls.conf * Added support for expected fail test cases with example client/server and suites unit test. 2018-05-03 09:40:51 -07:00
test-ed25519.conf Allow Ed25519 private-only keys to work in TLS 2018-05-24 08:43:28 +10:00
test-enckeys.conf
test-fails.conf Subject Alt Name Matching 2018-07-10 17:07:48 -07:00
test-psk-no-id.conf * Added support for expected fail test cases with example client/server and suites unit test. 2018-05-03 09:40:51 -07:00
test-psk.conf Fix test to work with configurations not including AES-GCM 2018-06-05 10:30:15 +10:00
test-qsh.conf * Added support for expected fail test cases with example client/server and suites unit test. 2018-05-03 09:40:51 -07:00
test-sctp.conf * Added support for expected fail test cases with example client/server and suites unit test. 2018-05-03 09:40:51 -07:00
test-sig.conf * Added support for expected fail test cases with example client/server and suites unit test. 2018-05-03 09:40:51 -07:00
test-tls13-down.conf Allow TLS 1.2 to be compiled out. 2018-05-25 11:00:00 +10:00
test-tls13-ecc.conf * Added support for expected fail test cases with example client/server and suites unit test. 2018-05-03 09:40:51 -07:00
test-tls13-psk.conf Allow TLS 1.2 to be compiled out. 2018-05-25 11:00:00 +10:00
test-tls13.conf Allow TLS 1.2 to be compiled out. 2018-05-25 11:00:00 +10:00
test.conf Subject Alt Name Matching 2018-07-02 13:39:11 -07:00
unit.c Added new build option `--enable-memtest` or `WOLFSSL_FORCE_MALLOC_FAIL_TEST` which enables random malloc failures for testing. This test supresses the `abort()` calls to detect seg faults. A new script `./scripts/memtest.sh` starts the test. If an issue is found it can be reviewed with the `./scripts/memtest.txt` log and reproduced using the seed printed at top of unit test as `--- RNG MALLOC FAIL AT 295---` and rerun using `./tests/unit.test 295`. 2018-07-30 13:53:35 -07:00
unit.h Fix for unit test abort(). 2018-07-30 13:53:54 -07:00

README

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