Unit
ScSSLTypes
type
TScExtendedMasterSecretMode = (emsmDisable, emsmAllow, emsmRequire);
Description
The TScExtendedMasterSecretMode enumeration controls the use of Extended Master Secret TLS Extension. The client is responsible for initiating this mode. The server may allow or forbid the extended master secret computation in response to the client's request. This mode is only available in TLS1.0, TLS1.1, and TLS1.2.
Value | Meaning |
emsmDisable | Diables the extended master secret mode. The server denies the extended master secret mode. |
emsmAllow | Allows the extended master secret mode. The client defines the mode in this case. |
emsmRequire | Requires the extended master secret mode. If the client does not request to use this mode, the server drops the connection and raises an error. |
See also