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.

 

ValueMeaning
emsmDisableDiables the extended master secret mode. The server denies the extended master secret mode.
emsmAllowAllows the extended master secret mode. The client defines the mode in this case.
emsmRequireRequires 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

TScSSLServerOptions.ExtendedMasterSecretMode

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support