mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-28 15:02:24 +01:00
1. Modify all the test configuration files to disable the DHE prime test. 2. Add a test configuration that tests three cipher suites with the DHE prime test enabled.
57 lines
555 B
Plaintext
57 lines
555 B
Plaintext
# THIS TEST IS BROKEN
|
|
# server TLSv1.3 downgrade
|
|
#-v d
|
|
#-l TLS13-CHACHA20-POLY1305-SHA256
|
|
-2
|
|
|
|
# client TLSv1.2
|
|
#-v 3
|
|
-2
|
|
|
|
# server TLSv1.2
|
|
-v 3
|
|
-2
|
|
|
|
# client TLSv1.3 downgrade
|
|
-v d
|
|
-2
|
|
|
|
# server TLSv1.3 downgrade
|
|
-v d
|
|
-2
|
|
|
|
# client TLSv1.3 downgrade
|
|
-v d
|
|
-2
|
|
|
|
# server TLSv1.3 downgrade but don't and resume
|
|
-v d
|
|
-r
|
|
-2
|
|
|
|
# client TLSv1.3 downgrade but don't and resume
|
|
-v d
|
|
-r
|
|
-2
|
|
|
|
# server TLSv1.3 downgrade and resume
|
|
-v d
|
|
-r
|
|
-2
|
|
|
|
# client TLSv1.2 and resume
|
|
-v 3
|
|
-r
|
|
-2
|
|
|
|
# server TLSv1.2 and resume
|
|
-v d
|
|
-r
|
|
-2
|
|
|
|
# lcient TLSv1.3 downgrade and resume
|
|
-v 3
|
|
-r
|
|
-2
|
|
|