| Value | Meaning |
|---|---|
| NEVER0 | Never allow rehandshaking |
| SAFELY1 | Allow safe rehandshaking only |
| UNSAFELY2 | Allow unsafe rehandshaking |
Deprecated: Changing the rehandshake mode is no longer required for compatibility. Also, rehandshaking has been removed from the TLS protocol in TLS 1.3.
2.28
When to allow rehandshaking. See TlsConnection.setRehandshakeMode.