1#
2# WL#8196 TLSv1.2 support
3#
4#T1: Default TLS connection
5Variable_name	Value
6Ssl_version	TLS_VERSION
7#T2: Default SSL cipher
8Variable_name	Value
9Ssl_cipher	SSL_CIPHER
10#T3: Setting TLS version TLSv1.2 from the client
11Variable_name	Value
12Ssl_version	TLS_VERSION
13#T4: Setting TLS version TLSv1.1 from the client
14Variable_name	Value
15Ssl_version	TLSv1.1
16#T5: Setting TLS version TLSv1 from the client
17Variable_name	Value
18Ssl_version	TLSv1
19#T6: Setting TLS version TLSv1, TLSv1.1 from the client
20Variable_name	Value
21Ssl_version	TLSv1.1
22#T7: Setting invalid TLS version value from the client, it should give error.
23#T8: Cipher which is not in the cipher list but not restricted permanently
24#T9: Cipher which is not in the cipher list but not restricted permanently, setting the server cipher as well
25Restart server and provide ssl-cipher at server startup
26Variable_name	Value
27Ssl_cipher	CAMELLIA256-SHA
28#T10: Permanently restricted cipher, setting in the server as well
29Connection will be possible, but server will not be enabled with ssl and connection is not ssl-enabled
30Variable_name	Value
31Ssl_cipher
32#T11: Setting TLS version1.2 in the server and from client giving TLSv1.1, connection should fail
33# restart server using restart
34Restart server and provide ssl-cipher at server startup
35