23 lines
634 B
Plaintext
23 lines
634 B
Plaintext
#
|
|
# WL#12361: TLSv1.3 support
|
|
#
|
|
Default TLS connection
|
|
Variable_name Value
|
|
Ssl_version TLSv1.3
|
|
Default TLS cipher
|
|
Variable_name Value
|
|
Ssl_cipher SSL_CIPHER
|
|
Setting TLS version TLSv1.3 from the client
|
|
Variable_name Value
|
|
Ssl_version TLSv1.3
|
|
Setting TLS version TLSv1.2 from the client
|
|
Variable_name Value
|
|
Ssl_version TLSv1.2
|
|
Setting TLS version TLSv1, TLSv1.1, TLSv1.2 from the client
|
|
Variable_name Value
|
|
Ssl_version TLSv1.2
|
|
Setting invalid TLS version value from the client
|
|
Setting invalid TLSv1.3 ciphersuites value from the client
|
|
Setting server's TLSv1.3 and client's TLSv1.2, connection should fail
|
|
# restart server using restart
|