tls-hello indication

From The x3270 Wiki

A b3270 protocol TLS initialization message. Sent only within an initialize indication.

Attribute Always present? Type Purpose
supported yes Boolean true if TLS is supported
provider yes string Name of TLS provider library
options no XML: string
JSON: array(string)
Space-separated list of supported options

Example (XML)

<tls-hello supported="true" provider="OpenSSL 1.0.1 14 Mar 2012" options="certFileType chainFile keyFile keyFileType keyPasswd acceptHostname verifyHostCert tls"/>

Example (JSON)

New in 4.2

{ "tls-hello": { "supported": true, "provider": "OpenSSL 1.0.1 14 Mar 2012", "options": [ "certFileType", "chainFile", "keyFile", "keyFileType", "keyPasswd", "acceptHostname", "verifyHostCert", "tls" ] } }