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.