mirror of https://github.com/wolfSSL/wolfssl.git
43 lines
1.2 KiB
Plaintext
43 lines
1.2 KiB
Plaintext
# DTLS 1.3 variant of the SLH-DSA entity-certificate CertificateVerify test.
|
|
# Exercises the DTLS 1.3 CertificateVerify send path (Dtls13HandshakeSend) with
|
|
# an SLH-DSA leaf whose ~7.8KB SLH-DSA-SHAKE-128s signature fits in a single
|
|
# record. Companion to tests/test-tls13-slhdsa-entity-128s.conf.
|
|
|
|
# Server-auth scenario.
|
|
|
|
# server DTLSv1.3 TLS13-AES128-GCM-SHA256
|
|
-u
|
|
-v 4
|
|
-l TLS13-AES128-GCM-SHA256
|
|
-c ./certs/slhdsa/server-slhdsa-shake-128s.pem
|
|
-k ./certs/slhdsa/server-slhdsa-shake-128s-priv.pem
|
|
-d
|
|
|
|
# client DTLSv1.3 TLS13-AES128-GCM-SHA256
|
|
-u
|
|
-v 4
|
|
-l TLS13-AES128-GCM-SHA256
|
|
-A ./certs/slhdsa/root-slhdsa-shake-128s.pem
|
|
-C
|
|
|
|
# Mutual-auth scenario (SLH-DSA CertificateVerify in both directions).
|
|
|
|
# server DTLSv1.3 TLS13-AES128-GCM-SHA256
|
|
-u
|
|
-v 4
|
|
-l TLS13-AES128-GCM-SHA256
|
|
-c ./certs/slhdsa/server-slhdsa-shake-128s.pem
|
|
-k ./certs/slhdsa/server-slhdsa-shake-128s-priv.pem
|
|
-A ./certs/slhdsa/root-slhdsa-shake-128s.pem
|
|
-V
|
|
# Remove -V when CRL for SLH-DSA certificates available.
|
|
|
|
# client DTLSv1.3 TLS13-AES128-GCM-SHA256
|
|
-u
|
|
-v 4
|
|
-l TLS13-AES128-GCM-SHA256
|
|
-c ./certs/slhdsa/client-slhdsa-shake-128s.pem
|
|
-k ./certs/slhdsa/client-slhdsa-shake-128s-priv.pem
|
|
-A ./certs/slhdsa/root-slhdsa-shake-128s.pem
|
|
-C
|