SSL::secure_renegotiation

Description

Controls the SSL Secure Renegotiation mode.

Syntax

SSL::secure_renegotiation [request|require|require-strict]

SSL::secure_renegotiation

  • Get the current Secure Renegotiation mode for the flow. A return value of zero denotes request mode. A value of one denotes require mode. A value of two denotes require-strict mode.

SSL::secure_renegotiation <request|require|require-strict>

  • Set the Secure Renegotiation mode for the flow. Enforcement of the new mode will take effect for any subsequent SSL handshakes on the flow.

Examples

Code