wolfssl/tests
John Safranek 3685b7b176 Test Fixes
1. AesGcmEncrypt_ex requires the RNG, remove function if RNG disabled.
2. Fix a couple function name changes in the example server.
3. Removed the old FIPS wrapping added to dh.h, was redundant.
4. Move include of random.h in the aes.h file.
5. Fix where ecc.c was being left out of old FIPS builds.
6. Exclude the AES-GCM internal IV test case when building without the RNG.
7. Fix api test where AES-GCM Encrypt was called with a too-long IV in old FIPS mode. Non-FIPS and new FIPS are allowed longer IVs.
2018-05-16 15:47:12 -04:00
..
CONF_FILES_README.md
README
api.c Test Fixes 2018-05-16 15:47:12 -04:00
hash.c
include.am * Added support for expected fail test cases with example client/server and suites unit test. 2018-05-03 09:40:51 -07:00
srp.c
suites.c Minor fix for the expected failure case use of `ssl` after free. Renamed `skipExit` to `exitWithRet`. 2018-05-03 10:02:59 -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 * Added support for expected fail test cases with example client/server and suites unit test. 2018-05-03 09:40:51 -07:00
test-enckeys.conf
test-fails.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-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-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-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.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.conf * Added support for expected fail test cases with example client/server and suites unit test. 2018-05-03 09:40:51 -07:00
unit.c
unit.h

README

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