Start of change

SSLV3 and NOSSLV3 statements

Use the SSLV3 parameter statement to enable the SSLV3 protocol to be used on SECUREPORT connections. If NOSSLV3 is specified, the SECUREPORT connection supports SSLV2 or Transport Layer Security (TLS) only.

Telnet is initialized with a value of NOSSLV3.

The SSLV3 and NOSSLV3 statements can be coded in the TELNETGLOBALS, TELNETPARMS, or PARMSGROUP statement block. See Rules for Telnet parameter statements and security parameters for more information about the hierarchy of parameter values.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-+---------+-------------------------------------------------><
   +-NOSSLV3-+   
   '-SSLV3---'   

Parameters

This statement has no parameters.

End of change