1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- # server TLSv1.3 PSK
- # Use AES128-GCM and SHA256
- -v 4
- -s
- -l TLS13-AES128-GCM-SHA256
- -d
- # client TLSv1.3 PSK
- # Use AES128-GCM and SHA256
- -v 4
- -s
- -l TLS13-AES128-GCM-SHA256
- # server TLSv1.3 PSK plus
- -v 4
- -j
- -l TLS13-AES128-GCM-SHA256
- -d
- # client TLSv1.3 PSK
- -v 4
- -s
- -l TLS13-AES128-GCM-SHA256
- # server TLSv1.3 PSK
- -v 4
- -j
- -l TLS13-AES128-GCM-SHA256
- -d
- # client TLSv1.3 not-PSK
- -v 4
- -l TLS13-AES128-GCM-SHA256
- # server TLSv1.3 PSK
- # AES256-GCM and SHA384
- -v 4
- -s
- -l TLS13-AES256-GCM-SHA384
- -d
- # client TLSv1.3 PSK
- # AES256-GCM and SHA384
- -v 4
- -s
- -l TLS13-AES256-GCM-SHA384
- # Disabling ChaCha20 results in failures.
- # server TLSv1.3 PSK
- # CHACHA20 only supported
- #-v 4
- #-s
- #-l TLS13-CHACHA20-POLY1305-SHA256
- # client TLSv1.3 PSK
- # AESGCM-SHA256 is first but CHACHA20 is negotiated as it is also SHA-256
- #-v 4
- #-s
- #-l TLS13-AES128-GCM-SHA256:TLS13-CHACHA20-POLY1305-SHA256
- # server TLSv1.3 PSK
- # AESGCM-SHA256 is first but CHACHA20 is negotiated as it is also SHA-256
- #-v 4
- #-s
- #-l TLS13-AES128-GCM-SHA256:TLS13-CHACHA20-POLY1305-SHA256
- # client TLSv1.3 PSK
- # CHACHA20 only supported
- #-v 4
- #-s
- #-l TLS13-CHACHA20-POLY1305-SHA256
- # server TLSv1.3 PSK
- # AESGCM-SHA256 is first but CHACHA20 is negotiated as it is also SHA-256
- #-v 4
- #-s
- #-l TLS13-AES128-GCM-SHA256:TLS13-CHACHA20-POLY1305-SHA256
- # client TLSv1.3 PSK
- # CHACHA20 only supported
- #-v 4
- #-s
- #-l TLS13-CHACHA20-POLY1305-SHA256:TLS13-AES128-GCM-SHA256
|