Do not send empty record after successful handshake with CBC ciphers.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public Property SslDoNotInsertEmptyFragment As Boolean
	Get
	Set
C#
public bool SslDoNotInsertEmptyFragment { get; set; }

Remarks

For compatibility with broken implementations. Enabling this makes CBC ciphers vulnerable to exploits.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also