mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-09 01:30:53 +02:00
0de3925207
Implement RFC8773bis (draft-ietf-tls-8773bis-13) cert_with_extern_psk for TLS 1.3, including protocol checks and API support. Includes unit tests for API and handshake behavior as well as tests in the testsuite using extended examples.
13 lines
232 B
Plaintext
13 lines
232 B
Plaintext
# server TLSv1.3 PSK with certificates (cert_with_extern_psk)
|
|
-v 4
|
|
-s
|
|
--psk-with-certs
|
|
-l TLS13-AES128-GCM-SHA256
|
|
-d
|
|
|
|
# client TLSv1.3 PSK with certificates (cert_with_extern_psk)
|
|
-v 4
|
|
-s
|
|
--psk-with-certs
|
|
-l TLS13-AES128-GCM-SHA256
|