mirror of https://github.com/wolfSSL/wolfssl.git
21 lines
556 B
Plaintext
21 lines
556 B
Plaintext
# TLSv1.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 TLSv1.3 Integrity-only SHA256
|
|
-v 4
|
|
-l TLS13-SHA256-SHA256
|
|
|
|
# client TLSv1.3 Integrity-only SHA256
|
|
-v 4
|
|
-l TLS13-SHA256-SHA256
|
|
|
|
# server TLSv1.3 Integrity-only SHA384
|
|
-v 4
|
|
-l TLS13-SHA384-SHA384
|
|
|
|
# client TLSv1.3 Integrity-only SHA384
|
|
-v 4
|
|
-l TLS13-SHA384-SHA384
|