P4G_TLS_MIN_REQ_PROTOCOL_VER#

# get
<module-index>/<port-index> P4G_TLS_MIN_REQ_PROTOCOL_VER [<group_index>] ?

Description#

Returns the minimum TLS protocol version required by the configured list of cipher suites. Each cipher suite has a minimum required TLS protocol version that will support the cipher suite. The minimum required TLS protocol version for a list of cipher suites is the lowest minimum required TLS protocol version of all the cipher suites in the list.

Actions#

get

Parameters#

tls_version: byte, the minimum TLS protocol version required by the configured list of cipher suites.
  • SSLV3 = 0

  • TLS10 = 1

  • TLS11 = 2

  • TLS12 = 3

Example#

# get
input:  0/1 P4G_TLS_MIN_REQ_PROTOCOL_VER [0] ?
output: 0/1 P4G_TLS_MIN_REQ_PROTOCOL_VER [0] SSLV3