mirror of https://github.com/wolfSSL/wolfssl.git
25 lines
573 B
Plaintext
25 lines
573 B
Plaintext
# DTLSv1.3 RFC 9150 integrity-only suites. Run only in HAVE_NULL_CIPHER builds
|
|
# that also define WOLFSSL_TLS13_NULL_CIPHER_IN_DEFAULT: the harness repeats
|
|
# each case with the default cipher list on one side, which can only negotiate
|
|
# these suites when they are in the default list.
|
|
|
|
# server DTLSv1.3 Integrity-only SHA256
|
|
-u
|
|
-v 4
|
|
-l TLS13-SHA256-SHA256
|
|
|
|
# client DTLSv1.3 Integrity-only SHA256
|
|
-u
|
|
-v 4
|
|
-l TLS13-SHA256-SHA256
|
|
|
|
# server DTLSv1.3 Integrity-only SHA384
|
|
-u
|
|
-v 4
|
|
-l TLS13-SHA384-SHA384
|
|
|
|
# client DTLSv1.3 Integrity-only SHA384
|
|
-u
|
|
-v 4
|
|
-l TLS13-SHA384-SHA384
|