-
Notifications
You must be signed in to change notification settings - Fork 10
Add support for OpenSSL session reuse #20
Copy link
Copy link
Open
Labels
Element: SSL/TLSIssues related to SSL/TLS handling, TIdSSLIOHandlerSocketBase and descendantsIssues related to SSL/TLS handling, TIdSSLIOHandlerSocketBase and descendantsStatus: Review NeededIssue needs further review to decide next statusIssue needs further review to decide next statusType: EnhancementIssue is proposing a new feature/enhancementIssue is proposing a new feature/enhancement
Metadata
Metadata
Assignees
Labels
Element: SSL/TLSIssues related to SSL/TLS handling, TIdSSLIOHandlerSocketBase and descendantsIssues related to SSL/TLS handling, TIdSSLIOHandlerSocketBase and descendantsStatus: Review NeededIssue needs further review to decide next statusIssue needs further review to decide next statusType: EnhancementIssue is proposing a new feature/enhancementIssue is proposing a new feature/enhancement
Add support for reusing OpenSSL sessions between multiple TCP connections to minimize roundtrips used during handshake messaging. Very useful for HTTP in particular, which may have to disconnect sockets in between multiple requests to the same server.