Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 4 Current »

Overview

Identified by provider="OpenSSL", this is a <TransportOption> specifying a low-level feature of the OpenSSL library.

Reference

Attributes

Names

Type

Req?

Description

option

string

Y

The only supported value is currently "SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION". If the element content is "1" or "true", this causes the option for unsafe renegotiation to be applied, allowing interop with older servers when using newer versions of OpenSSL.

Element Content

The content of the element is an option-specific string that depends on the option being set (of which only a single one is currently defined, see above).

  • No labels