![David Garske](/assets/img/avatar_default.png)
* Added test for certificate with bad alt name containing a null character mid byte stream. * Fix for issue with suites unit test where last arg in file doesn't conain data for a param, causing it to skip test. * Fix for last test in tests/test.conf not being run for `TLSv1.2 RSA 3072-bit DH 3072-bit`. * Moved the `tls-cert-fail.test` tests into the new expected failure suite test (`./tests/test-fails.conf`). Now it explicilty checks RSA and ECC for the no signer and no sig tests.
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
|