SyslogClientSettings.SslDoNotInsertEmptyFragment Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
SslDoNotInsertEmptyFragment
Do not send empty record after successful handshake with CBC ciphers. Inherited from SslSettings.
Declaration
public bool SslDoNotInsertEmptyFragment { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Remarks
For compatibility with broken implementations. Enabling this makes CBC ciphers vulnerable to exploits.