-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
enhancementrefactorrelates to refactoring code, not changing its functionrelates to refactoring code, not changing its function
Description
The SSPINegotiateLoop method has a lot of commonality between the client and server code and is 350 lines+ of fairly dense C-like code. It cries out to be refactored into something a bit more readable and with the common features shared between client and server code (maybe by putting then in SSLHelper).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementrefactorrelates to refactoring code, not changing its functionrelates to refactoring code, not changing its function