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
srp.c
suites.c
test-dtls.conf
test-ed25519.conf
test-enckeys.conf
test-fails.conf
test-psk-no-id.conf
test-qsh.conf
test-sctp.conf
test-sig.conf
test-tls13-ecc.conf
test-tls13.conf
test.conf
unit.c
unit.h

README

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