wolfssl/tests
toddouska cee99de6e1
Merge pull request #3324 from JacobBarthelmeh/Testing
fix WOLFSSL_X509_NAME parse of empty field and add test case
2020-09-23 09:15:24 -07:00
..
CONF_FILES_README.md
README
api.c Merge pull request #3324 from JacobBarthelmeh/Testing 2020-09-23 09:15:24 -07:00
hash.c Fixes for missing free calls on hash tests. 2020-08-26 09:48:46 -07:00
include.am Merge pull request #3295 from SparkiDev/tls13_p521 2020-09-21 13:36:48 -07:00
srp.c Fix for SRP leaks with `WOLFSSL_SMALL_STACK_CACHE` 2020-08-26 09:41:09 -07:00
suites.c TLS 1.3: Fix P-521 algorithm matching 2020-09-18 10:51:55 +10:00
test-altchains.conf Fix to catch the issue in this PR with alt cert chains, which only happens if the verify callback is used and the chain is long enough. Cleanup of the myVerify callback to allow specific actions. Fix the suites.c to not crash if no newline at end of file. Added helpful debug message to show that a CA was found. 2020-06-18 09:26:50 -07:00
test-chains.conf Fix for tests/test-chains.conf with new intermediate CA. 2020-06-18 08:33:59 -07: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-fails.conf Added a suite test use case to cover the new error check. Also fixed and issue with passing a couple flags to the test case runner, and some other changes to support the new test. 2020-07-22 13:20:23 -07:00
test-dtls-group.conf DTLS test cases 2020-06-12 11:36:43 +02:00
test-dtls-reneg-client.conf DTLS test cases 2020-06-12 11:36:43 +02:00
test-dtls-reneg-server.conf DTLS test cases 2020-06-12 11:36:43 +02:00
test-dtls-resume.conf Add session resumption testing for DTLS 2020-06-18 14:18:02 +02:00
test-dtls-sha2.conf Disallow SHA-2 ciphersuites from TLS 1.0 and 1.1 handshakes 2019-09-06 09:31:14 +10:00
test-dtls.conf Disallow SHA-2 ciphersuites from TLS 1.0 and 1.1 handshakes 2019-09-06 09:31:14 +10:00
test-ed448.conf Update OpenSSL interopability testing 2020-08-11 16:44:45 +10:00
test-ed25519.conf Update OpenSSL interopability testing 2020-08-11 16:44:45 +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 1. Remove dead assignment from client test. 2020-07-23 12:26:49 -07: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-p521.conf TLS 1.3: Fix P-521 algorithm matching 2020-09-18 10:51:55 +10:00
test-psk-no-id-sha2.conf Disallow SHA-2 ciphersuites from TLS 1.0 and 1.1 handshakes 2019-09-06 09:31:14 +10:00
test-psk-no-id.conf Disallow SHA-2 ciphersuites from TLS 1.0 and 1.1 handshakes 2019-09-06 09:31:14 +10: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-sha2.conf Disallow SHA-2 ciphersuites from TLS 1.0 and 1.1 handshakes 2019-09-06 09:31:14 +10:00
test-qsh.conf Maintenance BLAKE2 2019-11-18 13:31:15 -08:00
test-sctp-sha2.conf SCTP Test 2020-07-20 15:03:48 -07:00
test-sctp.conf SCTP Test 2020-07-20 15:03:48 -07:00
test-sha2.conf Disallow SHA-2 ciphersuites from TLS 1.0 and 1.1 handshakes 2019-09-06 09:31:14 +10: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 Add Curve448, X448, Ed448 implementations 2020-02-28 09:30:45 +10: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 Can't send empty list for the client when sniffer is enabled or it will use `AES128-SHA`. 2020-06-04 15:31:18 -07: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 Merge pull request #2802 from embhorn/zd9764 2020-04-07 13:03:54 -07:00
unit.c update copyright to 2020 2020-01-03 15:06:03 -08:00
unit.h openssh WIP and some light refactoring 2020-02-18 21:37:06 +01:00

README

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