OpenSSLTransportOptions

Overview

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

Reference

Attributes

Names

Type

Req?

Description

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).