TlsChannelBindingType#

Added in version 2.66.

class TlsChannelBindingType#

The type of TLS channel binding data to retrieve from TlsConnection or DtlsConnection, as documented by RFC 5929 or RFC 9266. The `tls-unique-for-telnet <https://tools.ietf.org/html/rfc5929#section-5>`__ binding type is not currently implemented.

Fields#

class TlsChannelBindingType
EXPORTER#

`tls-exporter <https://www.rfc-editor.org/rfc/rfc9266.html>`__ binding type. Since: 2.74

SERVER_END_POINT#

`tls-server-end-point <https://tools.ietf.org/html/rfc5929#section-4>`__ binding type

UNIQUE#

`tls-unique <https://tools.ietf.org/html/rfc5929#section-3>`__ binding type