wolfssl/tests
David Garske 61056829c5 Added success test cases for domain name match (SNI) in common name and alternate name. 2018-06-13 09:26:54 -07:00
..
CONF_FILES_README.md
README
api.c Merge pull request #1572 from dgarske/cryptodev 2018-05-31 10:28:58 -07:00
hash.c
include.am Allow TLS 1.2 to be compiled out. 2018-05-25 11:00:00 +10:00
srp.c Fix SRP test to have 2048 bit test data 2018-03-12 17:32:27 +10:00
suites.c Allow TLS 1.2 to be compiled out. 2018-05-25 11:00:00 +10: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 Added unit test for using encrypted keys with TLS. Only works with `--enable-des3`, since the keys are all encrypted with DES3 (also requires either `--enable-opensslextra or --enable-enckeys`). 2018-04-09 13:28:15 -07:00
test-fails.conf Fixes for `MatchDomainName` to properly detect failures: 2018-06-12 14:15:34 -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 Allow TLS 1.2 to be compiled out. 2018-05-25 11:00:00 +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 Added success test cases for domain name match (SNI) in common name and alternate name. 2018-06-13 09:26:54 -07:00
unit.c
unit.h

README

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