![David Garske](/assets/img/avatar_default.png)
* Added ECC and RSA intermediate CA's and server/client chain certificates for testing. * Enhanced suites test to support expected fail arg `-H exitWithRet` in any test .conf file. * Added new `test-altchains.conf` for testing with `WOLFSSL_ALT_CERT_CHAINS` defined. * Added new `test-chains` for testing chains. * Added new `test-dhprime.conf` for DH prime check tests. * Added new `test-trustedpeer.conf` for testing `WOLFSSL_TRUST_PEER_CERT`. * Refactor to add `-2` to disable DH prime check by default (except for new test-dhprime.conf). * Added ability to run a specific test.conf file using syntax like `./tests/unit.test tests/test-altchains.conf`.
81 lines
1.6 KiB
Plaintext
81 lines
1.6 KiB
Plaintext
# server TLSv1.3 TLS13-CHACHA20-POLY1305-SHA256
|
|
-v 4
|
|
-l TLS13-CHACHA20-POLY1305-SHA256
|
|
-c ./certs/server-ecc.pem
|
|
-k ./certs/ecc-key.pem
|
|
|
|
# client TLSv1.3 TLS13-CHACHA20-POLY1305-SHA256
|
|
-v 4
|
|
-l TLS13-CHACHA20-POLY1305-SHA256
|
|
-A ./certs/ca-ecc-cert.pem
|
|
|
|
# server TLSv1.3 TLS13-AES128-GCM-SHA256
|
|
-v 4
|
|
-l TLS13-AES128-GCM-SHA256
|
|
-c ./certs/server-ecc.pem
|
|
-k ./certs/ecc-key.pem
|
|
|
|
# client TLSv1.3 TLS13-AES128-GCM-SHA256
|
|
-v 4
|
|
-l TLS13-AES128-GCM-SHA256
|
|
-A ./certs/ca-ecc-cert.pem
|
|
|
|
# server TLSv1.3 TLS13-AES256-GCM-SHA384
|
|
-v 4
|
|
-l TLS13-AES256-GCM-SHA384
|
|
-c ./certs/server-ecc.pem
|
|
-k ./certs/ecc-key.pem
|
|
|
|
# client TLSv1.3 TLS13-AES256-GCM-SHA384
|
|
-v 4
|
|
-l TLS13-AES256-GCM-SHA384
|
|
-A ./certs/ca-ecc-cert.pem
|
|
|
|
# server TLSv1.3 TLS13-AES128-CCM-SHA256
|
|
-v 4
|
|
-l TLS13-AES128-CCM-SHA256
|
|
-c ./certs/server-ecc.pem
|
|
-k ./certs/ecc-key.pem
|
|
|
|
# client TLSv1.3 TLS13-AES128-CCM-SHA256
|
|
-v 4
|
|
-l TLS13-AES128-CCM-SHA256
|
|
-A ./certs/ca-ecc-cert.pem
|
|
|
|
# server TLSv1.3 TLS13-AES128-CCM-8-SHA256
|
|
-v 4
|
|
-l TLS13-AES128-CCM-8-SHA256
|
|
-c ./certs/server-ecc.pem
|
|
-k ./certs/ecc-key.pem
|
|
|
|
# client TLSv1.3 TLS13-AES128-CCM-8-SHA256
|
|
-v 4
|
|
-l TLS13-AES128-CCM-8-SHA256
|
|
-A ./certs/ca-ecc-cert.pem
|
|
|
|
# server TLSv1.3 TLS13-AES128-GCM-SHA256
|
|
-v 4
|
|
-l TLS13-AES128-GCM-SHA256
|
|
-c ./certs/server-ecc.pem
|
|
-k ./certs/ecc-key.pem
|
|
-t
|
|
|
|
# client TLSv1.3 TLS13-AES128-GCM-SHA256
|
|
-v 4
|
|
-l TLS13-AES128-GCM-SHA256
|
|
-A ./certs/ca-ecc-cert.pem
|
|
-t
|
|
|
|
# server TLSv1.3 TLS13-AES128-GCM-SHA256
|
|
-v 4
|
|
-l TLS13-AES128-GCM-SHA256
|
|
-c ./certs/server-ecc.pem
|
|
-k ./certs/ecc-key.pem
|
|
-Y
|
|
|
|
# client TLSv1.3 TLS13-AES128-GCM-SHA256
|
|
-v 4
|
|
-l TLS13-AES128-GCM-SHA256
|
|
-A ./certs/ca-ecc-cert.pem
|
|
-y
|