-
Notifications
You must be signed in to change notification settings - Fork 0
Implement TLS 1.3 #71
Copy link
Copy link
Labels
featureNew feature or requestNew feature or requestlibraryRelated to MSAPI libraryRelated to MSAPI libraryuser interfaceRelated to MSAPI Manager UI interfaceRelated to MSAPI Manager UI interface
Description
Roy2player
opened on Apr 15, 2026
Issue body actions
- 1) Protocol abstractions: data, handler;
- 2) Approach to integration with server. As the TLS contains payload for another protocols, server unpacks it before handling. That is a good question where to transfer decision point. It seems to be logically to move it inside server's recv processing function, as the access to TLS data is too specific requirement. I want to save ability to inspect protocol messages.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or requestlibraryRelated to MSAPI libraryRelated to MSAPI libraryuser interfaceRelated to MSAPI Manager UI interfaceRelated to MSAPI Manager UI interface
Projects
StatusShow more project fields
In Progress