TlsRehandshakeMode#

Added in version 2.28.

Deprecated since version 2.60.: Changing the rehandshake mode is no longer required for compatibility. Also, rehandshaking has been removed from the TLS protocol in TLS 1.3.

class TlsRehandshakeMode#

When to allow rehandshaking. See set_rehandshake_mode().

Fields#

class TlsRehandshakeMode
NEVER#

The type of the None singleton.

SAFELY#

The type of the None singleton.

UNSAFELY#

The type of the None singleton.